org.jboss.seam.deployment
public class AnnotationDeploymentHandler extends AbstractClassDeploymentHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
ANNOTATIONS_KEY |
static String |
NAME
Name under which this
DeploymentHandler is registered |
| Constructor and Description |
|---|
AnnotationDeploymentHandler(List<String> annotationTypes,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Set<Class<?>>> |
getClassMap()
Get annotated classes
|
ClassDeploymentMetadata |
getMetadata()
Get DeploymentHandlerMetadata for resources this deployment handler is
interested in processing.
|
String |
getName()
A key used to identify the deployment handler
|
void |
postProcess(ClassLoader classLoader) |
getClasses, setClassesgetResources, setResources, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetResources, setResourcespublic static final String NAME
DeploymentHandler is registeredpublic static final String ANNOTATIONS_KEY
public AnnotationDeploymentHandler(List<String> annotationTypes, ClassLoader classLoader)
public String getName()
DeploymentHandlerpublic ClassDeploymentMetadata getMetadata()
DeploymentHandlerpublic void postProcess(ClassLoader classLoader)
postProcess in interface DeploymentHandlerpostProcess in class AbstractDeploymentHandlerCopyright © 2015 Seam Framework. All Rights Reserved.