| Interface | Description |
|---|---|
| AttachmentHolder |
This interface defines how objects can be attached, retrieved and removed
to and from various entities.
|
| ManagedPlugin |
This interface defines a managed plugin.
|
| Plugin |
This interface defines a plugin.
|
| PluginConfiguration |
This interface defines the configuration of a plugin.
|
| PluginContext.ControlBuilder |
This interface is a builder to create new Control instances.
|
| PluginContext.TypeBuilder |
This interface is a builder to create new type instances.
|
| PluginContext.Utils |
This interface provides various services.
|
| RequestContext.ClientConnection |
This interface provides information on the client connection that
submitted the request being processed.
|
| RequestContext.Logger |
This interface provides access to the logger to append log information in
the access, debug and error logs.
|
| RequestContext.Request |
This interface provides information on the request being processed.
|
| RequestContext.RequestBuilder |
This interface is a builder to create new Request instances.
|
| Class | Description |
|---|---|
| AbstractPlugin |
This class is a default implementation of a plugin that forwards all requests
to the next plugin relative to this one.
|
| DefaultResultHandler<T extends Result> |
This class defines a result handler wrapper that forwards all calls to the
provided result handler.
|
| DefaultSearchResultHandler |
This class defines a search result handler wrapper that forwards all calls to
the provided search result handler.
|
| PluginContext |
This class defines a context that is associated to the a plugin.
|
| RequestContext |
This class defines a context that is associated to the request being
executed.
|
| Exception | Description |
|---|---|
| PluginException |
This class defines the root of exceptions that are thrown by plugins.
|
| Annotation Type | Description |
|---|---|
| ConfigurationProperty |
This annotation provides the ability to specify the type contained in
java.util.Collection for multivalued configuration properties. |