Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
D
G
O
P
R
S
V
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.
Created on: Jul 5, 2008
DocProcessorWrapper
- Class in
org.glassfish.jersey.wadl.doclet
This
DocProcessor
wraps multiple
DocProcessor
s.
Created on: Jul 27, 2008
DocProcessorWrapper()
- Constructor for class org.glassfish.jersey.wadl.doclet.
DocProcessorWrapper
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 resourcedoc model.
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
P
processClassDoc(ClassDoc, ClassDocType)
- Method in interface org.glassfish.jersey.wadl.doclet.
DocProcessor
Use this method to extend the provided
ClassDocType
with the information from the given
ClassDoc
.
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
ParamDocType
with the information from the given
ParamTag
and
Parameter
.
processParamTag(ParamTag, Parameter, ParamDocType)
- Method in class org.glassfish.jersey.wadl.doclet.
DocProcessorWrapper
R
ResourceDoclet
- Class in
org.glassfish.jersey.wadl.doclet
This 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.
D
G
O
P
R
S
V
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.