IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.automaton
Interface InterStateFormatEnabledProcessor

All Known Implementing Classes:
DSEHtmlProcessor

public interface InterStateFormatEnabledProcessor

The InterStateFormatEnabledProcessor interface should be implemented for the processor interested in InterStateFormat support


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 Context getContext()
          Return the context from the processor
 Tag getInterStateFormatTag()
          Return the format tag for the inter state format
 Context getPrevActionContext()
          Returns the context of the previous action
 void setInterStateFormatTag(Tag formatTag)
          Set the format tag for the inter state format
 void setPrevActionContext(Context paContext)
          Set the context from the previous action
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

setPrevActionContext

void setPrevActionContext(Context paContext)
Set the context from the previous action


getPrevActionContext

Context getPrevActionContext()
Returns the context of the previous action


setInterStateFormatTag

void setInterStateFormatTag(Tag formatTag)
Set the format tag for the inter state format


getInterStateFormatTag

Tag getInterStateFormatTag()
Return the format tag for the inter state format


getContext

Context getContext()
Return the context from the processor


IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009