@NoContent
public class HeaderTag
extends org.apache.commons.jelly.TagSupport
SetHeaderTag| Constructor and Description |
|---|
HeaderTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
doTag(org.apache.commons.jelly.XMLOutput output) |
protected javax.servlet.http.HttpServletRequest |
getRequest() |
protected javax.servlet.http.HttpServletResponse |
getResponse() |
protected javax.servlet.ServletContext |
getServletContext() |
void |
setName(java.lang.String name)
Header name.
|
void |
setValue(java.lang.String value)
Header value.
|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody@Required public void setName(java.lang.String name)
@Required public void setValue(java.lang.String value)
public void doTag(org.apache.commons.jelly.XMLOutput output)
throws org.apache.commons.jelly.JellyTagException
org.apache.commons.jelly.JellyTagExceptionprotected javax.servlet.http.HttpServletRequest getRequest()
protected javax.servlet.http.HttpServletResponse getResponse()
protected javax.servlet.ServletContext getServletContext()
Copyright © 2015. All Rights Reserved.