Constructor and Description |
---|
Header() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
void |
release() |
void |
setCharset(String charset) |
void |
setName(String name)
set the value name
A name for the header.
|
void |
setStatuscode(double statuscode)
set the value statuscode
A number that sets the HTTP status code.
|
void |
setStatustext(String statustext)
set the value statustext
Text that explains the status code.
|
void |
setValue(String value)
set the value value
A value for the HTTP header.
|
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public Header()
public void release()
public void setValue(String value)
value
- value to setpublic void setStatustext(String statustext)
statustext
- value to setpublic void setName(String name)
name
- value to setpublic void setStatuscode(double statuscode)
statuscode
- value to setpublic void setCharset(String charset)
charset
- The charset to set.public int doStartTag() throws PageException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
PageException
Copyright © 2015 Lucee