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 Session
Context. getSession()
Returns the client side session.Session
WrappedContext. getSession()
Session
Context. getSessionCookie()
Deprecated.Session
WrappedContext. getSessionCookie()
-
Uses of Session in ninja.params
Methods in ninja.params that return Session Modifier and Type Method Description Session
ArgumentExtractors.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 class
SessionImpl
-
Uses of Session in ninja.utils
Fields in ninja.utils declared as Session Modifier and Type Field Description protected Session
AbstractContext. session
Methods in ninja.utils that return Session Modifier and Type Method Description Session
AbstractContext. getSession()
Session
AbstractContext. 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)
-