java.lang.Object
org.apache.struts2.ActionSupport
com.opensymphony.xwork2.ActionSupport
com.aoindustries.web.struts.PageAction2
- All Implemented Interfaces:
Action,ValidationAware,LocaleProvider,TextProvider,Validateable,Serializable,Action,ValidationAware,Validateable
An action that creates a
page-scope web resource registry,
if not already present.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.opensymphony.xwork2.interceptor.ValidationAware
ValidationAware.LegacyAdapter -
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, validateMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.struts2.Validateable
validateMethods inherited from interface org.apache.struts2.interceptor.ValidationAware
addActionError, addActionMessage, addFieldError, getActionErrors, getActionMessages, getFieldErrors, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors
-
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
-
