Class ResourcePath.Component

java.lang.Object
com.soklet.web.ResourcePath.Component
Enclosing class:
ResourcePath

public static class ResourcePath.Component extends Object
Represents a /-delimited part of a ResourcePath.

For example, given the path /languages/{languageId}

  • Component 0 would have type LITERAL and value languages
  • Component 1 would have type PLACEHOLDER and value languageId
Since:
1.0.0
Author:
Mark Allen
See Also: