com.ibm.ws.javaee.dd.web.common
Interface CookieConfig
- public interface CookieConfig
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getComment()
|
|
getDomain()
|
|
getMaxAge()
|
|
getName()
|
|
getPath()
|
|
isHTTPOnly()
|
|
isSecure()
|
|
isSetHTTPOnly()
|
|
isSetMaxAge()
|
|
isSetSecure()
|
Method Detail
getName
- java.lang.String getName()
Returns:
<name>, or null if unspecified
getDomain
- java.lang.String getDomain()
Returns:
<domain>, or null if unspecified
getPath
- java.lang.String getPath()
Returns:
<path>, or null if unspecified
getComment
- java.lang.String getComment()
Returns:
<comment>, or null if unspecified
isSetHTTPOnly
- boolean isSetHTTPOnly()
isHTTPOnly
- boolean isHTTPOnly()
isSetSecure
- boolean isSetSecure()
isSecure
- boolean isSecure()
isSetMaxAge
- boolean isSetMaxAge()
getMaxAge
- int getMaxAge()