Index

D G I O P R 
All Classes and Interfaces|All Packages

D

DocProcessor - Interface in org.glassfish.jersey.wadl.doclet
A doc processor is handed over javadoc elements so that it can turn this into resource doc elements, even self defined.
DocProcessorWrapper - Class in org.glassfish.jersey.wadl.doclet
 
DocProcessorWrapper() - Constructor for class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
Create new DocProcessorWrapper instance.

G

getCDataElements() - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
specify which of your elements you want to be handled as CDATA.
getCDataElements() - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
 
getName() - Method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
 
getRequiredJaxbContextClasses() - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
Specify jaxb classes of instances that you add to the resourcedoc model.
getRequiredJaxbContextClasses() - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
 
getSupportedOptions() - Method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
 
getSupportedSourceVersion() - Method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
 

I

init(Locale, Reporter) - Method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
 

O

org.glassfish.jersey.wadl.doclet - package org.glassfish.jersey.wadl.doclet
Jersey classes used for doclet generation for WADL purposes.

P

processClassDoc(TypeElement, ClassDocType) - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
Deprecated.
processClassDoc(TypeElement, ClassDocType) - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
 
processClassDocWithDocEnv(TypeElement, ClassDocType, DocletEnvironment) - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
Use this method to extend the provided ClassDocType with the information from the given TypeElement.
processClassDocWithDocEnv(TypeElement, ClassDocType, DocletEnvironment) - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
 
processMethodDoc(ExecutableElement, MethodDocType) - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
Deprecated.
processMethodDoc(ExecutableElement, MethodDocType) - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
 
processMethodDocWithDocEnv(ExecutableElement, MethodDocType, DocletEnvironment) - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
Process the provided methodDoc and add your custom information to the methodDocType.
processMethodDocWithDocEnv(ExecutableElement, MethodDocType, DocletEnvironment) - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
 
processParamTag(VariableElement, ParamDocType) - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
Deprecated.
processParamTag(VariableElement, ParamDocType) - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
 
processParamTagWithDocEnv(VariableElement, ParamDocType, DocletEnvironment) - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
Use this method to extend the provided ParamDocType with the information from the given VariableElement.
processParamTagWithDocEnv(VariableElement, ParamDocType, DocletEnvironment) - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
 

R

ResourceDoclet - Class in org.glassfish.jersey.wadl.doclet
Creates a resourcedoc XML file.
ResourceDoclet() - Constructor for class org.glassfish.jersey.wadl.doclet.ResourceDoclet
 
run(DocletEnvironment) - Method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
 
D G I O P R 
All Classes and Interfaces|All Packages