|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.config.ActionConfig
org.apache.struts.action.ActionMapping
com.ibm.btt.struts.config.BTTBaseActionMapping
Field Summary | |
---|---|
protected java.util.Hashtable |
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 | |
---|---|
BTTBaseActionMapping()
|
Method Summary | |
---|---|
void |
addBTTMapConfig(BTTMapConfig config)
|
BTTMapConfig |
findBTTMap(java.lang.String partKey)
Find and return the ForwardConfig instance defining
how forwarding to the specified logical name should be handled. |
java.util.Hashtable |
findBTTMaps()
Return the logical names of all locally defined forwards for this mapping. |
ConditionsConfig |
getConditionsConfig()
Get the related Conditions Config |
java.lang.String |
getConditionsID()
Returns the conditionsID. |
java.lang.String |
getContext()
Returns the context. |
java.lang.String |
getMapFromContext()
Returns the mapFromContext. |
java.lang.String |
getMapToContext()
Returns the mapToContext. |
java.lang.String |
getProcessCtxMapper()
|
java.lang.String |
getValidator()
|
void |
setConditionsID(java.lang.String conditionsID)
Sets the conditionsID. |
void |
setContext(java.lang.String context)
Sets the context. |
void |
setMapFromContext(java.lang.String mapFromContext)
Sets the mapFromContext. |
void |
setMapToContext(java.lang.String mapToContext)
Sets the mapToContext. |
void |
setProcessCtxMapper(java.lang.String string)
|
void |
setValidator(java.lang.String value)
|
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 |
Field Detail |
protected java.util.Hashtable bttMaps
Constructor Detail |
public BTTBaseActionMapping()
Method Detail |
public void setContext(java.lang.String context)
context
- The context to setpublic java.lang.String getConditionsID()
public void setConditionsID(java.lang.String conditionsID)
conditionsID
- The conditionsID to setpublic java.lang.String getMapFromContext()
public java.lang.String getMapToContext()
public void setMapFromContext(java.lang.String mapFromContext)
mapFromContext
- The mapFromContext to setpublic void setMapToContext(java.lang.String mapToContext)
mapToContext
- The mapToContext to setpublic java.lang.String getContext()
public java.lang.String getValidator()
public void setValidator(java.lang.String value)
value
- public void addBTTMapConfig(BTTMapConfig config)
public BTTMapConfig findBTTMap(java.lang.String partKey)
Find and return the ForwardConfig
instance defining
how forwarding to the specified logical name should be handled. This is
performed by checking local and then global configurations for the
specified forwarding configuration. If no forwarding configuration
can be found, return null
.
partKey
- Logical name of the forwarding instance to be returnedpublic java.util.Hashtable findBTTMaps()
Return the logical names of all locally defined forwards for this mapping. If there are no such forwards, a zero-length array is returned.
public ConditionsConfig getConditionsConfig()
public java.lang.String getProcessCtxMapper()
public void setProcessCtxMapper(java.lang.String string)
string
-
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |