Package com.soklet.web
Class ResourcePath.Component
java.lang.Object
com.soklet.web.ResourcePath.Component
- Enclosing class:
ResourcePath
Represents a
/
-delimited part of a ResourcePath
.
For example, given the path /languages/{languageId}
Component
0 would have typeLITERAL
and valuelanguages
Component
1 would have typePLACEHOLDER
and valuelanguageId
- Since:
- 1.0.0
- Author:
- Mark Allen
- See Also:
-
Constructor Summary
-
Method Summary