|
|||||||||
| 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.RootResource
public class RootResource
A JAX-RS root resource.
| Field Summary |
|---|
| Fields inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
|---|
delegate, javaDoc |
| Constructor Summary | |
|---|---|
RootResource(com.sun.mirror.declaration.TypeDeclaration delegate)
|
|
| Method Summary | |
|---|---|
Resource |
getParent()
The parent resource. |
java.lang.String |
getPath()
The path of the root resource. |
protected java.util.List<ResourceParameter> |
getResourceParameters(com.sun.mirror.declaration.TypeDeclaration delegate)
The resource parameters for a root resource include the constructor params. |
boolean |
isClass()
|
boolean |
isInterface()
|
| Methods inherited from class org.codehaus.enunciate.contract.jaxrs.Resource |
|---|
getConsumesMime, getProducesMime, getResourceLocators, getResourceMethods, getResourceMethods, getResourceMethods, getResourceParameters, getSubresourceLocators, isOverridden |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration |
|---|
accept, getFields, getFormalTypeParameters, getMethods, getNestedTypes, getPackage, getProperties, getQualifiedName, getSuperinterfaces, isAnnotatedType, isEnum, 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 RootResource(com.sun.mirror.declaration.TypeDeclaration delegate)
| Method Detail |
|---|
public java.lang.String getPath()
getPath in class Resourcepublic Resource getParent()
Resource
getParent in class Resourcepublic boolean isInterface()
isInterface in class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclarationpublic boolean isClass()
isClass in class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclarationprotected java.util.List<ResourceParameter> getResourceParameters(com.sun.mirror.declaration.TypeDeclaration delegate)
getResourceParameters in class Resourcedelegate - The declaration.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||