Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.webfragment | |
org.jboss.shrinkwrap.descriptor.api.webfragment31 |
Provides the interfaces and enumeration types as defined in the schema
|
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);
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.