|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork.apt.XWorkProcessorFactory
public class XWorkProcessorFactory
XWorkProcessorFactory
Constructor Summary | |
---|---|
XWorkProcessorFactory()
|
Method Summary | ||
---|---|---|
static
|
createCollection(T... args)
|
|
com.sun.mirror.apt.AnnotationProcessor |
getProcessorFor(Set<com.sun.mirror.declaration.AnnotationTypeDeclaration> declarations,
com.sun.mirror.apt.AnnotationProcessorEnvironment env)
Returns an annotations processor for a set of annotations types. |
|
Collection<String> |
supportedAnnotationTypes()
Returns the names of the annotations types supported by this factory. |
|
Collection<String> |
supportedOptions()
Returns the options recognized by this factory or by any of the processors it may create. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XWorkProcessorFactory()
Method Detail |
---|
public Collection<String> supportedOptions()
supportedOptions
in interface com.sun.mirror.apt.AnnotationProcessorFactory
public Collection<String> supportedAnnotationTypes()
supportedAnnotationTypes
in interface com.sun.mirror.apt.AnnotationProcessorFactory
public com.sun.mirror.apt.AnnotationProcessor getProcessorFor(Set<com.sun.mirror.declaration.AnnotationTypeDeclaration> declarations, com.sun.mirror.apt.AnnotationProcessorEnvironment env)
getProcessorFor
in interface com.sun.mirror.apt.AnnotationProcessorFactory
declarations
- The type declarations for the annotations types to be processed.env
- The environment to use during processing.
public static <T> Collection<T> createCollection(T... args)
|
XWork Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |