Access to Struts and Servlet resources
| Function Summary | |
|---|---|
Map
|
getParam()
|
Map
|
getParamValues()
|
Map
|
getRequestScope()
|
Map
|
getSessionScope()
|
Map
|
getApplicationScope()
|
ServletRequest
|
getRequest()
|
ServletContext
|
getServletContext()
|
String
|
getMessage(java.lang.String key)
|
ActionMapping
|
getMapping()
|
boolean
|
isCanceled()
|
boolean
|
isTokenValid()
|
void
|
resetToken()
|
void
|
saveErrors(org.apache.struts.action.ActionErrors errors)
|
void
|
saveMessages(org.apache.struts.action.ActionMessages msgs)
|
void
|
saveToken()
|
String getMessage(java.lang.String key)
Gets an application resources message
key -
The message keyvoid saveErrors(org.apache.struts.action.ActionErrors errors)
Saves the action errors in the request
errors -
The action errors