|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
net.sf.jelly.apt.decorations.declaration.DecoratedMemberDeclaration
net.sf.jelly.apt.decorations.declaration.DecoratedExecutableDeclaration
net.sf.jelly.apt.decorations.declaration.DecoratedMethodDeclaration
org.codehaus.enunciate.contract.jaxrs.SubResourceLocator
public class SubResourceLocator
A sub-resource locator. Invoked on a JAX-RS resource in order to locate a subresource.
| Field Summary |
|---|
| Fields inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedMethodDeclaration |
|---|
INHERITDOC_PATTERN |
| Fields inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedExecutableDeclaration |
|---|
paramsComments, throwsComments |
| Fields inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
|---|
delegate, javaDoc |
| Constructor Summary | |
|---|---|
SubResourceLocator(com.sun.mirror.declaration.MethodDeclaration delegate,
Resource parent)
|
|
| Method Summary | |
|---|---|
com.sun.mirror.declaration.ParameterDeclaration |
getEntityParameter()
The entity parameter. |
Resource |
getParent()
The resource that hosts this locator. |
java.lang.String |
getPath()
The path of the subresource. |
SubResource |
getResource()
The resource that this locates. |
java.util.List<ResourceParameter> |
getResourceParameters()
The list of resource parameters that this method requires to be invoked. |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedMethodDeclaration |
|---|
accept, commentNeedsReplacement, constructJavaDoc, getPropertyName, getReturnType, isGetter, isSetter |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedExecutableDeclaration |
|---|
getFormalTypeParameters, getParameters, getThrownTypes, isVarArgs, parseParamComments |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedMemberDeclaration |
|---|
getDeclaringType |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
|---|
equals, getAnnotation, getAnnotationMirrors, getAnnotations, getDelegate, getDocComment, getDocValue, getJavaDoc, getModifiers, getPosition, getSimpleName, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sun.mirror.declaration.ExecutableDeclaration |
|---|
getFormalTypeParameters, getParameters, getThrownTypes, isVarArgs |
| Methods inherited from interface com.sun.mirror.declaration.MemberDeclaration |
|---|
getDeclaringType |
| Methods inherited from interface com.sun.mirror.declaration.Declaration |
|---|
equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName |
| Constructor Detail |
|---|
public SubResourceLocator(com.sun.mirror.declaration.MethodDeclaration delegate,
Resource parent)
| Method Detail |
|---|
public java.lang.String getPath()
public SubResource getResource()
public Resource getParent()
public java.util.List<ResourceParameter> getResourceParameters()
public com.sun.mirror.declaration.ParameterDeclaration getEntityParameter()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||