String | getAction(String path)- Return the URL for the specified ActionMapping,
otherwise return
null.
|
ActionErrors | getActionErrors()- The
org.apache.struts.action.ActionErrors object,
for this request.
|
ActionForm | getActionForm()
|
ActionFormBeans | getActionFormBeans()- The
org.apache.struts.action.ActionFormBeans collection
for this application.
|
ActionForward | getActionForward(String name)- Return the forwarding associated with the specified logical name,
if any; otherwise return
null.
|
ActionForwards | getActionForwards()- The
org.apache.struts.action.ActionForwards collection
for this application.
|
ActionMapping | getActionMapping(String path)- Return the mapping associated with the specified request path, if any;
otherwise return
null.
|
String | getActionMappingName(String action)- Return the form action converted into an action mapping path.
|
String | getActionMappingURL(String action)- Return the form action converted into a server-relative URL.
|
ActionMappings | getActionMappings()- The context attributes key under which our
org.apache.struts.action.ActionMappings collection
is normally stored, unless overridden when initializing our
ActionServlet.
|
ActionMessages | getActionMessages()- The
org.apache.struts.action.ActionFormBeans collection
for this application.
|
String | getBaseRef()- Renders the reference for a HTML element
|
DataSource | getDataSource()
|
String | getEncodeURL(String url)- Return the url encoded to maintain the user session, if any.
|
String | getErrorOutput()- Returns the errors.header, any errors, and the errors.footer.
|
String | getErrorOutput(String property)- Returns the errors.header, any errors, and the errors.footer.
|
int | getErrorSize()- Return the number of error messages.
|
int | getErrorSize(String property)- Return the number of error messages.
|
Iterator | getErrors()- Return the error messages
|
Iterator | getErrors(String property)- Return an ActionError for a property
|
boolean | getErrorsEmpty()- Return true if there are no errors queued
|
Throwable | getException()- The runtime JspException that may be been thrown by a Struts tag
extension, or compatible presentation extension, and placed
in the request.
|
ActionFormBean | getFormBean(String name)- Return the form bean definition associated with the specified
logical name, if any; otherwise return
null.
|
String | getLink(String name)- Return the path for the specified forward,
otherwise return
null.
|
Locale | getLocale()- The
java.util.Locale for the user, if any.
|
ActionMapping | getMapping()- The
org.apache.struts.ActionMapping
instance for this request.
|
String | getMessage(String key)- Return the localized message for the specified key,
otherwise return
null.
|
String | getMessage(String key, args[] )- Look up and return a message string, based on the specified parameters.
|
MessageResources | getMessageResources()- The application resources for this application.
|
MultipartRequestWrapper | getMultipartRequestWrapper()- The multipart object for this request.
|
String | getOrigRef()- Renders the reference for a HTML element
|
String | getServletMapping()- The path-mapped pattern (
/action/*) or
extension mapped pattern ((*.do)
used to determine our Action URIs in this application.
|
String | getToken()- The transaction token stored in this session, if it is used.
|
boolean | isMessage(String key)- Return true if a message string for the specified message key
is present for the user's Locale.
|