org.jboss.seam.deployment
public class ComponentDeploymentHandler extends AbstractClassDeploymentHandler
ComponentDeploymentHandler process Seam's component annotated
with Name| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
Name under which this
DeploymentHandler is registered |
static ClassDeploymentMetadata |
NAME_ANNOTATED_CLASS_METADATA |
| Constructor and Description |
|---|
ComponentDeploymentHandler() |
| Modifier and Type | Method and Description |
|---|---|
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 ClassDeploymentMetadata NAME_ANNOTATED_CLASS_METADATA
public static final String NAME
DeploymentHandler is registeredpublic String getName()
DeploymentHandlerpublic ClassDeploymentMetadata getMetadata()
DeploymentHandlerpublic void postProcess(ClassLoader classLoader)
postProcess in interface DeploymentHandlerpostProcess in class AbstractDeploymentHandlerCopyright © 2015 Seam Framework. All Rights Reserved.