public class AbstractSubResourceLocator extends AbstractMethod implements PathAnnotated, Parameterized, AbstractModelComponent
Constructor and Description |
---|
AbstractSubResourceLocator(AbstractResource resource,
Method method,
PathValue uriPath,
Annotation[] annotations)
Creates a new instance of AbstractSubResourceLocator
|
Modifier and Type | Method and Description |
---|---|
void |
accept(AbstractModelVisitor visitor) |
List<AbstractModelComponent> |
getComponents() |
List<Parameter> |
getParameters() |
PathValue |
getPath() |
String |
toString() |
getAnnotation, getAnnotations, getDeclaredAnnotations, getMethod, getResource, isAnnotationPresent
public AbstractSubResourceLocator(AbstractResource resource, Method method, PathValue uriPath, Annotation[] annotations)
public PathValue getPath()
getPath
in interface PathAnnotated
public List<Parameter> getParameters()
getParameters
in interface Parameterized
public void accept(AbstractModelVisitor visitor)
accept
in interface AbstractModelComponent
public List<AbstractModelComponent> getComponents()
getComponents
in interface AbstractModelComponent
Copyright © 2013 Oracle Corporation. All rights reserved.