|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployers.spi.deployer.helpers.AbstractDeployer
org.jboss.deployment.AnnotationMetaDataDeployer
org.jboss.deployment.OptAnnotationMetaDataDeployer
public class OptAnnotationMetaDataDeployer
A POST_CLASSLOADER deployer which generates metadata from annotations. Optimized option to its super class.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jboss.deployers.spi.Ordered |
---|
org.jboss.deployers.spi.Ordered.OrderedComparator |
Field Summary |
---|
Fields inherited from class org.jboss.deployment.AnnotationMetaDataDeployer |
---|
CLIENT_ANNOTATED_ATTACHMENT_NAME, EJB_ANNOTATED_ATTACHMENT_NAME, WEB_ANNOTATED_ATTACHMENT_NAME |
Fields inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer |
---|
log |
Fields inherited from interface org.jboss.deployers.spi.Ordered |
---|
COMPARATOR |
Constructor Summary | |
---|---|
OptAnnotationMetaDataDeployer()
|
Methods inherited from class org.jboss.deployment.AnnotationMetaDataDeployer |
---|
deploy, deploy, getClasses, getMainClassName, isMetaDataCompleteIsDefault, processJBossClientMetaData, processJBossMetaData, processJBossWebMetaData, setMetaDataCompleteIsDefault, undeploy, undeploy |
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer |
---|
addInput, addInput, addOutput, addOutput, getInput, getInputs, getOutput, getOutputs, getRelativeOrder, getStage, isAllInputs, isComponentsOnly, isParentFirst, isTopLevelOnly, isWantComponents, setAllInputs, setComponentsOnly, setInput, setInputs, setInputs, setInputs, setOutput, setOutputs, setOutputs, setOutputs, setParentFirst, setRelativeOrder, setStage, setTopLevelOnly, setWantComponents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OptAnnotationMetaDataDeployer()
Method Detail |
---|
protected void processMetaData(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit, org.jboss.metadata.web.spec.WebMetaData webMetaData, org.jboss.metadata.client.spec.ApplicationClientMetaData clientMetaData, List<org.jboss.virtual.VirtualFile> classpath) throws Exception
AnnotationMetaDataDeployer
processMetaData
in class AnnotationMetaDataDeployer
unit
- the deployment unitwebMetaData
- the web metadataclientMetaData
- the client metadataclasspath
- the classpath
org.jboss.deployers.spi.DeploymentException
- for any error
Exception
protected void processJBossWebMetaData(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit, org.jboss.metadata.annotation.finder.AnnotationFinder<AnnotatedElement> finder)
unit
- the deployment unitfinder
- the finderprotected void processJBossClientMetaData(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit, org.jboss.metadata.annotation.finder.AnnotationFinder<AnnotatedElement> finder, String mainClassName) throws ClassNotFoundException
unit
- the deployment unitfinder
- the findermainClassName
- the main class name
ClassNotFoundException
- for any errorprotected void processJBossMetaData(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit, org.jboss.metadata.annotation.finder.AnnotationFinder<AnnotatedElement> finder)
unit
- the deployment unitfinder
- the finderprotected Collection<Class<?>> getClasses(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit, org.jboss.metadata.annotation.creator.AbstractCreator creator)
unit
- the deployment unitcreator
- the creator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |