com.ibm.ccd.ui.tags
Class UIMessageBundle
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.ibm.ccd.ui.tags.BaseUITag
com.ibm.ccd.ui.tags.UIMessageBundle
- All Implemented Interfaces:
- ITagConstants, IReference, java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag
public class UIMessageBundle
- extends BaseUITag
- See Also:
- Serialized Form
Fields inherited from class com.ibm.ccd.ui.tags.BaseUITag |
alt, enabled, fromHtmlEmitter, id, labelRequired, locale, log, mandatory, name, out, portletContext, uiLabel, value |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
pageContext |
Fields inherited from interface com.ibm.ccd.ui.tags.ITagConstants |
DEBUG_IMAGE_PATH, DEFAULT_CURRENCY, DEFAULT_EDIT_STYLE, DEFAULT_FIELD_SIZE, DEFAULT_FLAG, DEFAULT_LABEL_STYLE, DEFAULT_LISTBOX_SIZE, DEFAULT_TEXT_MAXLENGTH, ERROR_IMAGE_PATH, FATAL_IMAGE_PATH, IMAGE_PATH, INFO_IMAGE_PATH, JS_MANDATORYCHK, JS_MAXRANGECHK, JS_MINRANGECHK, JS_MINVALUECHK, JS_NUMBERVALUECHK, UPLOAD_TEXT_FIELD_LENGTH, VAR_PORTLET_CONFIG, VAR_PORTLET_REQUEST, VAR_PORTLET_RESPONSE, WARN_IMAGE_PATH |
Fields inherited from interface com.ibm.ccd.ui.util.IReference |
AXIS_CLIENT_TIMEOUT_MILLISECONDS, BUNDLE_WPC_UI_JSMESSAGES, BUNDLE_WPC_UI_LABELS, BUNDLE_WPC_UI_MESSAGES, CACHE_ENABLED, COND_CMPL, ITEM_ATTACHMENTS_DIR, KEY_ATTRIBUTE_NAME, KEY_CATALOG_NAME, MASSUPDATE_MAP_LIST_KEY, MASSUPDATE_MAP_MESSAGE_KEY, MESSAGE_KEY, PRIMARY_CATALOG, SESSION_ACTION, SESSION_BUS_FUNCT, SUPPLIER_ATTR_NAME, TRANS_LOG_FILE, TRANSACTION_PATH, WORKWITHITEM_IMAGEDIR |
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 |
Method Summary |
int |
doEndTag()
doEndTag is called by the JSP container when the tag is closed |
int |
doStartTag()
doStartTag is called by the JSP container when the tag is encountered |
java.lang.String |
getKey()
|
java.lang.String |
getResource()
|
java.lang.String |
getStyle()
|
java.lang.String |
getUserlocale()
|
protected void |
renderField()
Method for generating the html field.Tag Subclasses needs overwrite this method |
void |
setKey(java.lang.String string)
|
void |
setResource(java.lang.String string)
|
void |
setStyle(java.lang.String string)
|
void |
setUserlocale(java.lang.String string)
|
Methods inherited from class com.ibm.ccd.ui.tags.BaseUITag |
displayField, displayForMandatory, displayLabel, displayTag, getAlt, getEnabled, getId, getLocale, getLog, getMandatory, getName, getPortletContext, getSize, getTextLabel, getTextMessages, getUiLabel, getValue, initialize, isEnabled, isFromHtmlEmitter, isLabelRequired, isMandatory, setAlt, setEnabled, setId, setLabelRequired, setLocale, setLog, setMandatory, setName, setPortletContext, setSize, setUiLabel, setValue, validate |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIMessageBundle
public UIMessageBundle()
doStartTag
public int doStartTag()
- Description copied from class:
BaseUITag
- doStartTag is called by the JSP container when the tag is encountered
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class BaseUITag
doEndTag
public int doEndTag()
- Description copied from class:
BaseUITag
- doEndTag is called by the JSP container when the tag is closed
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class BaseUITag
- See Also:
BaseUITag.doEndTag()
renderField
protected void renderField()
throws java.lang.Exception
- Description copied from class:
BaseUITag
- Method for generating the html field.Tag Subclasses needs overwrite this method
- Specified by:
renderField
in class BaseUITag
- Throws:
java.lang.Exception
- See Also:
BaseUITag.renderField()
getKey
public java.lang.String getKey()
- Returns:
- string
getResource
public java.lang.String getResource()
- Returns:
- string
setKey
public void setKey(java.lang.String string)
- Parameters:
string
-
setResource
public void setResource(java.lang.String string)
- Parameters:
string
-
getUserlocale
public java.lang.String getUserlocale()
- Returns:
- string
setUserlocale
public void setUserlocale(java.lang.String string)
- Parameters:
string
-
getStyle
public java.lang.String getStyle()
- Overrides:
getStyle
in class BaseUITag
- Returns:
- string
setStyle
public void setStyle(java.lang.String string)
- Overrides:
setStyle
in class BaseUITag
- Parameters:
string
-