Uses of Class
org.apache.myfaces.spi.AnnotationProvider
-
Packages that use AnnotationProvider Package Description org.apache.myfaces.config.annotation org.apache.myfaces.spi org.apache.myfaces.spi.impl -
-
Uses of AnnotationProvider in org.apache.myfaces.config.annotation
Subclasses of AnnotationProvider in org.apache.myfaces.config.annotation Modifier and Type Class Description class
DefaultAnnotationProvider
-
Uses of AnnotationProvider in org.apache.myfaces.spi
Subclasses of AnnotationProvider in org.apache.myfaces.spi Modifier and Type Class Description class
AnnotationProviderWrapper
Wrapper class that all AnnotationProvider instances should extend.Methods in org.apache.myfaces.spi that return AnnotationProvider Modifier and Type Method Description abstract AnnotationProvider
AnnotationProviderFactory. createAnnotationProvider(ExternalContext externalContext)
AnnotationProvider
AnnotationProviderFactory. getAnnotationProvider(ExternalContext externalContext)
AnnotationProvider
AnnotationProvider. getWrapped()
AnnotationProvider
AnnotationProviderWrapper. getWrapped()
Constructors in org.apache.myfaces.spi with parameters of type AnnotationProvider Constructor Description AnnotationProviderWrapper(AnnotationProvider delegate)
-
Uses of AnnotationProvider in org.apache.myfaces.spi.impl
Methods in org.apache.myfaces.spi.impl that return AnnotationProvider Modifier and Type Method Description AnnotationProvider
DefaultAnnotationProviderFactory. createAnnotationProvider(ExternalContext externalContext)
AnnotationProvider
DefaultAnnotationProviderFactory. getAnnotationProvider(ExternalContext externalContext)
-