|
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
public abstract class DSETagSupport
This class implements DSETagSupport, that extends the javax.servlet.jsp.tagext.TagSupport class, and provides abstract behaviour for all Custom Tags accessing data in the WSBCC Context hierarchy. All WSBCC Custom Tags will use JspContextServices in order to access data in the WSBCC Context hierarchy, the class (JSPContextServices) has to be initialize once per JSP Page. The DSETagSupport provides access to this class, initializing it if required.
Field Summary | |
---|---|
static int |
APPLICATION_SCOPE
To assign as the scope the application |
protected static java.lang.String |
BR_RE
The HTML blank line |
protected static java.lang.String |
BT_CLOSE
The HTML button element close |
protected static java.lang.String |
BT_OPEN
The HTML button element open |
protected java.lang.StringBuffer |
buffer
The stringbuffer with the contents of the page |
static java.lang.String |
BUTTON
The static for the word: button |
static java.lang.String |
CENTER
The static for the word: center |
protected static java.lang.String |
COMMENT_VAL_ERROR
The HTML comment: "dse:valErr |
static java.lang.String |
COPYRIGHT
|
protected java.lang.String |
custom
The attribute custom |
protected java.lang.String |
dataName
The attribute dataName |
protected static java.lang.String |
DOC_CLOSE
The static for a semicolon mark |
protected static java.lang.String |
DOC_FORM_EVENT
The HTML onClick attribute value: "this.form.dse_nextEventName.value=" |
protected static java.lang.String |
DOC_FORM_HALF1
The HTML onClick attribute value: "this.form." |
protected static java.lang.String |
DOC_FORM_HALF2
The HTML onClick attribute value: ".value=" |
protected static java.lang.String |
DOC_SUBMIT
The HTML onClick attribute value: "this.form.submit();" |
protected static java.lang.String |
DOT
The static for a dot |
protected static java.lang.String |
ERRORCOLOR
The HTML input element attribute: color with "orangered" as default value |
protected static java.lang.String |
FCLTA
The HTML font element attribute: class |
protected static java.lang.String |
FCTA
The HTML font element attribute: color |
protected static java.lang.String |
FFTA
The HTML font element attribute: face |
protected java.lang.String |
fontColor
The attribute fontColor |
protected java.lang.String |
fontFace
The attribute fontFace |
protected java.lang.String |
fontSize
The attribute fontSize |
protected static java.lang.String |
FSTA
The HTML font element attribute: size |
protected static java.lang.String |
FT_CLOSE
The HTML font element close |
protected static java.lang.String |
FT_OPEN
The HTML font element open |
static java.lang.String |
HARD
The static for the word: hard |
protected static java.lang.String |
IBT_OPEN
The HTML input element typed button with attribute: name |
protected static java.lang.String |
ICKT_OPEN
The HTML input element typed checkbox with attribute: name |
protected static java.lang.String |
IHT_OPEN
The HTML input element typed hidden with attribute: name |
protected static java.lang.String |
IIT_OPEN
The HTML input element typed image with attribute: name |
static java.lang.String |
IMAGE
The static for the word: image |
protected static java.lang.String |
IPT_OPEN
The HTML input element typed password with attribute: name |
protected static java.lang.String |
IRAT_OPEN
The HTML input element typed radio with attribute: name |
protected static java.lang.String |
IRT_OPEN
The HTML input element typed reset with attribute: name |
protected static java.lang.String |
IST_OPEN
The HTML input element typed submit with attribute: name |
protected static java.lang.String |
IT_CA
The HTML input element attribute: class |
protected static java.lang.String |
IT_CHECKED
The HTML input element attribute: checked |
protected static java.lang.String |
IT_DISA
The HTML input element attribute: disabled |
protected static java.lang.String |
IT_MA
The HTML input element attribute: maxlength |
protected static java.lang.String |
IT_NA
The HTML input element attribute: name |
protected static java.lang.String |
IT_OA
The HTML input element attribute: onClick |
protected static java.lang.String |
IT_OPEN
The HTML input element with attribute: type |
protected static java.lang.String |
IT_READ
The HTML input element attribute: readonly as the only one attribute |
protected static java.lang.String |
IT_READONLY
The HTML input element attribute: readonly |
protected static java.lang.String |
IT_SA
The HTML input element attribute: size |
protected static java.lang.String |
IT_SRA
The HTML input element attribute: src |
protected static java.lang.String |
IT_VA
The HTML input element attribute: value |
protected static java.lang.String |
IT_WA
The HTML input element attribute: width |
protected static java.lang.String |
ITT_OPEN
The HTML input element typed text with attribute: name |
static java.lang.String |
LEFT
The static for the word: left |
protected static java.lang.String |
LO_CLOSE
|
protected static java.lang.String |
LO_RE
The static for a greaterthan mark and a carry return |
protected static java.lang.String |
LOWT
The static for a greaterthan mark |
protected static java.lang.String |
msgPrefix
The prefix string at the exception messages |
protected java.lang.String |
name
The attribute name |
static java.lang.String |
NBSP
The static for HTML space |
static java.lang.String |
NO
The static for the word: no |
static java.lang.String |
NULL
The static for empty |
static java.lang.String |
OFF
The static for the word: off |
protected javax.servlet.jsp.JspWriter |
out
The JSPWriter to render the page |
static int |
PAGE_SCOPE
To assign as the scope the page |
protected static java.lang.String |
QU_LO
The static for a quotation mark plus a greaterthan mark |
protected static java.lang.String |
QU_LO_CLOSE_RE
|
protected static java.lang.String |
QU_LO_RE
The static for a quotation mark plus a greaterthan mark and a carry return |
protected static java.lang.String |
QU_SP
The static for a quotation mark plus a blank space |
protected static java.lang.String |
QUOT
The static for a quotation mark |
static int |
REQUEST_SCOPE
To assign as the scope the request |
static java.lang.String |
RESET
The static for the word: reset |
protected static java.lang.String |
RET
The static for a carry return |
static java.lang.String |
RIGHT
The static for the word: right |
static int |
SESSION_SCOPE
To assign as the scope the session |
static java.lang.String |
SOFT
The static for the word: soft |
protected static java.lang.String |
SP
The static for a blank space |
protected java.lang.String |
styleName
The attribute style |
static java.lang.String |
SUBMIT
The static for the word: submit |
protected static java.lang.String |
TAT_CA
The HTML textarea element attribute: cols |
protected static java.lang.String |
TAT_CLOSE
The HTML textarea element close |
protected static java.lang.String |
TAT_OPNE
The HTML textarea element open |
protected static java.lang.String |
TAT_RA
The HTML textarea element attribute: rows |
protected static java.lang.String |
TAT_WA
The HTML textarea element attribute: wrap |
protected java.util.ResourceBundle |
valErrBundle
The resourcebundle for some tags |
static java.lang.String |
YES
The static for the word: 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 | |
---|---|
DSETagSupport()
DSETagSupport constructor. |
Method Summary | |
---|---|
void |
bufferAppendFontEnd()
Appends the end font tag to the buffer. |
void |
bufferAppendFontStart()
Appends the start font tag to the buffer. |
JspContextServices |
getJspContextServices()
Returns an instance of JspContextServices called "utb" in the JSP pageContext. |
java.lang.String |
getName()
Returns the value of the name property. |
java.util.ResourceBundle |
getResourceBundle()
Returns a resource bundle |
void |
setCustom(java.lang.String newCustom)
Sets the custom property with a new value. |
void |
setDataName(java.lang.String newDataName)
Sets the dataName property with a new value. |
void |
setFontColor(java.lang.String newFontColor)
Sets the fontColor property with a new value. |
void |
setFontFace(java.lang.String newFontFace)
Sets the fontFace property with a new value. |
void |
setFontSize(java.lang.String newFontSize)
Sets the fontSize property with a new value. |
void |
setName(java.lang.String newName)
Sets the name property with a new value. |
void |
setPageContext(javax.servlet.jsp.PageContext newPageContext)
Sets the pageContext property with a new value, and obtain the JSPWriter for this pageContext. |
void |
setResourceBundle(java.util.ResourceBundle newResourceBundle)
Sets a new resource bundle given |
void |
setResourceBundle(java.util.ResourceBundle newResourceBundle,
int scope)
Sets a new resource bundle given for the scope given. |
void |
setStyle(java.lang.String newstyleName)
Sets the styleName property with a new value. |
void |
setVEResourceBundle(java.lang.String newResourceBundle)
Sets a new resource bundle given just for the cross Validation Errors. |
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 javax.servlet.jsp.JspWriter out
protected java.lang.StringBuffer buffer
protected java.util.ResourceBundle valErrBundle
protected java.lang.String name
protected java.lang.String styleName
protected java.lang.String dataName
protected java.lang.String custom
protected java.lang.String fontFace
protected java.lang.String fontSize
protected java.lang.String fontColor
public static final java.lang.String YES
public static final java.lang.String NO
public static final java.lang.String NULL
public static final java.lang.String OFF
public static final java.lang.String HARD
public static final java.lang.String SOFT
public static final java.lang.String SUBMIT
public static final java.lang.String IMAGE
public static final java.lang.String RESET
public static final java.lang.String BUTTON
public static final java.lang.String LEFT
public static final java.lang.String RIGHT
public static final java.lang.String CENTER
public static final java.lang.String NBSP
protected static final java.lang.String QUOT
protected static final java.lang.String LOWT
protected static final java.lang.String QU_LO
protected static final java.lang.String LO_CLOSE
protected static final java.lang.String QU_LO_CLOSE_RE
protected static final java.lang.String LO_RE
protected static final java.lang.String QU_LO_RE
protected static final java.lang.String DOT
protected static final java.lang.String SP
protected static final java.lang.String QU_SP
protected static final java.lang.String RET
protected static final java.lang.String FT_OPEN
protected static final java.lang.String FCLTA
protected static final java.lang.String FCTA
protected static final java.lang.String FSTA
protected static final java.lang.String FFTA
protected static final java.lang.String FT_CLOSE
protected static final java.lang.String IT_OPEN
protected static final java.lang.String ITT_OPEN
protected static final java.lang.String IPT_OPEN
protected static final java.lang.String IBT_OPEN
protected static final java.lang.String IST_OPEN
protected static final java.lang.String IRT_OPEN
protected static final java.lang.String IIT_OPEN
protected static final java.lang.String IHT_OPEN
protected static final java.lang.String ICKT_OPEN
protected static final java.lang.String IRAT_OPEN
protected static final java.lang.String IT_NA
protected static final java.lang.String IT_WA
protected static final java.lang.String IT_SA
protected static final java.lang.String IT_SRA
protected static final java.lang.String IT_VA
protected static final java.lang.String IT_CA
protected static final java.lang.String IT_OA
protected static final java.lang.String IT_MA
protected static final java.lang.String IT_READONLY
protected static final java.lang.String IT_CHECKED
protected static final java.lang.String IT_DISA
protected static final java.lang.String IT_READ
protected static final java.lang.String BT_OPEN
protected static final java.lang.String BT_CLOSE
protected static final java.lang.String ERRORCOLOR
protected static final java.lang.String TAT_OPNE
protected static final java.lang.String TAT_CLOSE
protected static final java.lang.String TAT_CA
protected static final java.lang.String TAT_RA
protected static final java.lang.String TAT_WA
protected static final java.lang.String DOC_FORM_EVENT
protected static final java.lang.String DOC_FORM_HALF1
protected static final java.lang.String DOC_FORM_HALF2
protected static final java.lang.String DOC_SUBMIT
protected static final java.lang.String DOC_CLOSE
protected static final java.lang.String COMMENT_VAL_ERROR
protected static final java.lang.String BR_RE
protected static final java.lang.String msgPrefix
public static final int PAGE_SCOPE
public static final int REQUEST_SCOPE
public static final int SESSION_SCOPE
public static final int APPLICATION_SCOPE
Constructor Detail |
---|
public DSETagSupport()
Method Detail |
---|
public void bufferAppendFontEnd()
public void bufferAppendFontStart()
public JspContextServices getJspContextServices()
If a different implementation of JspContextServices must be used, it must
be defined as a jspbean called "utb&auot; at the beginning of each
JSP, to do this use the following:
public java.lang.String getName()
public java.util.ResourceBundle getResourceBundle()
public void setCustom(java.lang.String newCustom)
newCustom
- The new valuepublic void setDataName(java.lang.String newDataName)
newDataName
- The new valuepublic void setFontColor(java.lang.String newFontColor)
newFontColor
- The new valuepublic void setFontFace(java.lang.String newFontFace)
newFontFace
- The new valuepublic void setFontSize(java.lang.String newFontSize)
newFontSize
- The new valuepublic void setName(java.lang.String newName)
newName
- The new valuepublic void setPageContext(javax.servlet.jsp.PageContext newPageContext)
setPageContext
in interface javax.servlet.jsp.tagext.Tag
setPageContext
in class javax.servlet.jsp.tagext.TagSupport
newPageContext
- The new valuepublic void setResourceBundle(java.util.ResourceBundle newResourceBundle)
newResourceBundle
- The new bundlepublic void setResourceBundle(java.util.ResourceBundle newResourceBundle, int scope)
newResourceBundle
- The new bundlescope
- The scopepublic void setStyle(java.lang.String newstyleName)
newstyleName
- The new valuepublic void setVEResourceBundle(java.lang.String newResourceBundle)
newResourceBundle
- The new bundle
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |