PageFlowRequestProcessor.ExceptionHandledActionMapping Class

com.bea.wlw.netui.pageflow
PageFlowRequestProcessor.ExceptionHandledActionMapping Class

protected static class PageFlowRequestProcessor.ExceptionHandledActionMapping

    extends ActionMapping

Used by PageFlowRequestProcessor.ExceptionHandledActionMapping.processMapping(HttpServletRequest, HttpServletResponse, String). Its main job is to return as the type.


Hierarchy
Object
  ActionConfig
    ActionMapping
      PageFlowRequestProcessor.ExceptionHandledActionMapping
All Implemented Interfaces

Serializable
Enclosing class

PageFlowRequestProcessor

Field Summary

   
Fields from  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

PageFlowRequestProcessor.ExceptionHandledActionMapping(String actionPath, ActionForward fwd)

 

Method Summary

public ActionForward
getActionForward()
public String
getType()
public boolean
getValidate()
 
Methods from  org.apache.struts.action.ActionMapping
findException, findForward, findForwards, getInputForward
 
Methods from  org.apache.struts.config.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 from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

PageFlowRequestProcessor.ExceptionHandledActionMapping

public PageFlowRequestProcessor.ExceptionHandledActionMapping(String actionPath, 
                                                              ActionForward fwd)
 

Method Detail

getActionForward() Method

public ActionForward getActionForward()

getType() Method

public String getType()
Overrides
ActionConfig.getType()

getValidate() Method

public boolean getValidate()
Overrides
ActionConfig.getValidate()