|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionCommand | |
|---|---|
| net.anotheria.maf.action | |
| net.anotheria.maf.builtin | |
| net.anotheria.maf.validation | |
| Uses of ActionCommand in net.anotheria.maf.action |
|---|
| Subclasses of ActionCommand in net.anotheria.maf.action | |
|---|---|
class |
ActionForward
Return object of an action execution. |
class |
CommandForward
This commands sends forces the filter to execute a forward to the given path. |
class |
CommandRedirect
This type of action command is used for redirects. |
| Methods in net.anotheria.maf.action that return ActionCommand | |
|---|---|
ActionCommand |
ActionMapping.dialog()
|
ActionCommand |
ActionMapping.error()
|
ActionCommand |
Action.execute(ActionMapping mapping,
FormBean formBean,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Called by the framework. |
ActionCommand |
ForwardAction.execute(ActionMapping mapping,
FormBean bean,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
ActionCommand |
ActionMapping.findCommand(String name)
|
ActionCommand |
ActionMappings.getOnError()
|
ActionCommand |
ActionMappings.getOnNotFound()
|
ActionCommand |
ActionMapping.success()
|
| Methods in net.anotheria.maf.action that return types with arguments of type ActionCommand | |
|---|---|
Map<String,ActionCommand> |
ActionMapping.getCommands()
|
| Methods in net.anotheria.maf.action with parameters of type ActionCommand | |
|---|---|
void |
ActionMappings.addMapping(String path,
Class<? extends Action> type,
ActionCommand... commands)
Adds a mapping. |
void |
ActionMappings.addMapping(String path,
String type,
ActionCommand... commands)
Adds a mapping. |
void |
ActionMappings.setOnError(ActionCommand onError)
|
void |
ActionMappings.setOnNotFound(ActionCommand onNotFound)
|
| Constructors in net.anotheria.maf.action with parameters of type ActionCommand | |
|---|---|
ActionMapping(String aPath,
String aType,
ActionCommand... someCommands)
|
|
| Uses of ActionCommand in net.anotheria.maf.builtin |
|---|
| Methods in net.anotheria.maf.builtin that return ActionCommand | |
|---|---|
ActionCommand |
ShowMappingsAction.execute(ActionMapping mapping,
FormBean formBean,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
| Uses of ActionCommand in net.anotheria.maf.validation |
|---|
| Methods in net.anotheria.maf.validation that return ActionCommand | |
|---|---|
ActionCommand |
ValidationAware.executeOnValidationError(ActionMapping mapping,
FormBean formBean,
List<ValidationError> errors,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Called instead of execute if the validation framework encountered an error. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||