| Interface | Description |
|---|---|
| Authenticator |
Authenticate a request to CQ5
|
| ErrorHandler |
The
ErrorHandler defines the interface of an optional service
used by the CQ Portlet to handle error during content rendering from CQ. |
| HTMLRewriter |
The
HTMLRewriter is used to rewrite attributes and
characters for the HTML output. |
| HttpClientService |
The
HttpClientService is the main service to connect
to a remote service and get content from there. |
| HttpClientService.InvocationCallback |
Callback interface
|
| HttpProcessor |
This is an optional service which is invoked for render,
action and resource events to process the http
method after it has been created and before it is sent.
|
| InvocationContext |
The invocation context of the current request.
|
| InvocationContextListener |
An InvocationContextListener is an optional service that is invoked
right before the portlet starts processing the request and after it
has finished processing it.
|
| LocaleDetector |
Detect the locale to use.
|
| LocaleHandler |
Handle the localization.
|
| PathModificator |
Interface that can be used for injecting path modifications
|
| PortletAction |
Optional interface to add own custom actions.
|
| PortletDecoratorService |
The decorator service is an optional service wich can be used to
decorate the html output of the portlet.
|
| PrivilegeManager |
The
PrivilegeManager
checks if he current user has the permission for a specific privilege. |
| RequestProgressTracker |
The request progress tracker.
|
| RequestTracker |
Optional tracking service to track all page and resource calls.
|
| ResourceProvider |
Optional interface to add own resources.
|
| TextMapper |
The
TextMapper is an optional service that allows to map
or replace text output. |
| ToolbarButton |
Optional service to add own toolbar buttons.
|
| ToolbarRenderer |
This service renders the toolbar in render mode.
|
| UrlMapper |
The
UrlMapper is an optional service that allows to map
urls. |
| UserInfoProvider |
This is an optional service interface to provide user information.
|
| UserState |
The
UserState represents the current state
for a user. |
| VariableResolver |
Service for resolving variables.
|
| Class | Description |
|---|---|
| Constants |
Constants for eventing and url resource handling.
|
| HttpClientUtil |
Utility classes for http client code.
|
| LocaleUtil |
Utility classes for i18n.
|
| UrlMapper.UrlMapperResult | |
| UrlUtil |
Utility classes for url handling.
|
| Enum | Description |
|---|---|
| DisplayMode |
The possible display modes for the portlet.
|
| TextMapper.ResourceType | |
| UrlMapper.LinkType | |
| UrlMapper.RewriteRule |