Uses of Class
org.jgrapes.http.ResourcePattern
Packages that use ResourcePattern
Package
Description
Provides the events handled by the server components.
Provides a base component for generating template based responses
to HTTP requests.
-
Uses of ResourcePattern in org.jgrapes.http.events
Methods in org.jgrapes.http.events with parameters of type ResourcePatternModifier and TypeMethodDescriptionstatic ObjectRequest.In.createMatchValue(Class<?> type, ResourcePattern resource) Creates the match value. -
Uses of ResourcePattern in org.jgrapes.http.freemarker
Methods in org.jgrapes.http.freemarker that return ResourcePatternModifier and TypeMethodDescriptionFreeMarkerRequestHandler.prefixPattern()Gets the prefix pattern.Methods in org.jgrapes.http.freemarker with parameters of type ResourcePatternModifier and TypeMethodDescriptionprotected voidFreeMarkerRequestHandler.updatePrefixPattern(ResourcePattern prefixPattern) Updates the prefix pattern.