Message Class

com.bea.wlw.netui.tags.databinding.message
Message Class

public class Message

    extends AbstractBaseTag

Attribute Descriptions
AttributeRequiredRuntime Expression EvaluationData Bindable
resultIdYesNoNo
The Id of the resulting String.
valueYesNoYes
A pageContext or request data binding expression.

Related Topics

<netui-data:message> Tag Sample
MessageArg
How Do I: Customize Message Formats in Page Flows?


Hierarchy
Object
  TagSupport
    BodyTagSupport
      AbstractBaseTag
        Message
All Implemented Interfaces

BodyTag, IterationTag, Serializable, Tag

Field Summary

public static final String
MESSAGE_ARG_KEY
String
   
Fields from  com.bea.wlw.netui.tags.AbstractBaseTag
ATTR_GENERAL, ATTR_GENERAL_EXPRESSION, ATTR_JAVASCRIPT, ATTR_STYLE, CLASS, ID, JAVASCRIPT_STATUS, NAME, NETUI_UNIQUE_CNT, ONCLICK, ONDBLCLICK, ONKEYDOWN, ONKEYPRESS, ONKEYUP, ONMOUSEDOWN, ONMOUSEMOVE, ONMOUSEOUT, ONMOUSEOVER, ONMOUSEUP, STYLE, TABINDEX
 
Fields from  javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields from  javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 

Constructor Summary

Message()

 

Method Summary

public void
addMessageArgument(Object messageArgument)
public int
doEndTag()
public int
doStartTag()
public String
getResultId()
public String
getTagName()
public String
getValue()
protected void
localRelease()
This is a method that will initialize all temp state on a tag and should be called in the doEndTag method.
public void
setResultId(String resultId)
public void
setValue(String value)
 
Methods from  com.bea.wlw.netui.tags.AbstractBaseTag
addTagIdMapping, evaluateAttributeToString, filter, filter, getJavaScriptUtils, getNearestForm, getScriptReporter, getUserLocale, registerTagError, release, renderAttribute, rewriteName, write
 
Methods from  javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods from  javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface javax.servlet.jsp.tagext.BodyTag
doInitBody, setBodyContent
 
Methods from interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
 
Methods from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
 

Field Detail

MESSAGE_ARG_KEY

public static final String MESSAGE_ARG_KEY

 

Constructor Detail

Message

public Message()
 

Method Detail

addMessageArgument(Object) Method

public void addMessageArgument(Object messageArgument)

doEndTag() Method

public int doEndTag()
throws JspException
Overrides
BodyTagSupport.doEndTag()

Exceptions

JspException

doStartTag() Method

public int doStartTag()
Overrides
BodyTagSupport.doStartTag()

getResultId() Method

public String getResultId()

getTagName() Method

public String getTagName()
Overrides
AbstractBaseTag.getTagName()

getValue() Method

public String getValue()

localRelease() Method

protected void localRelease()
Description copied from AbstractBaseTag.localRelease()
This is a method that will initialize all temp state on a tag and should be called in the doEndTag method.

Overrides
AbstractBaseTag.localRelease()

setResultId(String) Method

public void setResultId(String resultId)

setValue(String) Method

public void setValue(String value)