public 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,?>> extends Descriptor
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the
Id attribute |
T |
id(String Id)
Sets the
Id attribute |
Boolean |
isMetadataComplete()
Returns the
MetadataComplete attribute |
T |
metadataComplete(Boolean MetadataComplete)
Sets the
MetadataComplete attribute |
T |
removeId()
Removes the
Id attribute |
T |
removeMetadataComplete()
Removes the
MetadataComplete attribute |
exportAsString, exportTo, getDescriptorName
T id(String Id)
Id
attributeId
- the value for the attribute Id
T
String getId()
Id
attributeId
T removeId()
Id
attributeT
T metadataComplete(Boolean MetadataComplete)
MetadataComplete
attributeMetadataComplete
- the value for the attribute MetadataComplete
T
Boolean isMetadataComplete()
MetadataComplete
attributeMetadataComplete
T removeMetadataComplete()
MetadataComplete
attributeT
Copyright © 2018 JBoss by Red Hat. All rights reserved.