Modifier and Type | Interface and Description |
---|---|
interface |
DatasourcesDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
DatasourcesDescriptor descriptor = Descriptors.create(DatasourcesDescriptor.class);
|
Modifier and Type | Class and Description |
---|---|
class |
DatasourcesDescriptorImpl
This deployment descriptor provides the functionalities as described in the specification
Example:
DatasourcesDescriptor descriptor = Descriptors.create(DatasourcesDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
IronjacamarDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
IronjacamarDescriptor descriptor = Descriptors.create(IronjacamarDescriptor.class);
|
Modifier and Type | Class and Description |
---|---|
class |
IronjacamarDescriptorImpl
This deployment descriptor provides the functionalities as described in the specification
Example:
IronjacamarDescriptor descriptor = Descriptors.create(IronjacamarDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResourceadapterDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
ResourceadapterDescriptor descriptor = Descriptors.create(ResourceadapterDescriptor.class);
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceadapterDescriptorImpl
This deployment descriptor provides the functionalities as described in the specification
Example:
ResourceadapterDescriptor descriptor = Descriptors.create(ResourceadapterDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
DescriptorExporter<T extends Descriptor>
An entity capable of exporting a
Descriptor to an OutputStream . |
interface |
DescriptorImporter<T extends Descriptor>
A type capable of importing a
Descriptor from some existing source like a stream of bytes or File |
Modifier and Type | Method and Description |
---|---|
static <T extends Descriptor> |
Descriptors.create(Class<T> type)
Creates a new Descriptor instance; the predefined default descriptor name for this type will be used.
|
static <T extends Descriptor> |
Descriptors.create(Class<T> type,
String descriptorName)
Creates a new named
Descriptor instance. |
static <T extends Descriptor> |
Descriptors.importAs(Class<T> type)
Returns a new
DescriptorImporter instance, ready to import as a new Descriptor instance of the
given type |
static <T extends Descriptor> |
Descriptors.importAs(Class<T> type,
String descriptorName)
Returns a new named
DescriptorImporter instance, ready to import as a new Descriptor instance of
the given type. |
Modifier and Type | Method and Description |
---|---|
static Descriptor |
ApiExposition.createFromImplModelType(Class<? extends Descriptor> implClass,
String descriptorName)
Deprecated.
Creates a
Descriptor instance from the specified implementation class name, also using the specified name |
Modifier and Type | Method and Description |
---|---|
static Descriptor |
ApiExposition.createFromImplModelType(Class<? extends Descriptor> implClass,
String descriptorName)
Deprecated.
Creates a
Descriptor instance from the specified implementation class name, also using the specified name |
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationCommonDescriptor<T extends ApplicationCommonDescriptor<T,MODULETYPE1,SECURITYROLETYPE2>,MODULETYPE1 extends JavaeeModuleCommonType<T,MODULETYPE1,?>,SECURITYROLETYPE2 extends JavaeeSecurityRoleCommonType<T,SECURITYROLETYPE2>> |
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
ApplicationDescriptor descriptor = Descriptors.create(ApplicationDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
BatchXMLCommonDescriptor<T extends BatchXMLCommonDescriptor<T,BATCHARTIFACTREF1>,BATCHARTIFACTREF1 extends JbatchBatchArtifactRefCommType<T,BATCHARTIFACTREF1>> |
Modifier and Type | Interface and Description |
---|---|
interface |
BatchXMLDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
BatchXMLDescriptor descriptor = Descriptors.create(BatchXMLDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
BeansCommonDescriptor<T extends BeansCommonDescriptor<T>> |
Modifier and Type | Interface and Description |
---|---|
interface |
BeansDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
BeansDescriptor descriptor = Descriptors.create(BeansDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectorCommonDescriptor<T extends ConnectorCommonDescriptor<T,RESOURCEADAPTERTYPE1>,RESOURCEADAPTERTYPE1 extends JeeResourceadapterCommonType<T,RESOURCEADAPTERTYPE1,?,?,?,?,?>> |
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectorDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
ConnectorDescriptor descriptor = Descriptors.create(ConnectorDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
EjbJarCommonDescriptor<T extends EjbJarCommonDescriptor<T,ENTERPRISEBEANSTYPE1>,ENTERPRISEBEANSTYPE1 extends JavaeeEnterpriseBeansCommonType<T,ENTERPRISEBEANSTYPE1,?,?,?>> |
Modifier and Type | Interface and Description |
---|---|
interface |
EjbJarDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
EjbJarDescriptor descriptor = Descriptors.create(EjbJarDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebFacelettaglibraryCommonDescriptor<T extends WebFacelettaglibraryCommonDescriptor<T,FACELETTAGLIBTAGTYPE1,FACELETTAGLIBFUNCTIONTYPE2>,FACELETTAGLIBTAGTYPE1 extends JavaeeFaceletTaglibTagCommonType<T,FACELETTAGLIBTAGTYPE1,?,?,?,?,?>,FACELETTAGLIBFUNCTIONTYPE2 extends JavaeeFaceletTaglibFunctionCommonType<T,FACELETTAGLIBFUNCTIONTYPE2>> |
Modifier and Type | Interface and Description |
---|---|
interface |
WebFacelettaglibraryDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebFacelettaglibraryDescriptor descriptor = Descriptors.create(WebFacelettaglibraryDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebFacesConfigCommonDescriptor<T extends WebFacesConfigCommonDescriptor<T,FACESCONFIGAPPLICATIONTYPE1>,FACESCONFIGAPPLICATIONTYPE1 extends JavaeeFacesConfigApplicationCommonType<T,FACESCONFIGAPPLICATIONTYPE1,?,?,?,?>> |
Modifier and Type | Interface and Description |
---|---|
interface |
WebFacesConfigDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebFacesConfigDescriptor descriptor = Descriptors.create(WebFacesConfigDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebFacesPartialResponseCommonDescriptor<T extends WebFacesPartialResponseCommonDescriptor<T,PARTIALRESPONSECHANGESTYPE1,PARTIALRESPONSEREDIRECTTYPE2,PARTIALRESPONSEERRORTYPE3>,PARTIALRESPONSECHANGESTYPE1 extends JavaeePartialResponseChangesCommonType<T,PARTIALRESPONSECHANGESTYPE1,?,?,?,?>,PARTIALRESPONSEREDIRECTTYPE2 extends JavaeePartialResponseRedirectCommonType<T,PARTIALRESPONSEREDIRECTTYPE2>,PARTIALRESPONSEERRORTYPE3 extends JavaeePartialResponseErrorCommonType<T,PARTIALRESPONSEERRORTYPE3>> |
Modifier and Type | Interface and Description |
---|---|
interface |
WebFacesPartialResponseDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebFacesPartialResponseDescriptor descriptor = Descriptors.create(WebFacesPartialResponseDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebFacesUIComponentDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebFacesUIComponentDescriptor descriptor = Descriptors.create(WebFacesUIComponentDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
JbossDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
JbossDescriptor descriptor = Descriptors.create(JbossDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
JBossDeploymentStructureDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
JBossDeploymentStructureDescriptor descriptor = Descriptors.create(JBossDeploymentStructureDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
ModuleAbsentDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
ModuleAbsentDescriptor descriptor = Descriptors.create(ModuleAbsentDescriptor.class);
|
interface |
ModuleAliasDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
ModuleAliasDescriptor descriptor = Descriptors.create(ModuleAliasDescriptor.class);
|
interface |
ModuleDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
ModuleDescriptor descriptor = Descriptors.create(ModuleDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
JbossWebDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
JbossWebDescriptor descriptor = Descriptors.create(JbossWebDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
JettyDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
JettyDescriptor descriptor = Descriptors.create(JettyDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
JobXMLCommonDescriptor<T extends JobXMLCommonDescriptor<T,PROPERTIES1,LISTENERS2,DECISION3,FLOW4,SPLIT5,STEP6>,PROPERTIES1 extends JslPropertiesCommType<T,PROPERTIES1,?>,LISTENERS2 extends JslListenersCommType<T,LISTENERS2,?>,DECISION3 extends JslDecisionCommType<T,DECISION3,?>,FLOW4 extends JslFlowCommType<T,FLOW4,?,?,?,?>,SPLIT5 extends JslSplitCommType<T,SPLIT5,?>,STEP6 extends JslStepCommType<T,STEP6,?,?,?,?,?>> |
Modifier and Type | Interface and Description |
---|---|
interface |
JobXMLDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
JobXMLDescriptor descriptor = Descriptors.create(JobXMLDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebJsptaglibraryDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebJsptaglibraryDescriptor descriptor = Descriptors.create(WebJsptaglibraryDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
OrmCommonDescriptor<T extends OrmCommonDescriptor<T,PERSISTENCEUNITMETADATA1,SEQUENCEGENERATOR2,TABLEGENERATOR3,TABLEGENERATOR4,NAMEDQUERY5,NAMEDQUERY6,NAMEDNATIVEQUERY7,SQLRESULTSETMAPPING8,EMBEDDABLE9>,PERSISTENCEUNITMETADATA1 extends OrmPersistenceUnitMetadataCommType<T,PERSISTENCEUNITMETADATA1,?>,SEQUENCEGENERATOR2 extends OrmSequenceGeneratorCommType<T,SEQUENCEGENERATOR2>,TABLEGENERATOR3 extends OrmTableGeneratorCommType<T,TABLEGENERATOR3,?>,TABLEGENERATOR4 extends OrmTableGeneratorCommType<T,TABLEGENERATOR4,?>,NAMEDQUERY5 extends OrmNamedQueryCommType<T,NAMEDQUERY5,?>,NAMEDQUERY6 extends OrmNamedQueryCommType<T,NAMEDQUERY6,?>,NAMEDNATIVEQUERY7 extends OrmNamedNativeQueryCommType<T,NAMEDNATIVEQUERY7,?>,SQLRESULTSETMAPPING8 extends OrmSqlResultSetMappingCommType<T,SQLRESULTSETMAPPING8,?,?>,EMBEDDABLE9 extends OrmEmbeddableCommType<T,EMBEDDABLE9,?>> |
Modifier and Type | Interface and Description |
---|---|
interface |
OrmDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
OrmDescriptor descriptor = Descriptors.create(OrmDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
PermissionsCommonDescriptor<T extends PermissionsCommonDescriptor<T>> |
Modifier and Type | Interface and Description |
---|---|
interface |
PermissionsDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
PermissionsDescriptor descriptor = Descriptors.create(PermissionsDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
PersistenceCommonDescriptor<T extends PersistenceCommonDescriptor<T,PERSISTENCEUNIT1>,PERSISTENCEUNIT1 extends PersistencePersistenceUnitCommType<T,PERSISTENCEUNIT1,?>> |
Modifier and Type | Interface and Description |
---|---|
interface |
PersistenceDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
PersistenceDescriptor descriptor = Descriptors.create(PersistenceDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
PortletCommonDescriptor<T extends PortletCommonDescriptor<T,PORTLETTYPE1,CUSTOMPORTLETMODETYPE2,CUSTOMWINDOWSTATETYPE3,USERATTRIBUTETYPE4,SECURITYCONSTRAINTTYPE5,FILTERTYPE6,FILTERMAPPINGTYPE7,EVENTDEFINITIONTYPE8,PUBLICRENDERPARAMETERTYPE9,LISTENERTYPE10,CONTAINERRUNTIMEOPTIONTYPE11>,PORTLETTYPE1 extends PortletPortletCommonType<T,PORTLETTYPE1,?,?,?,?,?,?,?,?>,CUSTOMPORTLETMODETYPE2 extends PortletCustomPortletModeCommonType<T,CUSTOMPORTLETMODETYPE2>,CUSTOMWINDOWSTATETYPE3 extends PortletCustomWindowStateCommonType<T,CUSTOMWINDOWSTATETYPE3>,USERATTRIBUTETYPE4 extends PortletUserAttributeCommonType<T,USERATTRIBUTETYPE4>,SECURITYCONSTRAINTTYPE5 extends PortletSecurityConstraintCommonType<T,SECURITYCONSTRAINTTYPE5,?,?>,FILTERTYPE6 extends PortletFilterCommonType<T,FILTERTYPE6,?>,FILTERMAPPINGTYPE7 extends PortletFilterMappingCommonType<T,FILTERMAPPINGTYPE7>,EVENTDEFINITIONTYPE8 extends PortletEventDefinitionCommonType<T,EVENTDEFINITIONTYPE8>,PUBLICRENDERPARAMETERTYPE9 extends PortletPublicRenderParameterCommonType<T,PUBLICRENDERPARAMETERTYPE9>,LISTENERTYPE10 extends PortletListenerCommonType<T,LISTENERTYPE10>,CONTAINERRUNTIMEOPTIONTYPE11 extends PortletContainerRuntimeOptionCommonType<T,CONTAINERRUNTIMEOPTIONTYPE11>> |
Modifier and Type | Interface and Description |
---|---|
interface |
PortletDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
PortletDescriptor descriptor = Descriptors.create(PortletDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
ValidationConfigurationCommonDescriptor<T extends ValidationConfigurationCommonDescriptor<T,PROPERTYTYPE1>,PROPERTYTYPE1 extends ConfigPropertyCommonType<T,PROPERTYTYPE1>> |
Modifier and Type | Interface and Description |
---|---|
interface |
ValidationConfigurationDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
ValidationConfigurationDescriptor descriptor = Descriptors.create(ValidationConfigurationDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
ValidationMappingCommonDescriptor<T extends ValidationMappingCommonDescriptor<T,BEANTYPE1,CONSTRAINTDEFINITIONTYPE2>,BEANTYPE1 extends MapBeanCommonType<T,BEANTYPE1,?,?,?>,CONSTRAINTDEFINITIONTYPE2 extends MapConstraintDefinitionCommonType<T,CONSTRAINTDEFINITIONTYPE2,?>> |
Modifier and Type | Interface and Description |
---|---|
interface |
ValidationMappingDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
ValidationMappingDescriptor descriptor = Descriptors.create(ValidationMappingDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebAppCommonDescriptor<T extends WebAppCommonDescriptor<T,PARAMVALUETYPE1,ERRORPAGETYPE2,SERVLETTYPE3,SERVLETMAPPINGTYPE4,FILTERTYPE5,FILTERMAPPINGTYPE6,LISTENERTYPE7,SESSIONCONFIGTYPE8,MIMEMAPPINGTYPE9,WELCOMEFILELISTTYPE10,JSPCONFIGTYPE11,SECURITYCONSTRAINTTYPE12,LOGINCONFIGTYPE13,SECURITYROLETYPE14,MESSAGEDESTINATIONTYPE15,LOCALEENCODINGMAPPINGLISTTYPE16>,PARAMVALUETYPE1 extends JavaeeParamValueCommonType<T,PARAMVALUETYPE1>,ERRORPAGETYPE2 extends JavaeeErrorPageCommonType<T,ERRORPAGETYPE2>,SERVLETTYPE3 extends JavaeeServletCommonType<T,SERVLETTYPE3,?,?,?>,SERVLETMAPPINGTYPE4 extends JavaeeServletMappingCommonType<T,SERVLETMAPPINGTYPE4>,FILTERTYPE5 extends JavaeeFilterCommonType<T,FILTERTYPE5,?>,FILTERMAPPINGTYPE6 extends JavaeeFilterMappingCommonType<T,FILTERMAPPINGTYPE6>,LISTENERTYPE7 extends JavaeeListenerCommonType<T,LISTENERTYPE7>,SESSIONCONFIGTYPE8 extends JavaeeSessionConfigCommonType<T,SESSIONCONFIGTYPE8>,MIMEMAPPINGTYPE9 extends JavaeeMimeMappingCommonType<T,MIMEMAPPINGTYPE9>,WELCOMEFILELISTTYPE10 extends JavaeeWelcomeFileListCommonType<T,WELCOMEFILELISTTYPE10>,JSPCONFIGTYPE11 extends JavaeeJspConfigCommonType<T,JSPCONFIGTYPE11,?,?>,SECURITYCONSTRAINTTYPE12 extends JavaeeSecurityConstraintCommonType<T,SECURITYCONSTRAINTTYPE12,?,?,?>,LOGINCONFIGTYPE13 extends JavaeeLoginConfigCommonType<T,LOGINCONFIGTYPE13,?>,SECURITYROLETYPE14 extends JavaeeSecurityRoleCommonType<T,SECURITYROLETYPE14>,MESSAGEDESTINATIONTYPE15 extends JavaeeMessageDestinationCommonType<T,MESSAGEDESTINATIONTYPE15>,LOCALEENCODINGMAPPINGLISTTYPE16 extends JavaeeLocaleEncodingMappingListCommonType<T,LOCALEENCODINGMAPPINGLISTTYPE16,?>> |
Modifier and Type | Interface and Description |
---|---|
interface |
WebAppDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebAppDescriptor descriptor = Descriptors.create(WebAppDescriptor.class);
|
interface |
WebAppDescriptorBase<FILTERTYPE extends FilterTypeBase<FILTERTYPE,WEBAPPDESCRIPTORTYPE>,WEBAPPDESCRIPTORTYPE extends WebAppDescriptorBase<FILTERTYPE,WEBAPPDESCRIPTORTYPE>>
Base support for read-only views of the "web-app" element.
|
interface |
WebAppMutableDescriptor
Mutable view of a web application deployment descriptor (ie. web.xml).
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebFragmentCommonDescriptor<T extends WebFragmentCommonDescriptor<T,SERVLETMAPPINGTYPE1,FILTERTYPE2,FILTERMAPPINGTYPE3,LISTENERTYPE4>,SERVLETMAPPINGTYPE1 extends JavaeeServletMappingCommonType<T,SERVLETMAPPINGTYPE1>,FILTERTYPE2 extends JavaeeFilterCommonType<T,FILTERTYPE2,?>,FILTERMAPPINGTYPE3 extends JavaeeFilterMappingCommonType<T,FILTERMAPPINGTYPE3>,LISTENERTYPE4 extends JavaeeListenerCommonType<T,LISTENERTYPE4>> |
Modifier and Type | Interface and Description |
---|---|
interface |
WebFragmentDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebFragmentDescriptor descriptor = Descriptors.create(WebFragmentDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WildFlyFeaturePackDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WildFlyFeaturePackDescriptor descriptor = Descriptors.create(WildFlyFeaturePackDescriptor.class);
|
Modifier and Type | Class and Description |
---|---|
class |
org.jboss.shrinkwrap.descriptor.spi.DescriptorImplBase<T extends Descriptor>
Base implementation for a
Descriptor . |
Modifier and Type | Class and Description |
---|---|
class |
org.jboss.shrinkwrap.descriptor.spi.node.NodeDescriptorImplBase
Base implementation of a
NodeDescriptor for simple extension by more specialized types. |
Modifier and Type | Class and Description |
---|---|
class |
ConnectorDescriptorImpl
This deployment descriptor provides the functionalities as described in the specification
Example:
ConnectorDescriptor descriptor = Descriptors.create(ConnectorDescriptor.class);
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.