Uses of Interface
dev.voidframework.web.filter.Filter
Packages that use Filter
Package
Description
-
Uses of Filter in dev.voidframework.web.csrf
Classes in dev.voidframework.web.csrf that implement FilterModifier and TypeClassDescriptionclassThis filter takes care of generating and checking a CSRF token if the request matches the chosen criteria. -
Uses of Filter in dev.voidframework.web.filter
Constructor parameters in dev.voidframework.web.filter with type arguments of type Filter -
Uses of Filter in dev.voidframework.web.http
Constructor parameters in dev.voidframework.web.http with type arguments of type FilterModifierConstructorDescriptionHttpRequestHandler(com.google.inject.Injector injector, ErrorHandler errorHandler, List<Class<? extends Filter>> globalFilterClassTypes) Build a new instance. -
Uses of Filter in dev.voidframework.web.routing
Methods in dev.voidframework.web.routing that return types with arguments of type FilterModifier and TypeMethodDescriptionResolvedRoute.filterClassTypes()Returns the value of thefilterClassTypesrecord component.Route.filterClassTypes()Returns the value of thefilterClassTypesrecord component.Constructor parameters in dev.voidframework.web.routing with type arguments of type FilterModifierConstructorDescriptionResolvedRoute(List<Class<? extends Filter>> filterClassTypes, Class<?> controllerClassType, Method method, Map<String, String> extractedParameterValues) Creates an instance of aResolvedRouterecord class.Route(HttpMethod httpMethod, Pattern routePattern, List<Class<? extends Filter>> filterClassTypes, Class<?> controllerClassType, Method method) Creates an instance of aRouterecord class.