public class CreateCookieFormBackingObject extends Object
| Constructor and Description |
|---|
CreateCookieFormBackingObject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getDomain() |
int |
getMaxAge() |
String |
getName() |
String |
getPath() |
String |
getValue() |
int |
getVersion() |
boolean |
isSecure() |
void |
setComment(String comment) |
void |
setDomain(String domain) |
void |
setMaxAge(int maxAge) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setSecure(boolean secure) |
void |
setValue(String value) |
void |
setVersion(int version) |
javax.servlet.http.Cookie |
toCookie() |
public String getName()
public void setName(String name)
name - the name to setpublic String getValue()
public void setValue(String value)
value - the value to setpublic String getComment()
public void setComment(String comment)
comment - the comment to setpublic String getDomain()
public void setDomain(String domain)
domain - the domain to setpublic int getMaxAge()
public void setMaxAge(int maxAge)
maxAge - the maxAge to setpublic String getPath()
public void setPath(String path)
path - the path to setpublic int getVersion()
public void setVersion(int version)
version - the version to setpublic boolean isSecure()
public void setSecure(boolean secure)
secure - the secure to setpublic javax.servlet.http.Cookie toCookie()
Copyright © 2016 Jasig. All Rights Reserved.