Uses of Interface
ninja.session.FlashCookie

Packages that use FlashCookie
ninja   
ninja.params   
ninja.session   
 

Uses of FlashCookie in ninja
 

Methods in ninja that return FlashCookie
 FlashCookie WrappedContext.getFlashCookie()
           
 FlashCookie ContextImpl.getFlashCookie()
           
 FlashCookie Context.getFlashCookie()
          Returns the flash cookie.
 

Constructors in ninja with parameters of type FlashCookie
ContextImpl(BodyParserEngineManager bodyParserEngineManager, FlashCookie flashCookie, SessionCookie sessionCookie, ResultHandler resultHandler, Validation validation)
           
 

Uses of FlashCookie in ninja.params
 

Methods in ninja.params that return FlashCookie
 FlashCookie ArgumentExtractors.FlashExtractor.extract(Context context)
           
 

Methods in ninja.params that return types with arguments of type FlashCookie
 Class<FlashCookie> ArgumentExtractors.FlashExtractor.getExtractedType()
           
 

Uses of FlashCookie in ninja.session
 

Classes in ninja.session that implement FlashCookie
 class FlashCookieImpl
          Flash scope: A client side cookie that can be used to transfer information from one request to another.
 



Copyright © 2012. All Rights Reserved.