Package com.ibm.ws.javaee.dd.web.common
Interface CookieConfig
public interface CookieConfig
-
Method Details
-
getName
String getName()- Returns:
- <name>, or null if unspecified
-
getDomain
String getDomain()- Returns:
- <domain>, or null if unspecified
-
getPath
String getPath()- Returns:
- <path>, or null if unspecified
-
getComment
String getComment()- Returns:
- <comment>, or null if unspecified
-
isSetHTTPOnly
boolean isSetHTTPOnly()- Returns:
- true if <http-only> is specified
- See Also:
-
isHTTPOnly
boolean isHTTPOnly()- Returns:
- <http-only> if specified
- See Also:
-
isSetSecure
boolean isSetSecure()- Returns:
- true if <secure> is specified
- See Also:
-
isSecure
boolean isSecure()- Returns:
- <secure> if specified
- See Also:
-
isSetMaxAge
boolean isSetMaxAge()- Returns:
- true if <max-age> is specified
- See Also:
-
getMaxAge
int getMaxAge()- Returns:
- <max-age> if specified
- See Also:
-
getAttributes
List<AttributeValue> getAttributes()- Returns:
- <attribute> elements
-