Class Path
java.lang.Object
org.nuxeo.ecm.webengine.jaxrs.servlet.mapping.Path
- Author:
- Bogdan Stefanescu
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
HAS_LEADING_SLASHpublic static final int HAS_LEADING_SLASH- See Also:
 
- 
HAS_TRAILING_SLASHpublic static final int HAS_TRAILING_SLASH- See Also:
 
- 
EMPTY_SEGMENTS
- 
ROOT
- 
EMPTY
- 
bitsprotected int bits
- 
segments
 
- 
- 
Constructor Details- 
Path
- 
Path
- 
Path
 
- 
- 
Method Details- 
parse
- 
lengthpublic int length()
- 
segments
- 
hasLeadingSlashpublic boolean hasLeadingSlash()
- 
hasTrailingSlashpublic boolean hasTrailingSlash()
- 
isAbsolutepublic boolean isAbsolute()
- 
copy
- 
copy
- 
toString
- 
lastSegment
- 
getFileExtension
- 
getFileName
- 
append
- 
makeAbsolute
- 
makeRelative
- 
removeTrailingSlash
- 
isRootpublic boolean isRoot()
- 
segment
- 
removeLastSegment
- 
removeLastSegments
- 
equals
- 
hashCodepublic int hashCode()
 
-