java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.aoindustries.web.struts.PageAction2
- All Implemented Interfaces:
Action
,ValidationAware
,LocaleProvider
,TextProvider
,Validateable
,Serializable
An action that creates a
page-scope web resource registry
,
if not already present.- See Also:
-
Field Summary
Fields inherited from class com.opensymphony.xwork2.ActionSupport
container
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute()
Creates the page-scope registry, if not already present, then invokesexecute(com.aoapps.web.resources.registry.Registry)
.abstract String
Once the page registry is set resolved, this version of the execute method is invoked.Methods inherited from class com.opensymphony.xwork2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getContainer, getFieldErrors, getFormatted, getLocale, getLocaleProvider, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTextProvider, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, isValidLocale, isValidLocaleString, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, toLocale, validate
-
Constructor Details
-
PageAction2
public PageAction2()
-
-
Method Details
-
execute
Creates the page-scope registry, if not already present, then invokesexecute(com.aoapps.web.resources.registry.Registry)
. The registry if left on the request to be available to any forwarding target.- Specified by:
execute
in interfaceAction
- Overrides:
execute
in classActionSupport
- Throws:
Exception
-
execute
Once the page registry is set resolved, this version of the execute method is invoked.- Throws:
Exception
-