|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.config.BaseConfig
org.apache.struts.config.ActionConfig
org.apache.struts.action.ActionMapping
org.apache.struts.webapp.example2.ApplicationMapping
public final class ApplicationMapping
Implementation of ActionMapping for the Struts example application. It defines the following custom properties:
Field Summary |
---|
Fields inherited from class org.apache.struts.config.ActionConfig |
---|
actionId, attribute, cancellable, catalog, command, exceptions, extensionProcessed, forward, forwards, include, inherit, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate |
Fields inherited from class org.apache.struts.config.BaseConfig |
---|
configured |
Constructor Summary | |
---|---|
ApplicationMapping()
|
Method Summary | |
---|---|
java.lang.String |
getFailure()
Return the failure URI for this mapping. |
java.lang.String |
getSuccess()
Return the success URI for this mapping. |
void |
setFailure(java.lang.String failure)
Set the failure URI for this mapping. |
void |
setSuccess(java.lang.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, checkCircularInheritance, findException, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getActionId, getAttribute, getCancellable, getCatalog, getCommand, getExtends, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, inheritExceptionHandlers, inheritForwards, inheritFrom, isExtensionProcessed, processExtends, removeExceptionConfig, removeForwardConfig, setActionId, setAttribute, setCancellable, setCatalog, setCommand, setExtends, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setRoles, setScope, setSuffix, setType, setUnknown, setValidate, toString |
Methods inherited from class org.apache.struts.config.BaseConfig |
---|
copyProperties, getProperties, getProperty, inheritProperties, setProperties, setProperty, throwIfConfigured |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApplicationMapping()
Method Detail |
---|
public java.lang.String getFailure()
public void setFailure(java.lang.String failure)
failure
- The failure URI for this mappingpublic java.lang.String getSuccess()
public void setSuccess(java.lang.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 |