PageFlowRequestProcessor.GlobalAppActionMapping Class

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

protected static class PageFlowRequestProcessor.GlobalAppActionMapping

    extends ActionMapping

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


Hierarchy
Object
  ActionConfig
    ActionMapping
      PageFlowRequestProcessor.GlobalAppActionMapping
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.GlobalAppActionMapping(String actionPath)

 

Method Summary

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.GlobalAppActionMapping

public PageFlowRequestProcessor.GlobalAppActionMapping(String actionPath)
 

Method Detail

getType() Method

public String getType()
Overrides
ActionConfig.getType()

getValidate() Method

public boolean getValidate()
Overrides
ActionConfig.getValidate()