Class ContextInjector.GetLastPathSegment
- java.lang.Object
-
- org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.GetLastPathSegment
-
- All Implemented Interfaces:
javax.ws.rs.core.PathSegment
- Enclosing class:
- ContextInjector
private static class ContextInjector.GetLastPathSegment extends java.lang.Object implements javax.ws.rs.core.PathSegment
-
-
Field Summary
Fields Modifier and Type Field Description private ThreadLocalizedContexttlContext
-
Constructor Summary
Constructors Constructor Description GetLastPathSegment(ThreadLocalizedContext tlContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private javax.ws.rs.core.PathSegmentgetLast()javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String>getMatrixParameters()java.lang.StringgetPath()
-
-
-
Field Detail
-
tlContext
private final ThreadLocalizedContext tlContext
-
-
Constructor Detail
-
GetLastPathSegment
GetLastPathSegment(ThreadLocalizedContext tlContext)
-
-
Method Detail
-
getLast
private javax.ws.rs.core.PathSegment getLast()
-
getMatrixParameters
public javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> getMatrixParameters()
- Specified by:
getMatrixParametersin interfacejavax.ws.rs.core.PathSegment- See Also:
PathSegment.getMatrixParameters()
-
getPath
public java.lang.String getPath()
- Specified by:
getPathin interfacejavax.ws.rs.core.PathSegment- See Also:
PathSegment.getPath()
-
-