|
|||||||||
| 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.DecoratedTypeDeclaration
org.codehaus.enunciate.contract.jaxrs.Resource
org.codehaus.enunciate.contract.jaxrs.SubResource
public class SubResource
A JAX-RS sub-resource.
| Field Summary |
|---|
| Fields inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
|---|
delegate, javaDoc |
| Constructor Summary | |
|---|---|
SubResource(com.sun.mirror.declaration.TypeDeclaration delegate,
java.lang.String path,
SubResourceLocator locator)
|
|
| Method Summary | |
|---|---|
SubResourceLocator |
getLocator()
The subresource locator. |
Resource |
getParent()
The parent resource. |
java.lang.String |
getPath()
The path to this subresource. |
java.util.List<ResourceParameter> |
getResourceParameters()
The resource parameters. |
protected java.util.List<SubResourceLocator> |
getSubresourceLocators(com.sun.mirror.declaration.TypeDeclaration delegate)
Get the sub-resource locators for the specified type. |
| Methods inherited from class org.codehaus.enunciate.contract.jaxrs.Resource |
|---|
getConsumesMime, getProducesMime, getResourceLocators, getResourceMethods, getResourceMethods, getResourceMethods, getResourceParameters, isOverridden |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration |
|---|
accept, getFields, getFormalTypeParameters, getMethods, getNestedTypes, getPackage, getProperties, getQualifiedName, getSuperinterfaces, isAnnotatedType, isClass, isEnum, isInterface, isPaired |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedMemberDeclaration |
|---|
getDeclaringType |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
|---|
constructJavaDoc, 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.MemberDeclaration |
|---|
getDeclaringType |
| Methods inherited from interface com.sun.mirror.declaration.Declaration |
|---|
equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName |
| Constructor Detail |
|---|
public SubResource(com.sun.mirror.declaration.TypeDeclaration delegate,
java.lang.String path,
SubResourceLocator locator)
| Method Detail |
|---|
public java.util.List<ResourceParameter> getResourceParameters()
Resource
getResourceParameters in class Resourceprotected java.util.List<SubResourceLocator> getSubresourceLocators(com.sun.mirror.declaration.TypeDeclaration delegate)
Resource
getSubresourceLocators in class Resourcedelegate - The type.
public java.lang.String getPath()
getPath in class Resourcepublic SubResourceLocator getLocator()
public Resource getParent()
getParent in class Resource
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||