Uses of Interface
ratpack.session.SessionData
-
Packages that use SessionData Package Description ratpack.session Objects for providingSession
support. -
-
Uses of SessionData in ratpack.session
Methods in ratpack.session that return types with arguments of type SessionData Modifier and Type Method Description Promise<SessionData>
Session. getData()
The session data.
-