Uses of Class
ratpack.session.NonAllowedSessionTypeException
-
Packages that use NonAllowedSessionTypeException Package Description ratpack.session Objects for providingSession
support. -
-
Uses of NonAllowedSessionTypeException in ratpack.session
Methods in ratpack.session that throw NonAllowedSessionTypeException Modifier and Type Method Description default void
SessionTypeFilter. assertAllowed(String className)
ThrowsNonAllowedSessionTypeException
if the given type is not allowed by this filterer.
-