public final class WebComponentDescription extends ComponentDescription
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> |
WEB_COMPONENTS |
Constructor and Description |
---|
WebComponentDescription(String componentName,
String componentClassName,
EEModuleDescription moduleDescription,
org.jboss.msc.service.ServiceName deploymentUnitServiceName,
EEApplicationClasses applicationClassesDescription) |
Modifier and Type | Method and Description |
---|---|
boolean |
isIntercepted() |
boolean |
isOptional()
Web components are optional.
|
addClassInterceptor, addDependency, addInterceptorMethodOverride, addMethodInterceptor, addResourceInjection, createConfiguration, excludeClassInterceptors, excludeDefaultInterceptors, getAllInterceptors, getApplicationName, getBeanDeploymentArchiveId, getBindingConfigurations, getClassInterceptor, getClassInterceptors, getComponentClassName, getComponentName, getConfigurators, getContextServiceName, getCreateServiceName, getDefaultInterceptors, getDependencies, getDeploymentDescriptorEnvironment, getMethodInterceptors, getModuleDescription, getModuleName, getNamingMode, getResourceInjections, getServiceName, getStartServiceName, getTimerMethods, getViews, isCDIInterceptorEnabled, isExcludeClassInterceptors, isExcludeDefaultInterceptors, isExcludeDefaultInterceptors, isIgnoreLifecycleInterceptors, isPassivationApplicable, isTimerServiceApplicable, isTimerServiceRequired, mergeInterceptorConfig, setBeanDeploymentArchiveId, setClassInterceptors, setContextServiceName, setDefaultInterceptors, setDeploymentDescriptorEnvironment, setExcludeDefaultInterceptors, setIgnoreLifecycleInterceptors, setMethodInterceptors, setNamingMode
public static final AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> WEB_COMPONENTS
public WebComponentDescription(String componentName, String componentClassName, EEModuleDescription moduleDescription, org.jboss.msc.service.ServiceName deploymentUnitServiceName, EEApplicationClasses applicationClassesDescription)
public boolean isIntercepted()
isIntercepted
in class ComponentDescription
public boolean isOptional()
isOptional
in class ComponentDescription
true
Copyright © 2015 JBoss by Red Hat. All rights reserved.