com.sun.jersey.api.model
Class AbstractSubResourceLocator
java.lang.Object
com.sun.jersey.api.model.AbstractMethod
com.sun.jersey.api.model.AbstractSubResourceLocator
- All Implemented Interfaces:
- AbstractModelComponent, Parameterized, PathAnnotated, AnnotatedElement
public class AbstractSubResourceLocator
- extends AbstractMethod
- implements PathAnnotated, Parameterized, AbstractModelComponent
Abstraction for a sub resource locator
AbstractSubResourceLocator
public AbstractSubResourceLocator(AbstractResource resource,
Method method,
PathValue uriPath,
Annotation[] annotations)
- Creates a new instance of AbstractSubResourceLocator
getPath
public PathValue getPath()
- Specified by:
getPath
in interface PathAnnotated
getParameters
public List<Parameter> getParameters()
- Specified by:
getParameters
in interface Parameterized
accept
public void accept(AbstractModelVisitor visitor)
- Specified by:
accept
in interface AbstractModelComponent
getComponents
public List<AbstractModelComponent> getComponents()
- Specified by:
getComponents
in interface AbstractModelComponent
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 Oracle Corporation. All Rights Reserved.