|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectActionConfig
ActionMapping
PageFlowRequestProcessor.ExceptionHandledActionMapping
protected static class PageFlowRequestProcessor.ExceptionHandledActionMapping
Used by PageFlowRequestProcessor.processMapping(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String)
. Its main job is to return
PageFlowRequestProcessor.ExceptionHandledAction
as the type.
Field Summary |
---|
Fields inherited from class ActionConfig |
---|
attribute, cancellable, configured, exceptions, forward, forwards, include, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate |
Constructor Summary | |
---|---|
PageFlowRequestProcessor.ExceptionHandledActionMapping(String actionPath,
ActionForward fwd)
|
Method Summary | |
---|---|
ActionForward |
getActionForward()
|
String |
getType()
|
boolean |
getValidate()
|
Methods inherited from class ActionMapping |
---|
findForward, findForwards, getInputForward |
Methods inherited from class ActionConfig |
---|
addExceptionConfig, addForwardConfig, findException, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getAttribute, getCancellable, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getUnknown, removeExceptionConfig, removeForwardConfig, setAttribute, setCancellable, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setRoles, setScope, setSuffix, setType, setUnknown, setValidate, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PageFlowRequestProcessor.ExceptionHandledActionMapping(String actionPath, ActionForward fwd)
Method Detail |
---|
public String getType()
getType
in class ActionConfig
public ActionForward getActionForward()
public boolean getValidate()
getValidate
in class ActionConfig
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |