Modifier and Type | Field and Description |
---|---|
static AttachmentKey<ApplicationClientComponentDescription> |
AppClientAttachments.APPLICATION_CLIENT_COMPONENT |
static AttachmentKey<org.jboss.metadata.appclient.spec.ApplicationClientMetaData> |
AppClientAttachments.APPLICATION_CLIENT_META_DATA |
static AttachmentKey<org.jboss.metadata.appclient.jboss.JBossClientMetaData> |
AppClientJBossAllParser.ATTACHMENT_KEY |
static AttachmentKey<Class<?>> |
AppClientAttachments.MAIN_CLASS |
static AttachmentKey<Boolean> |
AppClientAttachments.START_APP_CLIENT |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<ConnectorXmlDescriptor> |
ConnectorXmlDescriptor.ATTACHMENT_KEY |
static AttachmentKey<IronJacamarXmlDescriptor> |
IronJacamarXmlDescriptor.ATTACHMENT_KEY |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<CopyOnWriteArrayListMultiMap> |
ResourceAdaptersSubsystemService.ATTACHMENT_KEY |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<javax.validation.ValidatorFactory> |
BeanValidationAttachments.VALIDATOR_FACTORY |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<ComponentDescription>> |
Attachments.ADDITIONAL_RESOLVABLE_COMPONENTS
Additional (remote) components that can be resolved but are not installed.
|
static AttachmentKey<ComponentRegistry> |
Attachments.COMPONENT_REGISTRY |
static AttachmentKey<String> |
Attachments.EAR_APPLICATION_NAME
Unlike the EE spec which says application name is the name of the top level deployment (even if it is just
a jar and not an ear), the EJB spec semantics (for JNDI) expect that the application name is the
.ear name (or any configured value in application.xml).
|
static AttachmentKey<EEApplicationClasses> |
Attachments.EE_APPLICATION_CLASSES_DESCRIPTION |
static AttachmentKey<EEApplicationDescription> |
Attachments.EE_APPLICATION_DESCRIPTION |
static AttachmentKey<EEModuleConfiguration> |
Attachments.EE_MODULE_CONFIGURATION |
static AttachmentKey<EEModuleDescription> |
Attachments.EE_MODULE_DESCRIPTION |
static AttachmentKey<Set<org.jboss.msc.service.ServiceName>> |
Attachments.FAILED_COMPONENTS
Components that failed during install.
|
static AttachmentKey<AttachmentList<MessageDestinationInjectionSource>> |
Attachments.MESSAGE_DESTINATIONS
Any message destinations that need to be resolved.
|
static AttachmentKey<DeploymentDescriptorEnvironment> |
Attachments.MODULE_DEPLOYMENT_DESCRIPTOR_ENVIRONMENT |
static AttachmentKey<AttachmentList<SetupAction>> |
Attachments.OTHER_EE_SETUP_ACTIONS
A list of actions that should be performed for other non-web EE threads.
|
static AttachmentKey<EEResourceReferenceProcessorRegistry> |
Attachments.RESOURCE_REFERENCE_PROCESSOR_REGISTRY |
static AttachmentKey<AttachmentList<SetupAction>> |
Attachments.WEB_SETUP_ACTIONS
A list of actions that should be performed for every web invocation
|
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<Properties> |
Attachments.DEPLOYMENT_PROPERTIES |
static AttachmentKey<AttachmentList<org.jboss.metadata.property.PropertyResolver>> |
Attachments.DEPLOYMENT_PROPERTY_RESOLVERS |
static AttachmentKey<org.jboss.metadata.property.PropertyResolver> |
Attachments.FINAL_PROPERTY_RESOLVER |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<org.jboss.msc.service.ServiceName> |
Attachments.APPLICATION_CONTEXT_CONFIG |
static AttachmentKey<JavaNamespaceSetup> |
Attachments.JAVA_NAMESPACE_SETUP_ACTION |
static AttachmentKey<org.jboss.msc.service.ServiceName> |
Attachments.MODULE_CONTEXT_CONFIG |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<org.jboss.vfs.VirtualFile> |
Attachments.ALTERNATE_CLIENT_DEPLOYMENT_DESCRIPTOR
The alternate deployment descriptor location
|
static AttachmentKey<org.jboss.vfs.VirtualFile> |
Attachments.ALTERNATE_CONNECTOR_DEPLOYMENT_DESCRIPTOR |
static AttachmentKey<org.jboss.vfs.VirtualFile> |
Attachments.ALTERNATE_EJB_DEPLOYMENT_DESCRIPTOR |
static AttachmentKey<org.jboss.vfs.VirtualFile> |
Attachments.ALTERNATE_WEB_DEPLOYMENT_DESCRIPTOR |
static AttachmentKey<Boolean> |
Attachments.ANNOTATION_PROPERTY_REPLACEMENT
If this is set to true property replacement will be enabled for EJB annotations
|
static AttachmentKey<org.jboss.metadata.ear.jboss.JBossAppMetaData> |
AppJBossAllParser.ATTACHMENT_KEY |
static AttachmentKey<DeploymentType> |
Attachments.DEPLOYMENT_TYPE
A Marker that identifies the type of deployment
|
static AttachmentKey<String> |
Attachments.DISTINCT_NAME
The distinct-name that is configured for the EE deployment, in the deployment descriptor
|
static AttachmentKey<org.jboss.metadata.ear.spec.EarMetaData> |
Attachments.EAR_METADATA |
static AttachmentKey<EJBClientDescriptorMetaData> |
Attachments.EJB_CLIENT_METADATA |
static AttachmentKey<Boolean> |
Attachments.JBOSS_DESCRIPTOR_PROPERTY_REPLACEMENT
If this is set to true property replacement will be enabled for jboss descriptors
|
static AttachmentKey<org.jboss.metadata.ear.spec.ModuleMetaData> |
Attachments.MODULE_META_DATA |
static AttachmentKey<Boolean> |
Attachments.SPEC_DESCRIPTOR_PROPERTY_REPLACEMENT
If this is set to true property replacement will be enabled for spec descriptors
|
Constructor and Description |
---|
AnnotationPropertyReplacementProcessor(AttachmentKey<Boolean> attachmentKey) |
DescriptorPropertyReplacementProcessor(AttachmentKey<Boolean> attachmentKey) |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<ApplicationExceptionDescriptions> |
EjbDeploymentAttachmentKeys.APPLICATION_EXCEPTION_DESCRIPTIONS |
static AttachmentKey<ApplicationExceptions> |
EjbDeploymentAttachmentKeys.APPLICATION_EXCEPTION_DETAILS |
static AttachmentKey<org.jboss.ejb.client.EJBClientContext> |
EjbDeploymentAttachmentKeys.EJB_CLIENT_CONTEXT |
static AttachmentKey<AttachmentList<EjbInjectionSource>> |
EjbDeploymentAttachmentKeys.EJB_INJECTIONS |
static AttachmentKey<EjbJarDescription> |
EjbDeploymentAttachmentKeys.EJB_JAR_DESCRIPTION |
static AttachmentKey<org.jboss.metadata.ejb.spec.EjbJarMetaData> |
EjbDeploymentAttachmentKeys.EJB_JAR_METADATA
Attachment key to the
EjbJarMetaData attachment representing the metadata created out of the ejb-jar.xml
deployment descriptor |
static AttachmentKey<AttachmentList<EjbJaccConfig>> |
EjbDeploymentAttachmentKeys.JACC_PERMISSIONS |
static AttachmentKey<AttachmentList<InstalledComponent>> |
EjbDeploymentAttachmentKeys.MANAGED_COMPONENTS
components that have been registered with the management API
|
Modifier and Type | Method and Description |
---|---|
protected AttachmentKey<AttachmentList<EjbJaccConfig>> |
EjbSecurityDeployer.getMetaDataType()
Return the type of metadata
|
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<org.jboss.metadata.ejb.spec.EjbJarMetaData> |
EjbJarJBossAllParser.ATTACHMENT_KEY |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<Map<org.jboss.modules.ModuleIdentifier,ResteasyDeploymentData>> |
JaxrsAttachments.ADDITIONAL_RESTEASY_DEPLOYMENT_DATA |
static AttachmentKey<ResteasyDeploymentData> |
JaxrsAttachments.RESTEASY_DEPLOYMENT_DATA |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<PersistenceUnitMetadataHolder> |
PersistenceUnitMetadataHolder.PERSISTENCE_UNITS
List
|
static AttachmentKey<PersistenceUnitsInApplication> |
PersistenceUnitsInApplication.PERSISTENCE_UNITS_IN_APPLICATION |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<String> |
JpaAttachments.ADAPTOR_CLASS_NAME |
static AttachmentKey<JPADeploymentSettings> |
JPAJarJBossAllParser.ATTACHMENT_KEY |
static AttachmentKey<PersistenceProviderDeploymentHolder> |
JpaAttachments.DEPLOYED_PERSISTENCE_PROVIDER
List
|
static AttachmentKey<JPADeploymentSettings> |
JpaAttachments.DEPLOYMENT_SETTINGS_KEY |
static AttachmentKey<org.jboss.msc.service.ServiceName> |
JpaAttachments.PERSISTENCE_UNIT_SERVICE_KEY |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<NamespaceBindings> |
NamespaceBindings.ATTACHMENT_KEY |
static AttachmentKey<ExternalContexts> |
Attachments.EXTERNAL_CONTEXTS
The DU key where the subsystem's
ExternalContexts instance may be found by DUPs. |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<KernelDeploymentXmlDescriptor>> |
KernelDeploymentXmlDescriptor.ATTACHMENT_KEY |
Modifier and Type | Method and Description |
---|---|
protected abstract AttachmentKey<T> |
AbstractSecurityDeployer.getMetaDataType()
Return the type of metadata
|
protected AttachmentKey<org.jboss.metadata.ear.spec.EarMetaData> |
EarSecurityDeployer.getMetaDataType()
Return the type of metadata
|
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<DeploymentUnit>> |
Attachments.ACCESSIBLE_SUB_DEPLOYMENTS
Sub deployments that are visible from this deployments module loader, in the order they are accessible.
|
static AttachmentKey<AttachmentList<org.jboss.modules.ModuleIdentifier>> |
Attachments.ADDITIONAL_ANNOTATION_INDEXES |
static AttachmentKey<Map<org.jboss.modules.ModuleIdentifier,CompositeIndex>> |
Attachments.ADDITIONAL_ANNOTATION_INDEXES_BY_MODULE |
static AttachmentKey<AttachmentList<AdditionalModuleSpecification>> |
Attachments.ADDITIONAL_MODULES
Additional modules attached to the top level deployment
|
static AttachmentKey<Boolean> |
Attachments.ALLOW_PHASE_RESTART |
static AttachmentKey<org.jboss.jandex.Index> |
Attachments.ANNOTATION_INDEX
An annotation index for a (@link ResourceRoot).
|
static AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> |
Attachments.BUNDLE_ACTIVE_DEPENDENCIES
Attachment key for services that the
BundleActivateService depends on. |
static AttachmentKey<Attachments.BundleState> |
Attachments.BUNDLE_STATE_KEY |
static AttachmentKey<DeploymentClassIndex> |
Attachments.CLASS_INDEX
The class index for the deployment.
|
static AttachmentKey<AttachmentList<org.jboss.modules.ModuleIdentifier>> |
Attachments.CLASS_PATH_ENTRIES
Module identifiers for Class-Path information
|
static AttachmentKey<AttachmentList<ResourceRoot>> |
Attachments.CLASS_PATH_RESOURCE_ROOTS
Resource roots for additional modules referenced via Class-Path.
|
static AttachmentKey<CompositeIndex> |
Attachments.COMPOSITE_ANNOTATION_INDEX
The composite annotation index for this deployment.
|
static AttachmentKey<Boolean> |
Attachments.COMPUTE_COMPOSITE_ANNOTATION_INDEX
Flag to indicate whether to compute the composite annotation index for this deployment.
|
static AttachmentKey<AtomicInteger> |
Attachments.DEFERRED_ACTIVATION_COUNT |
static AttachmentKey<AttachmentList<String>> |
Attachments.DEFERRED_MODULES
Flags for deferred module phase handling.
|
static AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> |
Attachments.DEPLOYMENT_COMPLETE_SERVICES
List of services that need to be up before we consider this deployment 'done'.
|
static AttachmentKey<org.jboss.vfs.VirtualFile> |
Attachments.DEPLOYMENT_CONTENTS
The deployment contents
|
static AttachmentKey<Map<String,MountedDeploymentOverlay>> |
Attachments.DEPLOYMENT_OVERLAY_LOCATIONS |
static AttachmentKey<Resource> |
DeploymentModelUtils.DEPLOYMENT_RESOURCE |
static AttachmentKey<ResourceRoot> |
Attachments.DEPLOYMENT_ROOT
The primary deployment root.
|
static AttachmentKey<Set<String>> |
Attachments.EXCLUDED_SUBSYSTEMS
A set of subsystem names that should not be processed.
|
static AttachmentKey<ExtensionInfo> |
Attachments.EXTENSION_INFORMATION
Information about extensions in a jar library deployment.
|
static AttachmentKey<AttachmentList<ExtensionListEntry>> |
Attachments.EXTENSION_LIST_ENTRIES
The list of extensions given in the manifest and structure configurations.
|
static AttachmentKey<ExternalModuleService> |
Attachments.EXTERNAL_MODULE_SERVICE
The external module service
|
static AttachmentKey<AttachmentList<String>> |
Attachments.INDEX_IGNORE_PATHS
A list of paths within a root to ignore when indexing.
|
static AttachmentKey<Boolean> |
Attachments.INDEX_RESOURCE_ROOT
An attachment that indicates if a
ResourceRoot should be indexed by the AnnotationIndexProcessor . |
static AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> |
Attachments.JNDI_DEPENDENCIES
JNDI dependencies, only attached to the top level deployment
|
static AttachmentKey<String> |
Attachments.MANAGEMENT_NAME
The name that uniquely identifies the deployment to the management layer across the domain.
|
static AttachmentKey<Manifest> |
Attachments.MANIFEST
The MANIFEST.MF of the deployment unit.
|
static AttachmentKey<AttachmentList<ModuleDependency>> |
Attachments.MANIFEST_DEPENDENCIES |
static AttachmentKey<org.jboss.modules.Module> |
Attachments.MODULE
The module of this deployment unit.
|
static AttachmentKey<org.jboss.modules.ModuleIdentifier> |
Attachments.MODULE_IDENTIFIER
The module identifier.
|
static AttachmentKey<ModuleSpecification> |
Attachments.MODULE_SPECIFICATION
Information used to build up the deployments Module
|
static AttachmentKey<ManagementResourceRegistration> |
DeploymentModelUtils.MUTABLE_REGISTRATION_ATTACHMENT |
static AttachmentKey<AttachmentList<AttachableDependency>> |
Attachments.NEXT_PHASE_ATTACHABLE_DEPS
A list of service dependencies that must be satisfied before the next deployment phase can begin executing.
|
static AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> |
Attachments.NEXT_PHASE_DEPS
A list of service dependencies that must be satisfied before the next deployment phase can begin executing.
|
static AttachmentKey<Manifest> |
Attachments.OSGI_MANIFEST
Available when the deployment contains a valid OSGi manifest
|
static AttachmentKey<ProxyMetadataSource> |
Attachments.PROXY_REFLECTION_INDEX
The reflection index used to generate jboss-invocation proxies
|
static AttachmentKey<DeploymentReflectionIndex> |
Attachments.REFLECTION_INDEX
The reflection index for the deployment.
|
static AttachmentKey<AttachmentList<ResourceRoot>> |
Attachments.RESOURCE_ROOTS
The additional resource roots of the deployment unit.
|
static AttachmentKey<String> |
Attachments.RUNTIME_NAME
Deprecated.
|
static AttachmentKey<DeploymentMountProvider> |
Attachments.SERVER_DEPLOYMENT_REPOSITORY
The server deployment repository
|
static AttachmentKey<ServiceModuleLoader> |
Attachments.SERVICE_MODULE_LOADER
The module loader for the deployment
|
static AttachmentKey<ServiceVerificationHandler> |
Attachments.SERVICE_VERIFICATION_HANDLER
This should be added as a listener to all non child services
|
static AttachmentKey<ServicesAttachment> |
Attachments.SERVICES
An index of
ServiceLoader -type services in this deployment unit |
static AttachmentKey<AttachmentList<SetupAction>> |
Attachments.SETUP_ACTIONS
Setup actions that must be run before running an arquillian test
|
static AttachmentKey<AttachmentList<DeploymentUnit>> |
Attachments.SUB_DEPLOYMENTS
Sub deployment services
|
static AttachmentKey<AbstractVaultReader> |
Attachments.VAULT_READER_ATTACHMENT_KEY |
static AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> |
Attachments.WEB_DEPENDENCIES
A list of services that a web deployment should have as dependencies.
|
Modifier and Type | Method and Description |
---|---|
static <T> AttachmentKey<T> |
AttachmentKey.create(Class<? super T> valueClass)
Construct a new simple attachment key.
|
static <T> AttachmentKey<AttachmentList<T>> |
AttachmentKey.createList(Class<? super T> valueClass)
Construct a new list attachment key.
|
AttachmentKey<?> |
AttachableDependency.getAttachmentKey() |
AttachmentKey<?> |
Phase.getPhaseKey()
Get the attachment key of the
DeploymentUnit attachment that represents the result value
of this phase. |
Modifier and Type | Method and Description |
---|---|
Collection<AttachmentKey<?>> |
SimpleAttachable.attachmentKeys() |
Modifier and Type | Method and Description |
---|---|
<T> void |
DeploymentPhaseContext.addDependency(org.jboss.msc.service.ServiceName serviceName,
AttachmentKey<T> attachmentKey)
Adds a dependency on the service to the next phase service.
|
<T> void |
DeploymentPhaseContext.addDeploymentDependency(org.jboss.msc.service.ServiceName serviceName,
AttachmentKey<T> attachmentKey)
Adds a dependency on the service to the next phase service.
|
<T> void |
SimpleAttachable.addToAttachmentList(AttachmentKey<AttachmentList<T>> key,
T value)
Add a value to a list-typed attachment key.
|
<T> void |
Attachable.addToAttachmentList(AttachmentKey<AttachmentList<T>> key,
T value)
Add a value to a list-typed attachment key.
|
<T> T |
SimpleAttachable.getAttachment(AttachmentKey<T> key)
Get an attachment value.
|
<T> T |
Attachable.getAttachment(AttachmentKey<T> key)
Get an attachment value.
|
<T> List<T> |
SimpleAttachable.getAttachmentList(AttachmentKey<? extends List<T>> key)
Gets a list attachment value.
|
<T> List<T> |
Attachable.getAttachmentList(AttachmentKey<? extends List<T>> key)
Gets a list attachment value.
|
boolean |
SimpleAttachable.hasAttachment(AttachmentKey<?> key)
Check if an attachment exists for this key.
|
boolean |
Attachable.hasAttachment(AttachmentKey<?> key)
Check if an attachment exists for this key.
|
<T> T |
SimpleAttachable.putAttachment(AttachmentKey<T> key,
T value)
Set an attachment value.
|
<T> T |
Attachable.putAttachment(AttachmentKey<T> key,
T value)
Set an attachment value.
|
<T> T |
SimpleAttachable.removeAttachment(AttachmentKey<T> key)
Remove an attachment, returning its previous value.
|
<T> T |
Attachable.removeAttachment(AttachmentKey<T> key)
Remove an attachment, returning its previous value.
|
Constructor and Description |
---|
AttachableDependency(AttachmentKey<?> attachmentKey,
org.jboss.msc.service.ServiceName serviceName,
boolean deploymentUnit) |
Constructor and Description |
---|
JBossAllXmlParserRegisteringProcessor(QName rootElement,
AttachmentKey<T> attachmentKey,
JBossAllXMLParser<T> parser) |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<DelegatingClassFileTransformer> |
DelegatingClassFileTransformer.ATTACHMENT_KEY |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<Map<String,ServiceComponentInstantiator>> |
ServiceAttachments.SERVICE_COMPONENT_INSTANTIATORS |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<JBossServiceXmlDescriptor> |
JBossServiceXmlDescriptor.ATTACHMENT_KEY |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<ServletContextAttribute>> |
ServletContextAttribute.ATTACHMENT_KEY |
static AttachmentKey<AttachmentList<ExpressionFactoryWrapper>> |
ExpressionFactoryWrapper.ATTACHMENT_KEY |
static AttachmentKey<List<org.jboss.metadata.web.spec.TldMetaData>> |
SharedTldsMetaDataBuilder.ATTACHMENT_KEY |
static AttachmentKey<WarMetaData> |
WarMetaData.ATTACHMENT_KEY |
static AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> |
WebComponentDescription.WEB_COMPONENTS |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<ContextActivator> |
ContextActivator.ATTACHMENT_KEY |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<ClassLoader> |
WSAttachmentKeys.CLASSLOADER_KEY |
static AttachmentKey<org.jboss.wsf.spi.deployment.Deployment> |
WSAttachmentKeys.DEPLOYMENT_KEY |
static AttachmentKey<JAXWSDeployment> |
WSAttachmentKeys.JAXWS_ENDPOINTS_KEY |
static AttachmentKey<org.jboss.metadata.ear.jboss.JBossAppMetaData> |
WSAttachmentKeys.JBOSS_APP_METADATA_KEY |
static AttachmentKey<org.jboss.wsf.spi.metadata.webservices.JBossWebservicesMetaData> |
WSAttachmentKeys.JBOSS_WEBSERVICES_METADATA_KEY |
static AttachmentKey<org.jboss.metadata.web.jboss.JBossWebMetaData> |
WSAttachmentKeys.JBOSSWEB_METADATA_KEY |
static AttachmentKey<org.jboss.wsf.spi.metadata.jms.JMSEndpointsMetaData> |
WSAttachmentKeys.JMS_ENDPOINT_METADATA_KEY |
static AttachmentKey<org.jboss.wsf.spi.management.ServerConfig> |
WSAttachmentKeys.SERVER_CONFIG_KEY |
static AttachmentKey<org.jboss.wsf.spi.metadata.webservices.WebservicesMetaData> |
WSAttachmentKeys.WEBSERVICES_METADATA_KEY |
static AttachmentKey<WSEndpointHandlersMapping> |
WSAttachmentKeys.WS_ENDPOINT_HANDLERS_MAPPING_KEY |
static AttachmentKey<WSRefRegistry> |
WSAttachmentKeys.WS_REFREGISTRY |
Modifier and Type | Method and Description |
---|---|
static <A> A |
ASHelper.getOptionalAttachment(DeploymentUnit unit,
AttachmentKey<A> key)
Returns optional attachment value from deployment unit or null if not bound.
|
static <A> A |
ASHelper.getRequiredAttachment(DeploymentUnit unit,
AttachmentKey<A> key)
Returns required attachment value from deployment unit.
|
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<WeldJBossAllConfiguration> |
WeldJBossAllConfiguration.ATTACHMENT_KEY |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<BeanDeploymentArchiveImpl>> |
WeldAttachments.ADDITIONAL_BEAN_DEPLOYMENT_MODULES
top level list of all additional bean deployment modules
|
static AttachmentKey<ExplicitBeanArchiveMetadataContainer> |
ExplicitBeanArchiveMetadataContainer.ATTACHMENT_KEY |
static AttachmentKey<AttachmentList<AnnotationType>> |
WeldAttachments.BEAN_DEFINING_ANNOTATIONS
A set of bean defining annotations, as defined by the CDI specification.
|
static AttachmentKey<BeanDeploymentModule> |
WeldAttachments.BEAN_DEPLOYMENT_MODULE
The
BeanDeploymentModule for a deployment |
static AttachmentKey<ResourceRoot> |
WeldAttachments.CLASSES_RESOURCE_ROOT
The
ResourceRoot for WEB-INF/classes of a web archive. |
static AttachmentKey<BeanDeploymentArchiveImpl> |
WeldAttachments.DEPLOYMENT_ROOT_BEAN_DEPLOYMENT_ARCHIVE
The
BeanDeploymentArchiveImpl that corresponds to the main resource root of a deployment or sub deployment. |
static AttachmentKey<AttachmentList<AnnotationType>> |
WeldAttachments.INJECTION_TARGET_DEFINING_ANNOTATIONS
A set of injection target defining annotations.
|
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<TldsMetaData> |
TldsMetaData.ATTACHMENT_KEY |
static AttachmentKey<ScisMetaData> |
ScisMetaData.ATTACHMENT_KEY |
static AttachmentKey<org.jboss.metadata.web.jboss.JBossWebMetaData> |
WebJBossAllParser.ATTACHMENT_KEY |
static AttachmentKey<List<io.undertow.server.handlers.builder.PredicatedHandler>> |
UndertowHandlersDeploymentProcessor.PREDICATED_HANDLERS |
static AttachmentKey<AttachmentList<io.undertow.server.HandlerWrapper>> |
UndertowAttachments.UNDERTOW_INITIAL_HANDLER_CHAIN_WRAPPERS |
static AttachmentKey<AttachmentList<io.undertow.server.HandlerWrapper>> |
UndertowAttachments.UNDERTOW_INNER_HANDLER_CHAIN_WRAPPERS |
static AttachmentKey<AttachmentList<io.undertow.server.HandlerWrapper>> |
UndertowAttachments.UNDERTOW_OUTER_HANDLER_CHAIN_WRAPPERS |
static AttachmentKey<AttachmentList<io.undertow.servlet.ServletExtension>> |
UndertowAttachments.UNDERTOW_SERVLET_EXTENSIONS |
static AttachmentKey<AttachmentList<io.undertow.servlet.api.ThreadSetupAction>> |
UndertowAttachments.UNDERTOW_THREAD_SETUP_ACTIONS |
Modifier and Type | Method and Description |
---|---|
protected AttachmentKey<WarMetaData> |
WarJACCDeployer.getMetaDataType()
Return the type of metadata
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.