public final class ServletParam extends TagImpl
Constructor and Description |
---|
ServletParam()
constructor for the tag class
|
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
void |
release() |
void |
setName(String name)
set the value name
If used with the value attribute, it is the name of the servlet parameter.
|
void |
setType(String type)
set the value type
|
void |
setValue(String value)
set the value value
Value of a name-value pair passed to the servlet as a parameter.
|
void |
setVariable(String variable)
set the value variable
|
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public ServletParam() throws ExpressionException
ExpressionException
public void setValue(String value)
value
- value to setpublic void setVariable(String variable)
variable
- value to setpublic void setName(String name)
name
- value to setpublic int doStartTag()
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
public int doEndTag()
Copyright © 2015 Lucee