Interface | Description |
---|---|
CommandRequest |
This interface acts encapsulates access to the request, response and session objects,
to allow the implementators to override this objects' behaviour.
|
CommandResponse |
Interface to implement for all the response objects.
|
ControllerListener |
Interface to handle events throw by the controller servlet.
|
RequestHandler |
Each request handler (usually a group of related commands) must implement this interface.
|
Class | Description |
---|---|
CacheFilter | |
CommandRequestImpl |
Implementation of a CommandRequest object.
|
ControllerServlet |
Application end point for HTTP requests.
|
ControllerServletHelper | |
RequestComponentsStorage | |
RequestContext | |
RequestMultipartWrapper |
Request wrapper that handles multipart post and retrieves files and parameters
|
RequestTrace |
Request trace
|
SessionCounter | |
SessionTmpDirFactory |
Generates and delete temporal directories according to session identifier.
|
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.