java.lang.Object
org.apache.struts2.ActionSupport
com.aoindustries.web.struts.PageAction2
- All Implemented Interfaces:
LocaleProvider,TextProvider,Serializable,Action,ValidationAware,Validateable
An action that creates a
page-scope web resource registry,
if not already present.- See Also:
-
Field Summary
Fields inherited from class org.apache.struts2.ActionSupport
container -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute()Creates the page-scope registry, if not already present, then invokesexecute(com.aoapps.web.resources.registry.Registry).abstract StringOnce the page registry is set resolved, this version of the execute method is invoked.Methods inherited from class org.apache.struts2.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:
executein interfaceAction- Overrides:
executein classActionSupport- Throws:
Exception
-
execute
Once the page registry is set resolved, this version of the execute method is invoked.- Throws:
Exception
-
