com.sun.jersey.api.model
Class AbstractSubResourceLocator
java.lang.Object
com.sun.jersey.api.model.AbstractSubResourceLocator
- All Implemented Interfaces:
- AbstractModelComponent, Parameterized, UriPathAnnotated
public class AbstractSubResourceLocator
- extends java.lang.Object
- implements UriPathAnnotated, Parameterized, AbstractModelComponent
Abstraction for a sub resource locator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AbstractSubResourceLocator
public AbstractSubResourceLocator(java.lang.reflect.Method method,
UriPathValue uriPath)
- Creates a new instance of AbstractSubResourceLocator
getUriPath
public UriPathValue getUriPath()
- Specified by:
getUriPath
in interface UriPathAnnotated
getMethod
public java.lang.reflect.Method getMethod()
getParameters
public java.util.List<Parameter> getParameters()
- Specified by:
getParameters
in interface Parameterized
accept
public void accept(AbstractModelVisitor visitor)
- Specified by:
accept
in interface AbstractModelComponent
getComponents
public java.util.List<AbstractModelComponent> getComponents()
- Specified by:
getComponents
in interface AbstractModelComponent
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object