|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Action | Interface implemented by all japano actions. |
ActionParameterValidator | Actions can implement this to take part in action parameter validation. |
DefaultView | Implemented by actions which want to provide a default view if they are performed without parameters. |
Lifecycle | Allows actions to be notified about their destruction. |
PingPongAction | This interface extends the action interface A view asks the current session to instantiate an ping-pong action with a given qualified name. |
Validator | Interface for validating a single named HTTP parameter. |
Class Summary | |
---|---|
ActionConfig | This is the root class for the japano action mapping configuration which is created and updated by the metadata processor. |
ActionMapping | Maps an action to an URI. |
ActionParameter | This class is used to store the validated HTTP parameter of a request. |
Bean | A java bean which is nested in an action. |
ListValidator | Validates a http parameter against a list of valid values. |
Parameter | Wraps a single HTTP parameter mapped to an Action property. |
Parametrized | Abstract base class for classes which are parametrized by HTML parameters. |
PingPongContext | A ping pong context encapsulates an ping pong action instance and a numeric ping pong id to retrieve the instance again on client invocation. |
RangeValidator | Validates a number HTTP parameter to be in a given limit. |
RegExValidator | Validates a HTTP parameter with a regular expression. |
Exception Summary | |
---|---|
InvalidParameterException | Exception thrown to indicate an invalid HTTP parameter. |
MissingParameterException | Exception thrown to indicate a missing but required HTTP parameter. |
This package contains the japano action API.
Last modified $Date: 2005/09/27 21:30:50 $
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |