Uses of Class
ninja.Cookie

Packages that use Cookie
ninja   
ninja.utils   
 

Uses of Cookie in ninja
 

Methods in ninja that return Cookie
 Cookie Cookie.Builder.build()
           
 

Methods in ninja that return types with arguments of type Cookie
 List<Cookie> Result.getCookies()
           
 

Methods in ninja with parameters of type Cookie
 Context WrappedContext.addCookie(Cookie cookie)
           
 Result Result.addCookie(Cookie cookie)
           
 Context ContextImpl.addCookie(Cookie cookie)
           
 Context Context.addCookie(Cookie cookie)
          Add the given cookie to the response
static Cookie.Builder Cookie.builder(Cookie like)
           
 

Uses of Cookie in ninja.utils
 

Methods in ninja.utils with parameters of type Cookie
static javax.servlet.http.Cookie CookieHelper.convertNinjaCookieToServletCookie(Cookie cookie)
           
 



Copyright © 2012. All Rights Reserved.