Uses of Interface
ninja.session.Session
-
Packages that use Session Package Description ninja ninja.params ninja.session ninja.utils -
-
Uses of Session in ninja
Methods in ninja that return Session Modifier and Type Method Description SessionContext. getSession()Returns the client side session.SessionWrappedContext. getSession()SessionContext. getSessionCookie()Deprecated.SessionWrappedContext. getSessionCookie() -
Uses of Session in ninja.params
Methods in ninja.params that return Session Modifier and Type Method Description SessionArgumentExtractors.SessionExtractor. extract(Context context)Methods in ninja.params that return types with arguments of type Session Modifier and Type Method Description Class<Session>ArgumentExtractors.SessionExtractor. getExtractedType() -
Uses of Session in ninja.session
Classes in ninja.session that implement Session Modifier and Type Class Description classSessionImpl -
Uses of Session in ninja.utils
Fields in ninja.utils declared as Session Modifier and Type Field Description protected SessionAbstractContext. sessionMethods in ninja.utils that return Session Modifier and Type Method Description SessionAbstractContext. getSession()SessionAbstractContext. getSessionCookie()Deprecated.Constructors in ninja.utils with parameters of type Session Constructor Description AbstractContext(BodyParserEngineManager bodyParserEngineManager, FlashScope flashScope, NinjaProperties ninjaProperties, Session session, Validation validation, com.google.inject.Injector injector, ParamParsers paramParsers)
-