|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.ext.tag.TagImpl
railo.runtime.tag.Cookie
public final class Cookie
Defines cookie variables, including expiration and security options.
Field Summary |
---|
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
Cookie()
|
Method Summary | |
---|---|
int |
doEndTag()
|
int |
doStartTag()
|
void |
release()
|
void |
setDomain(String domain)
set the value domain |
void |
setEncode(boolean encode)
|
void |
setEncodevalue(boolean encode)
|
void |
setExpires(Object expires)
set the value expires Schedules the expiration of a cookie variable. |
void |
setExpires(String expires)
Deprecated. replaced with setExpires(Object expires):void |
void |
setHttponly(boolean httponly)
|
void |
setName(String name)
set the value name The name of the cookie variable. |
void |
setPath(String path)
set the value path |
void |
setPreservecase(boolean preservecase)
|
void |
setSecure(boolean secure)
set the value secure Yes or No. |
void |
setValue(String value)
set the value value The value assigned to the cookie variable. |
Methods inherited from class railo.runtime.ext.tag.TagImpl |
---|
getParent, required, required, required, required, setPageContext, setPageContext, setParent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Cookie()
Method Detail |
---|
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class TagImpl
public void setSecure(boolean secure)
secure
- value to setpublic void setValue(String value)
value
- value to setpublic void setDomain(String domain)
domain
- value to setpublic void setPath(String path)
path
- value to setpublic void setExpires(Object expires)
expires
- value to setpublic void setExpires(String expires)
expires
- value to setpublic void setName(String name)
name
- value to setpublic void setHttponly(boolean httponly)
public void setPreservecase(boolean preservecase)
public void setEncodevalue(boolean encode)
public void setEncode(boolean encode)
public int doStartTag() throws PageException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
PageException
public int doEndTag()
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class TagImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |