Uses of Interface
ninja.session.FlashScope
-
Packages that use FlashScope Package Description ninja ninja.params ninja.session ninja.utils -
-
Uses of FlashScope in ninja
Methods in ninja that return FlashScope Modifier and Type Method Description FlashScope
Context. getFlashCookie()
Deprecated.FlashScope
WrappedContext. getFlashCookie()
FlashScope
Context. getFlashScope()
Returns the flash cookie.FlashScope
WrappedContext. getFlashScope()
-
Uses of FlashScope in ninja.params
Methods in ninja.params that return FlashScope Modifier and Type Method Description FlashScope
ArgumentExtractors.FlashExtractor. extract(Context context)
Methods in ninja.params that return types with arguments of type FlashScope Modifier and Type Method Description Class<FlashScope>
ArgumentExtractors.FlashExtractor. getExtractedType()
-
Uses of FlashScope in ninja.session
Classes in ninja.session that implement FlashScope Modifier and Type Class Description class
FlashScopeImpl
Default FlashScope implementation. -
Uses of FlashScope in ninja.utils
Fields in ninja.utils declared as FlashScope Modifier and Type Field Description protected FlashScope
AbstractContext. flashScope
Methods in ninja.utils that return FlashScope Modifier and Type Method Description FlashScope
AbstractContext. getFlashCookie()
Deprecated.FlashScope
AbstractContext. getFlashScope()
Constructors in ninja.utils with parameters of type FlashScope Constructor Description AbstractContext(BodyParserEngineManager bodyParserEngineManager, FlashScope flashScope, NinjaProperties ninjaProperties, Session session, Validation validation, com.google.inject.Injector injector, ParamParsers paramParsers)
-