Uses of Class
com.soklet.web.ResourcePath
Packages that use ResourcePath
-
Uses of ResourcePath in com.soklet.web
Methods in com.soklet.web that return ResourcePathModifier and TypeMethodDescriptionstatic ResourcePath
ResourcePath.fromPathDeclaration
(String path) static ResourcePath
ResourcePath.fromPathInstance
(String path) Methods in com.soklet.web with parameters of type ResourcePathModifier and TypeMethodDescriptionboolean
ResourcePath.matches
(ResourcePath resourcePath) ResourcePath.placeholders
(ResourcePath resourcePath) -
Uses of ResourcePath in com.soklet.web.routing
Methods in com.soklet.web.routing that return ResourcePathConstructors in com.soklet.web.routing with parameters of type ResourcePathModifierConstructorDescriptionRoute
(HttpMethod httpMethod, ResourcePath resourcePath, Method resourceMethod)