public class CoreParamTag extends BodyTagSupport
bodyContentid, pageContextEVAL_BODY_BUFFERED, EVAL_BODY_TAGEVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description | 
|---|
| CoreParamTag() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | doEndTag()Process the tag. | 
| int | doStartTag()Process the tag. | 
| void | setName(java.lang.String name)Sets the name | 
| void | setValue(java.lang.String value)Sets the value | 
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParent, setPageContext, setParentpublic void setName(java.lang.String name)
name - the JSP-EL expression for the name.public void setValue(java.lang.String value)
value - the JSP-EL expression for the value.public int doStartTag()
               throws JspException
doStartTag in interface TagdoStartTag in class BodyTagSupportJspExceptionpublic int doEndTag()
             throws JspException
doEndTag in interface TagdoEndTag in class TagSupportJspException