|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.grizzly.http.webxml.schema.version_3_0.CookieConfigType
public class CookieConfigType
The cookie-configType defines the configuration for the session tracking cookies of this web application. Used in: session-config
Java class for cookie-configType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cookie-configType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://java.sun.com/xml/ns/javaee}cookie-nameType" minOccurs="0"/>
<element name="domain" type="{http://java.sun.com/xml/ns/javaee}cookie-domainType" minOccurs="0"/>
<element name="path" type="{http://java.sun.com/xml/ns/javaee}cookie-pathType" minOccurs="0"/>
<element name="comment" type="{http://java.sun.com/xml/ns/javaee}cookie-commentType" minOccurs="0"/>
<element name="http-only" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
<element name="secure" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CookieCommentType |
comment
|
protected CookieDomainType |
domain
|
protected TrueFalseType |
httpOnly
|
protected String |
id
|
protected CookieNameType |
name
|
protected CookiePathType |
path
|
protected TrueFalseType |
secure
|
| Constructor Summary | |
|---|---|
CookieConfigType()
|
|
| Method Summary | |
|---|---|
CookieCommentType |
getComment()
Gets the value of the comment property. |
CookieDomainType |
getDomain()
Gets the value of the domain property. |
TrueFalseType |
getHttpOnly()
Gets the value of the httpOnly property. |
String |
getId()
Gets the value of the id property. |
CookieNameType |
getName()
Gets the value of the name property. |
CookiePathType |
getPath()
Gets the value of the path property. |
TrueFalseType |
getSecure()
Gets the value of the secure property. |
void |
setComment(CookieCommentType value)
Sets the value of the comment property. |
void |
setDomain(CookieDomainType value)
Sets the value of the domain property. |
void |
setHttpOnly(TrueFalseType value)
Sets the value of the httpOnly property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setName(CookieNameType value)
Sets the value of the name property. |
void |
setPath(CookiePathType value)
Sets the value of the path property. |
void |
setSecure(TrueFalseType value)
Sets the value of the secure property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CookieNameType name
protected CookieDomainType domain
protected CookiePathType path
protected CookieCommentType comment
protected TrueFalseType httpOnly
protected TrueFalseType secure
protected String id
| Constructor Detail |
|---|
public CookieConfigType()
| Method Detail |
|---|
public CookieNameType getName()
CookieNameTypepublic void setName(CookieNameType value)
value - allowed object is
CookieNameTypepublic CookieDomainType getDomain()
CookieDomainTypepublic void setDomain(CookieDomainType value)
value - allowed object is
CookieDomainTypepublic CookiePathType getPath()
CookiePathTypepublic void setPath(CookiePathType value)
value - allowed object is
CookiePathTypepublic CookieCommentType getComment()
CookieCommentTypepublic void setComment(CookieCommentType value)
value - allowed object is
CookieCommentTypepublic TrueFalseType getHttpOnly()
TrueFalseTypepublic void setHttpOnly(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic TrueFalseType getSecure()
TrueFalseTypepublic void setSecure(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||