D G O P R S V
All Classes All Packages
All Classes All Packages
All Classes 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
-
This
DocProcessorwraps multipleDocProcessors. - DocProcessorWrapper() - Constructor for class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
-
Create new
DocProcessorWrapperinstance.
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
- getRequiredJaxbContextClasses() - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
-
Specify jaxb classes of instances that you add to the
resourcedocmodel. - getRequiredJaxbContextClasses() - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
O
- optionLength(String) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
Return array length for given option: 1 + the number of arguments that the option takes.
- org.glassfish.jersey.wadl.doclet - package org.glassfish.jersey.wadl.doclet
-
Jersey classes used for doclet generation for WADL purposes.
P
- processClassDoc(ClassDoc, ClassDocType) - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
-
Use this method to extend the provided
ClassDocTypewith the information from the givenClassDoc. - processClassDoc(ClassDoc, ClassDocType) - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
- processMethodDoc(MethodDoc, MethodDocType) - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
-
Process the provided methodDoc and add your custom information to the methodDocType.
Use e.g. - processMethodDoc(MethodDoc, MethodDocType) - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
- processParamTag(ParamTag, Parameter, ParamDocType) - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
-
Use this method to extend the provided
ParamDocTypewith the information from the givenParamTagandParameter. - processParamTag(ParamTag, Parameter, ParamDocType) - 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
S
- start(RootDoc) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
Start the doclet.
V
- validOptions(String[][], DocErrorReporter) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
Validate options.
All Classes All Packages