public class ParamTag extends ParamSupport
A handler for <param> that accepts attributes as Strings and evaluates them as expressions at runtime.
name, value| Constructor and Description |
|---|
ParamTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag() |
void |
release() |
void |
setName(String name_) |
void |
setValue(String value_) |
doEndTagdoAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class ParamSupportpublic void setName(String name_)
public void setValue(String value_)
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.