IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.struts.config
Class BTTSwitchActionMapping

java.lang.Object
  extended byorg.apache.struts.config.ActionConfig
      extended byorg.apache.struts.action.ActionMapping
          extended bycom.ibm.btt.struts.config.BTTBaseActionMapping
              extended bycom.ibm.btt.struts.config.BTTSwitchActionMapping
All Implemented Interfaces:
java.io.Serializable

public class BTTSwitchActionMapping
extends BTTBaseActionMapping

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.btt.struts.config.BTTBaseActionMapping
bttMaps
 
Fields inherited from class 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
BTTSwitchActionMapping()
           
 
Method Summary
 java.lang.String getProcessCtxMapperFrom()
           
 java.lang.String getProcessCtxMapperTo()
           
 void setProcessCtxMapperFrom(java.lang.String string)
           
 void setProcessCtxMapperTo(java.lang.String string)
           
 
Methods inherited from class com.ibm.btt.struts.config.BTTBaseActionMapping
addBTTMapConfig, findBTTMap, findBTTMaps, getConditionsConfig, getConditionsID, getContext, getMapFromContext, getMapToContext, getProcessCtxMapper, getValidator, setConditionsID, setContext, setMapFromContext, setMapToContext, setProcessCtxMapper, setValidator
 
Methods inherited from class org.apache.struts.action.ActionMapping
findException, findForward, findForwards, getInputForward
 
Methods inherited from class 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, getType, getUnknown, getValidate, removeExceptionConfig, removeForwardConfig, setApplicationConfig, setAttribute, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setRoles, setScope, setSuffix, setType, setUnknown, setValidate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BTTSwitchActionMapping

public BTTSwitchActionMapping()
Method Detail

getProcessCtxMapperTo

public java.lang.String getProcessCtxMapperTo()
Returns:
String

setProcessCtxMapperTo

public void setProcessCtxMapperTo(java.lang.String string)
Parameters:
string -

getProcessCtxMapperFrom

public java.lang.String getProcessCtxMapperFrom()
Returns:
String

setProcessCtxMapperFrom

public void setProcessCtxMapperFrom(java.lang.String string)
Parameters:
string -

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005