public abstract class AnnotationProviderFactory extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected static String | FACTORY_DEFAULT | 
| Constructor and Description | 
|---|
| AnnotationProviderFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract AnnotationProvider | createAnnotationProvider(ExternalContext externalContext) | 
| AnnotationProvider | getAnnotationProvider(ExternalContext externalContext) | 
| static AnnotationProviderFactory | getAnnotationProviderFactory(ExternalContext ctx) | 
| static void | setAnnotationProviderFactory(ExternalContext ctx,
                            AnnotationProviderFactory instance) | 
protected static final String FACTORY_DEFAULT
public static AnnotationProviderFactory getAnnotationProviderFactory(ExternalContext ctx)
public static void setAnnotationProviderFactory(ExternalContext ctx, AnnotationProviderFactory instance)
public abstract AnnotationProvider createAnnotationProvider(ExternalContext externalContext)
public AnnotationProvider getAnnotationProvider(ExternalContext externalContext)
Copyright © 2021 The Apache Software Foundation. All rights reserved.