Uses of Interface
org.atmosphere.cpr.AnnotationProcessor

Packages that use AnnotationProcessor
org.atmosphere.cpr   
org.atmosphere.util   
 

Uses of AnnotationProcessor in org.atmosphere.cpr
 

Classes in org.atmosphere.cpr that implement AnnotationProcessor
 class DefaultAnnotationProcessor
          An AnnotationProcessor that selects between a ServletContextInitializer based scanner, and a bytecode based scanner based on .
 

Fields in org.atmosphere.cpr declared as AnnotationProcessor
protected  AnnotationProcessor AtmosphereFramework.annotationProcessor
           
 

Methods in org.atmosphere.cpr that return AnnotationProcessor
 AnnotationProcessor AtmosphereFramework.annotationProcessor()
          Return the AnnotationProcessor
 AnnotationProcessor DefaultAnnotationProcessor.configure(AtmosphereFramework framework)
           
 AnnotationProcessor AnnotationProcessor.configure(AtmosphereFramework framework)
          Configure this class with an instance of AtmosphereFramework
 AnnotationProcessor DefaultAnnotationProcessor.scan(File rootDir)
           
 AnnotationProcessor AnnotationProcessor.scan(File rootDir)
          Scan the File looking for classes annotated with Atmosphere's Service annotation.
 AnnotationProcessor DefaultAnnotationProcessor.scan(String packageName)
           
 AnnotationProcessor AnnotationProcessor.scan(String packageName)
          Scan the package looking for classes annotated with Atmosphere's Service annotation.
 AnnotationProcessor DefaultAnnotationProcessor.scanAll()
           
 AnnotationProcessor AnnotationProcessor.scanAll()
          Scan all classes on the classpath looking for classes annotated with Atmosphere's Service annotation.
 

Uses of AnnotationProcessor in org.atmosphere.util
 

Classes in org.atmosphere.util that implement AnnotationProcessor
 class VoidAnnotationProcessor
          An AnnotationProcessor that does nothing.
 

Methods in org.atmosphere.util that return AnnotationProcessor
 AnnotationProcessor VoidAnnotationProcessor.configure(AtmosphereFramework framework)
           
 AnnotationProcessor VoidAnnotationProcessor.scan(File rootDir)
           
 AnnotationProcessor VoidAnnotationProcessor.scan(String packageName)
           
 AnnotationProcessor VoidAnnotationProcessor.scanAll()
           
 



Copyright © 2014. All Rights Reserved.