public class ParamTag extends ParamSupport
A handler for <param> that accepts message arguments as Strings and evaluates them as expressions at runtime.
value, valueSpecified
Constructor and Description |
---|
ParamTag()
Constructs a new ParamTag.
|
Modifier and Type | Method and Description |
---|---|
int |
doStartTag() |
void |
release() |
void |
setValue(String value_) |
doEndTag
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public ParamTag()
public int doStartTag() throws jakarta.servlet.jsp.JspException
doStartTag
in interface jakarta.servlet.jsp.tagext.Tag
doStartTag
in class jakarta.servlet.jsp.tagext.BodyTagSupport
jakarta.servlet.jsp.JspException
public void release()
release
in interface jakarta.servlet.jsp.tagext.Tag
release
in class ParamSupport
public void setValue(String value_)
Copyright © 2019,2020 Eclipse Foundation. All rights reserved.