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