com.ibm.ws.javaee.dd.web.common

Interface CookieConfig


  1. public interface CookieConfig

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getComment()
  1. java.lang.String
getDomain()
  1. int
getMaxAge()
  1. java.lang.String
getName()
  1. java.lang.String
getPath()
  1. boolean
isHTTPOnly()
  1. boolean
isSecure()
  1. boolean
isSetHTTPOnly()
  1. boolean
isSetMaxAge()
  1. boolean
isSetSecure()

Method Detail

getName

  1. java.lang.String getName()
Returns:
<name>, or null if unspecified

getDomain

  1. java.lang.String getDomain()
Returns:
<domain>, or null if unspecified

getPath

  1. java.lang.String getPath()
Returns:
<path>, or null if unspecified

getComment

  1. java.lang.String getComment()
Returns:
<comment>, or null if unspecified

isSetHTTPOnly

  1. boolean isSetHTTPOnly()
Returns:
true if <http-only> is specified
See Also:

isHTTPOnly

  1. boolean isHTTPOnly()
Returns:
<http-only> if specified
See Also:

isSetSecure

  1. boolean isSetSecure()
Returns:
true if <secure> is specified
See Also:

isSecure

  1. boolean isSecure()
Returns:
<secure> if specified
See Also:

isSetMaxAge

  1. boolean isSetMaxAge()
Returns:
true if <max-age> is specified
See Also:

getMaxAge

  1. int getMaxAge()
Returns:
<max-age> if specified
See Also: