|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.ibm.btt.gui.jsptags.DSETagSupport
com.ibm.btt.gui.jsptags.DSELinkTagSupport
public abstract class DSELinkTagSupport
This class implements the DSELinkTagSupport that provides basic support for JSP Tags that create Links.
The following tag attributes can be associated with the DSELinkSupportTag:
Subclasses of DSELinkTagSupport create HTML Link element that send Http request to the WSBCC server, these requests contain all required parameters to start new HtmlProcessor or to reactivate and send events to already existing ones.
Field Summary | |
---|---|
protected static java.lang.String |
A_APPL_ID
The extraparam attribute: dse_applicationId |
protected static java.lang.String |
A_ERR_PAGE
The extraparam attribute: dse_errorPage |
protected static java.lang.String |
A_ERRO_PG
The extraparam attribute: dse_errorPage |
protected static java.lang.String |
A_EVEN_NM
The extraparam attribute: dse_nextEventName |
protected static java.lang.String |
A_EVEN_NM_START
The extraparam attribute: dse_nextEventName with default value "start" |
protected static java.lang.String |
A_NXT_EVENT
The extraparam attribute: dse_nextEventName |
protected static java.lang.String |
A_OPER_ID
The extraparam attribute: dse_operationName |
protected static java.lang.String |
A_PAGE_ID
The extraparam attribute: dse_pageId |
protected static java.lang.String |
A_PCTX_NM
The extraparam attribute: dse_parentContextName |
protected static java.lang.String |
A_PROC_ID
The extraparam attribute: dse_processorId |
protected static java.lang.String |
A_PROC_ST
The extraparam attribute: dse_processorState |
protected static java.lang.String |
A_PROC_ST_INITIAL
The extraparam attribute: dse_processorState with default value "initial" |
protected static java.lang.String |
A_SESS_ID
The extraparam attribute: dse_sessionId |
protected java.lang.String |
action
The action |
protected static java.lang.String |
AND
The ampersand |
protected static java.lang.String |
ANT_CLOSE
The HTML anchor element close |
protected static java.lang.String |
ANT_OPEN
The HTML anchor element open with attribute: href |
protected static java.lang.String |
APPL_ID
The composer hidden field for application id |
static java.lang.String |
COPYRIGHT
|
protected static java.lang.String |
DEFAULT_ACT
The default action |
protected static java.lang.String |
dseSkipRender
The nextEventName indicator to not render this attribute |
protected static java.lang.String |
ERRO_PG
The composer hidden field for error page |
protected java.lang.String |
errorPage
The error page |
protected static java.lang.String |
EVEN_NM
The composer hidden field for nextevent name |
protected static java.lang.String |
EVEN_NM_START
The composer hidden field for the default nextevent name "start" |
protected static java.lang.String |
FORMT_END
The HTML Form element close |
protected static java.lang.String |
FORMT_MIDDL
The HTML Form element attributes: method, post and action |
protected static java.lang.String |
FORMT_OPEN
The HTML Form element open with the attribute: name |
protected java.lang.String |
nextEventName
The NextEvent name |
protected static java.lang.String |
OPER_ID
The composer hidden field for operation name |
protected java.lang.String |
opName
The Operation name |
protected static java.lang.String |
PAGE_ID
The composer hidden field for page id |
protected java.lang.String |
parentCtxName
The parent Context name |
protected static java.lang.String |
PCTX_NM
The composer hidden field for parent context name |
protected static java.lang.String |
PROC_ID
The composer hidden field for processor id |
protected static java.lang.String |
PROC_ST
The composer hidden field for processor state |
protected static java.lang.String |
PROC_ST_INITIAL
The composer hidden field for processor state |
protected static java.lang.String |
QUEST
The question symbol |
protected static java.lang.String |
SESS_ID
The composer hidden field for session id |
Fields inherited from class com.ibm.btt.gui.jsptags.DSETagSupport |
---|
APPLICATION_SCOPE, BR_RE, BT_CLOSE, BT_OPEN, buffer, BUTTON, CENTER, COMMENT_VAL_ERROR, custom, dataName, DOC_CLOSE, DOC_FORM_EVENT, DOC_FORM_HALF1, DOC_FORM_HALF2, DOC_SUBMIT, DOT, ERRORCOLOR, FCLTA, FCTA, FFTA, fontColor, fontFace, fontSize, FSTA, FT_CLOSE, FT_OPEN, HARD, IBT_OPEN, ICKT_OPEN, IHT_OPEN, IIT_OPEN, IMAGE, IPT_OPEN, IRAT_OPEN, IRT_OPEN, IST_OPEN, IT_CA, IT_CHECKED, IT_DISA, IT_MA, IT_NA, IT_OA, IT_OPEN, IT_READ, IT_READONLY, IT_SA, IT_SRA, IT_VA, IT_WA, ITT_OPEN, LEFT, LO_CLOSE, LO_RE, LOWT, msgPrefix, name, NBSP, NO, NULL, OFF, out, PAGE_SCOPE, QU_LO, QU_LO_CLOSE_RE, QU_LO_RE, QU_SP, QUOT, REQUEST_SCOPE, RESET, RET, RIGHT, SESSION_SCOPE, SOFT, SP, styleName, SUBMIT, TAT_CA, TAT_CLOSE, TAT_OPNE, TAT_RA, TAT_WA, valErrBundle, YES |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
DSELinkTagSupport()
DSELinkTagSupport constructor. |
Method Summary | |
---|---|
java.lang.String |
getAction()
Gets the action property. |
java.lang.String |
getContextPageId()
Returns the value of the dse_pageId field contained in the Session context. |
java.lang.String |
getContextPageId(DSEJspContextServices utb)
Returns the value of the dse_pageId field contained in the Session context or the Application Context. |
void |
setAction(java.lang.String newAction)
Sets the action property with a new value. |
void |
setErrorPage(java.lang.String newErrorPage)
Sets the errorPage property with a new value. |
void |
setNextEventName(java.lang.String newNextEventName)
Sets the nextEventName property with a new value. |
void |
setOpName(java.lang.String newOpName)
Sets the opName property with a new value. |
void |
setParentCtxName(java.lang.String newParentCtxName)
Sets the parentCtxName property with a new value. |
Methods inherited from class com.ibm.btt.gui.jsptags.DSETagSupport |
---|
bufferAppendFontEnd, bufferAppendFontStart, getJspContextServices, getName, getResourceBundle, setCustom, setDataName, setFontColor, setFontFace, setFontSize, setName, setPageContext, setResourceBundle, setResourceBundle, setStyle, setVEResourceBundle |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
protected java.lang.String opName
protected java.lang.String parentCtxName
protected java.lang.String nextEventName
protected java.lang.String errorPage
protected java.lang.String action
protected static final java.lang.String FORMT_OPEN
protected static final java.lang.String FORMT_MIDDL
protected static java.lang.String DEFAULT_ACT
protected static final java.lang.String FORMT_END
protected static final java.lang.String SESS_ID
protected static final java.lang.String APPL_ID
protected static final java.lang.String PAGE_ID
protected static final java.lang.String ERRO_PG
protected static final java.lang.String OPER_ID
protected static final java.lang.String EVEN_NM
protected static final java.lang.String PCTX_NM
protected static final java.lang.String PROC_ST
protected static final java.lang.String PROC_ID
protected static final java.lang.String PROC_ST_INITIAL
protected static final java.lang.String EVEN_NM_START
protected static final java.lang.String ANT_OPEN
protected static final java.lang.String A_NXT_EVENT
protected static final java.lang.String A_ERR_PAGE
protected static final java.lang.String QUEST
protected static final java.lang.String AND
protected static final java.lang.String ANT_CLOSE
protected static final java.lang.String A_SESS_ID
protected static final java.lang.String A_APPL_ID
protected static final java.lang.String A_PAGE_ID
protected static final java.lang.String A_ERRO_PG
protected static final java.lang.String A_OPER_ID
protected static final java.lang.String A_EVEN_NM
protected static final java.lang.String A_PCTX_NM
protected static final java.lang.String A_PROC_ST
protected static final java.lang.String A_PROC_ID
protected static final java.lang.String A_PROC_ST_INITIAL
protected static final java.lang.String A_EVEN_NM_START
protected static java.lang.String dseSkipRender
Constructor Detail |
---|
public DSELinkTagSupport()
Method Detail |
---|
public java.lang.String getAction()
If the action attribute has not been set, a default action is created.
public java.lang.String getContextPageId() throws DSEObjectNotFoundException
DSEObjectNotFoundException
public java.lang.String getContextPageId(DSEJspContextServices utb) throws DSEObjectNotFoundException
DSEObjectNotFoundException
public void setAction(java.lang.String newAction)
newAction
- java.lang.Stringpublic void setErrorPage(java.lang.String newErrorPage)
newErrorPage
- The new valuepublic void setNextEventName(java.lang.String newNextEventName)
newNextEventName
- The new valuepublic void setOpName(java.lang.String newOpName)
newOpName
- The new valuepublic void setParentCtxName(java.lang.String newParentCtxName)
newParentCtxName
- The new value
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |