Uses of Class
com.soklet.web.ResourcePath
-
Uses of ResourcePath in com.soklet.web
Modifier and TypeMethodDescriptionstatic ResourcePath
ResourcePath.fromPathDeclaration
(String path) static ResourcePath
ResourcePath.fromPathInstance
(String path) Modifier and TypeMethodDescriptionboolean
ResourcePath.matches
(ResourcePath resourcePath) ResourcePath.placeholders
(ResourcePath resourcePath) -
Uses of ResourcePath in com.soklet.web.routing
ModifierConstructorDescriptionRoute
(HttpMethod httpMethod, ResourcePath resourcePath, Method resourceMethod)