Package | Description |
---|---|
org.jboss.datasources.api |
Provides the implementation classes as defined in the schema
|
org.jboss.datasources.impl |
Provides the implementation classes as defined in the schema
|
org.jboss.ironjacamar.api |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.ironjacamar.impl |
Provides the implementation classes as defined in the schema
|
org.jboss.resourceadapters.api |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.resourceadapters.impl |
Provides the implementation classes as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.application5 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.batchXML10 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.beans11 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.connector10 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.ejbjar32 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.facelettaglibrary22 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.facesconfig22 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.facesuicomponent20 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jbossdeployment13 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jbossmodule13 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jetty7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jobXML10 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.orm21 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.permissions7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.persistence21 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.portletapp20 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.validationConfiguration11 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.validationMapping11 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webapp30 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webfragment31 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.wildflyfeaturepack11 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.test.impl.connector10 |
Provides the implementation classes as defined in the schema
|
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
WebAppDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebAppDescriptor descriptor = Descriptors.create(WebAppDescriptor.class);
|
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 |
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.