|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.automaton.TransitionDescriptor | +--com.ibm.dse.automaton.html.HtmlTransitionDescriptor
This class extends the behaviour of TransitionDescriptor to provide support for features unique to the HomeBanking HTML Client.
Field Summary | |
protected java.lang.String |
CONSEQ_ATT_NAME
Name of the consequentiality attribute |
protected java.lang.String |
consequentiality
|
protected Context |
context
|
protected Tag |
contextTag
|
protected DataMapperFormat |
inputFormat
|
protected DataMapperFormat |
outputFormat
|
protected java.lang.String |
SKIP_ATT_NAME
Name of the skipValidation attribute |
protected boolean |
skipValidation
Means that does not want to perform any validation task during this transition. |
Fields inherited from class com.ibm.dse.automaton.TransitionDescriptor |
actionsTags,
ignoreEntryActions,
ignoreExitActions,
name,
propagateEvent,
targetStateName |
Constructor Summary | |
HtmlTransitionDescriptor()
HtmlTransitionDescriptor constructor. |
Method Summary | |
java.lang.String |
getConsequentiality()
This method returns the consequentiality of this transition. |
Context |
getContext()
Returns the context for this HTML transition. |
Tag |
getContextTag()
Returns the context tag corresponding to the context defined for this object. |
protected DataMapperFormat |
getDataMapFormat(Tag formatName)
This utility method returns a DataMapperFormat for the supplied format name. |
DataMapperFormat |
getInputFormat()
Returns the input map format attribute of this class. |
DataMapperFormat |
getOutputFormat()
Returns the output map format attribute of this class. |
java.lang.Object |
initializeFrom(Tag aTag)
This method initializes the state of this transition from externalized definitions. |
boolean |
isSkipValidation()
Gets the skipValidation attribute of this transition. |
void |
setConsequentiality(java.lang.String newConsequentiality)
This method sets the consequentiality of this transition. |
void |
setContext(Context newContext)
Sets the context attribute of this class. |
void |
setContextTag(Tag newContextTag)
Stores the context tag corresponding to the context attribute of this class. |
void |
setInputFormat(DataMapperFormat newInputFormat)
Sets the input map format attribute of this class. |
void |
setOutputFormat(DataMapperFormat newOutputFormat)
Sets the output map format attribute of this class. |
protected void |
setSkipValidation(boolean newSkipValidation)
Sets the skipValidation attribute of this transition. |
Methods inherited from class com.ibm.dse.automaton.TransitionDescriptor |
externalizer,
getActionsTags,
getName,
getPropagateEvent,
getTargetStateName,
isIgnoreEntryActions,
isIgnoreExitActions,
readExternal,
readExternal,
removeExternal,
setActionsTags,
setIgnoreEntryActions,
setIgnoreExitActions,
setName,
setPropagateEvent,
setTargetStateName,
toString,
toStrings,
toTags,
writeExternal,
writeExternal |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
protected Context context
protected java.lang.String consequentiality
protected Tag contextTag
protected DataMapperFormat inputFormat
protected DataMapperFormat outputFormat
protected final java.lang.String CONSEQ_ATT_NAME
protected final java.lang.String SKIP_ATT_NAME
protected boolean skipValidation
Constructor Detail |
public HtmlTransitionDescriptor()
Method Detail |
public java.lang.String getConsequentiality()
public Context getContext()
public Tag getContextTag()
protected DataMapperFormat getDataMapFormat(Tag formatName) throws DSEException
formatName
- com.ibm.dse.base.Tagpublic DataMapperFormat getInputFormat()
public DataMapperFormat getOutputFormat()
public java.lang.Object initializeFrom(Tag aTag) throws java.io.IOException, DSEException
aTag
- com.ibm.dse.base.Tagpublic boolean isSkipValidation()
public void setConsequentiality(java.lang.String newConsequentiality)
newConsequentiality
- java.lang.Stringpublic void setContext(Context newContext)
newContext
- com.ibm.dse.base.Contextpublic void setContextTag(Tag newContextTag)
newContextTag
- com.ibm.dse.base.Tagpublic void setInputFormat(DataMapperFormat newInputFormat)
newInputFormat
- com.ibm.dse.base.DataMapperFormatpublic void setOutputFormat(DataMapperFormat newOutputFormat)
newOutputFormat
- com.ibm.dse.base.DataMapperFormatprotected void setSkipValidation(boolean newSkipValidation)
newSkipValidation
- boolean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |