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 FlashScopeContext. getFlashCookie()Deprecated.FlashScopeWrappedContext. getFlashCookie()FlashScopeContext. getFlashScope()Returns the flash cookie.FlashScopeWrappedContext. getFlashScope() -
Uses of FlashScope in ninja.params
Methods in ninja.params that return FlashScope Modifier and Type Method Description FlashScopeArgumentExtractors.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 classFlashScopeImplDefault FlashScope implementation. -
Uses of FlashScope in ninja.utils
Fields in ninja.utils declared as FlashScope Modifier and Type Field Description protected FlashScopeAbstractContext. flashScopeMethods in ninja.utils that return FlashScope Modifier and Type Method Description FlashScopeAbstractContext. getFlashCookie()Deprecated.FlashScopeAbstractContext. 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)
-