org.apache.beehive.netui.pageflow
Class PageFlowRequestProcessor.ExceptionHandledActionMapping

Object
  extended by ActionConfig
      extended by ActionMapping
          extended by PageFlowRequestProcessor.ExceptionHandledActionMapping
All Implemented Interfaces:
Serializable
Enclosing class:
PageFlowRequestProcessor

protected static class PageFlowRequestProcessor.ExceptionHandledActionMapping
extends ActionMapping

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.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ActionConfig
attribute, 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
findException, findForward, findForwards, getInputForward
 
Methods inherited from class ActionConfig
addExceptionConfig, addForwardConfig, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getApplicationConfig, getAttribute, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getUnknown, removeExceptionConfig, removeForwardConfig, setApplicationConfig, setAttribute, 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

PageFlowRequestProcessor.ExceptionHandledActionMapping

public PageFlowRequestProcessor.ExceptionHandledActionMapping(String actionPath,
                                                              ActionForward fwd)
Method Detail

getType

public String getType()
Overrides:
getType in class ActionConfig

getActionForward

public ActionForward getActionForward()

getValidate

public boolean getValidate()
Overrides:
getValidate in class ActionConfig