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