| Class | Description |
|---|---|
| AbstractUIServlet |
Base class for UI servlets.
|
| AngularServlet |
A simple servlet that forwards everything to /index.html.
|
| ApiManagerProxyServlet |
A proxy servlet used to proxy calls from the UI to the
API Manager backend.
|
| ConfigurationServlet |
Generates the initial configuration JSON used by the UI when it first loads
up.
|
| LogoutServlet |
The logout servlet is used to invalidate the user's session.
|
| SystemPropertiesConfiguration |
A simple system properties configuration.
|
| TokenRefreshServlet |
The token refresh servlet - provides a JSON REST endpoint that the UI
can use to acquire a refresh token.
|
| TranslationServlet |
A servlet that returns a JSONP response containing all of the UI strings
translated into the appropriate locale of the user.
|
| UrlFetchProxyServlet |
A proxy servlet used to get around cross-origin problems when pulling
down content from remote sites (e.g.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.