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, setClasses
getResources, setResources, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getResources, setResources
public static final String NAME
DeploymentHandler
is registeredpublic static final String ANNOTATIONS_KEY
public AnnotationDeploymentHandler(List<String> annotationTypes, ClassLoader classLoader)
public String getName()
DeploymentHandler
public ClassDeploymentMetadata getMetadata()
DeploymentHandler
public void postProcess(ClassLoader classLoader)
postProcess
in interface DeploymentHandler
postProcess
in class AbstractDeploymentHandler
Copyright © 2015 Seam Framework. All Rights Reserved.