|
||||||||||
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.deployers.spi.deployer.helpers.AbstractRealDeployer
org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer<T>
org.jboss.deployers.vfs.spi.deployer.AbstractSimpleVFSRealDeployer<T>
org.jboss.webbeans.integration.deployer.metadata.WebBeansAwareMetadataDeployer<T>
T
- exact metadata typepublic abstract class WebBeansAwareMetadataDeployer<T>
WebBeans aware metadata deployer. It looks for webbeans.xml in metadata.
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.deployers.spi.deployer.helpers.AbstractDeployer |
---|
log |
Fields inherited from interface org.jboss.deployers.spi.Ordered |
---|
COMPARATOR |
Constructor Summary | |
---|---|
WebBeansAwareMetadataDeployer(Class<T> input)
|
Method Summary | |
---|---|
void |
deploy(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit,
T deployment)
|
protected abstract void |
internalDeploy(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit,
T deployment,
org.jboss.virtual.VirtualFile wbXml)
Deploy. |
void |
setOptionalWebBeansXml(boolean optionalWebBeansXml)
Set optional wb xml file. |
Methods inherited from class org.jboss.deployers.vfs.spi.deployer.AbstractSimpleVFSRealDeployer |
---|
deploy, undeploy, undeploy |
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer |
---|
getInput, internalDeploy, internalUndeploy |
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer |
---|
addControllerContextName, deploy, isControllerContextNameCandidate, isUseUnitName, removeControllerContextName, setUseUnitName, undeploy |
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer |
---|
addInput, addInput, addOutput, addOutput, 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 WebBeansAwareMetadataDeployer(Class<T> input)
Method Detail |
---|
public void deploy(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit, T deployment) throws org.jboss.deployers.spi.DeploymentException
deploy
in class org.jboss.deployers.vfs.spi.deployer.AbstractSimpleVFSRealDeployer<T>
org.jboss.deployers.spi.DeploymentException
protected abstract void internalDeploy(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit, T deployment, org.jboss.virtual.VirtualFile wbXml) throws org.jboss.deployers.spi.DeploymentException
unit
- the deployment unitdeployment
- the deployment metadatawbXml
- web beans xml
org.jboss.deployers.spi.DeploymentException
- for any deployment errorpublic void setOptionalWebBeansXml(boolean optionalWebBeansXml)
optionalWebBeansXml
- the optional wb xml file flag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |