|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.config.ActionConfig
org.apache.struts.action.ActionMapping
org.apache.struts.webapp.example.ApplicationMapping
Implementation of ActionMapping for the Struts example application. It defines the following custom properties:
Field Summary | |
private String |
failure
The failure URI for this mapping. |
private String |
success
The success URI for this mapping. |
Fields inherited from class org.apache.struts.config.ActionConfig |
attribute, configured, exceptions, forward, forwards, include, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate |
Constructor Summary | |
ApplicationMapping()
|
Method Summary | |
String |
getFailure()
Return the failure URI for this mapping. |
String |
getSuccess()
Return the success URI for this mapping. |
void |
setFailure(String failure)
Set the failure URI for this mapping. |
void |
setSuccess(String success)
Set the success URI for this mapping. |
Methods inherited from class org.apache.struts.action.ActionMapping |
findForward, findForwards, getInputForward |
Methods inherited from class org.apache.struts.config.ActionConfig |
addExceptionConfig, addForwardConfig, findException, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getAttribute, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, removeExceptionConfig, removeForwardConfig, setAttribute, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setRoles, setScope, setSuffix, setType, setUnknown, setValidate, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private String failure
private String success
Constructor Detail |
public ApplicationMapping()
Method Detail |
public String getFailure()
public void setFailure(String failure)
failure
- The failure URI for this mappingpublic String getSuccess()
public void setSuccess(String success)
success
- The success URI for this mapping
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |