Interface | Description |
---|---|
ActionExceptionHandler |
An interface for handlers that can take care of ActionExceptions
thrown when handling an HTTP request.
|
ActionHandler |
This interface adds a feature to Actions needed by all the various
contexts.
|
ImageResizeAction.ImageMaker | |
ImageResizeAction.ImageSource |
A simple interface for image sources.
|
ServletModule |
A module that hooks to a servlet, or something similar.
|
ServletModule.RequestListener |
An interface for all RequestListeners which wish to be notified of
incoming requests.
|
Template |
The interface for all templates.
|
TemplateContextProvider |
This class can be used to define a default template context for
template managers.
|
Class | Description |
---|---|
AbstractAction |
The base class for action modules, that is modules that respond to
an HTTP request and return some content.
|
AbstractTemplate |
A base implementation for templates.
|
CachedAction |
This is a base class for actions that take advantage of caching
services.
|
ChainedAction |
An action that makes it possible to chain together two, or more,
actions into one.
|
GenericContext |
A base for context modules.
|
GenericContext.ForwardResult |
A helper class to contain information about forwarding a request
to actions.
|
GenericTemplateAction |
A general purpose action that uses templates for output.
|
ImageResizeAction |
An action that reads images from a source directory and resizes them
to fit specified dimensions.
|
ImageResizeAction.DefaultImageMaker | |
ImageResizeAction.ImageProfile |
A data structure that holds information about the image profile.
|
ImageResizeAction.PatternImageSource |
An image source that does the image id translation using regular
expressions.
|
ModulesServlet |
A HttpServlet that sets up the modules framework.
|
ModulesWandoraWebAppHandler |
A Wandora WebAppHandler that can be included in the embedded server
which sets up a modules framework and the interface between it and
Wandora.
|
RecaptchaAction | |
RedirectAction | |
RequestForwarder | |
SendEmailAction |
Sends an email composed using a template.
|
SendEmailAction.EmailContent | |
StaticContentAction | |
StaticTemplateContextProvider |
This class can be used to define a default context for template
managers.
|
TemplateActionExceptionHandler |
An implementation of ActionExceptionHandler, a module that handles
exceptions thrown by other actions.
|
TemplateManager |
A module where all Templates register themselves so that Actions,
or other modules too, can find them.
|
VelocityEngineModule |
A module that makes an Apache Velocity engine available for
any VelocityTemplates.
|
VelocityTemplate |
A Template implementation using the Apache Velocity templating engine.
|
Enum | Description |
---|---|
ModulesServlet.HttpMethod |
Exception | Description |
---|---|
ActionAuthenticationException | |
ActionException |
The primary exception type for Actions, or any RequestListener, to
throw when handling an action.
|
Copyright 2004-2015 Wandora Team