ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.webcommon30.CookieConfigType

Packages that use CookieConfigType
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of CookieConfigType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return CookieConfigType
 CookieConfigType<T> CookieConfigType.comment(String comment)
          Sets the comment element
 CookieConfigType<T> CookieConfigType.domain(String domain)
          Sets the domain element
 CookieConfigType<SessionConfigType<T>> SessionConfigType.getOrCreateCookieConfig()
          If not already created, a new cookie-config element with the given value will be created.
 CookieConfigType<T> CookieConfigType.httpOnly(Boolean httpOnly)
          Sets the http-only element
 CookieConfigType<T> CookieConfigType.maxAge(Integer maxAge)
          Sets the max-age element
 CookieConfigType<T> CookieConfigType.name(String name)
          Sets the name element
 CookieConfigType<T> CookieConfigType.path(String path)
          Sets the path element
 CookieConfigType<T> CookieConfigType.removeComment()
          Removes the comment element
 CookieConfigType<T> CookieConfigType.removeDomain()
          Removes the domain element
 CookieConfigType<T> CookieConfigType.removeHttpOnly()
          Removes the http-only element
 CookieConfigType<T> CookieConfigType.removeMaxAge()
          Removes the max-age element
 CookieConfigType<T> CookieConfigType.removeName()
          Removes the name element
 CookieConfigType<T> CookieConfigType.removePath()
          Removes the path element
 CookieConfigType<T> CookieConfigType.removeSecure()
          Removes the secure element
 CookieConfigType<T> CookieConfigType.secure(Boolean secure)
          Sets the secure element
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.