Class JSPEvalAction
java.lang.Object
org.apache.struts2.ActionSupport
org.apache.struts2.showcase.action.ExampleAction
org.apache.struts2.showcase.action.JSPEvalAction
- All Implemented Interfaces:
Serializable,Action,ValidationAware,LocaleProvider,TextProvider,Validateable
Will only work on containers that unzip war files
- See Also:
-
Field Summary
Fields inherited from class org.apache.struts2.showcase.action.ExampleAction
CONSTANTFields inherited from class org.apache.struts2.ActionSupport
container -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.struts2.showcase.action.ExampleAction
getBands, getBook, getBooks, getCurrentDate, getMovies, getNameMethods 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
-
JSPEvalAction
public JSPEvalAction()
-
-
Method Details
-
execute
Description copied from class:ActionSupportA default implementation that does nothing an returns "success".Subclasses should override this method to provide their business logic.
See also
Action.execute().- Specified by:
executein interfaceAction- Overrides:
executein classActionSupport- Returns:
- returns
Action.SUCCESS - Throws:
IOException
-
cleanUp
- Throws:
IOException
-
setJsp
-