|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.jsp.tagext.TagSupport | +--com.ora.jsp.tags.generic.GetCookieValueTag
This class is a custom action for writing the value of a cookie to the response.
Field Summary | |
private java.lang.String |
name
|
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext, parent, values |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
GetCookieValueTag()
|
Method Summary | |
int |
doEndTag()
Writes the specified cookie value to the output stream, or an empty string if not found. |
void |
release()
Releases all instance variables. |
void |
setName(java.lang.String name)
Sets the cookie name attribute. |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.lang.String name
Constructor Detail |
public GetCookieValueTag()
Method Detail |
public void setName(java.lang.String name)
name
- the name of the cookiepublic int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in class javax.servlet.jsp.tagext.TagSupport
public void release()
release
in class javax.servlet.jsp.tagext.TagSupport
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |