Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
AnnotationType<T> |
AnnotationType.className(String className)
Sets the
class-name element |
AnnotationType<JbossWebDescriptor> |
JbossWebDescriptor.getOrCreateAnnotation()
If not already created, a new
annotation element with the given value will be created. |
AnnotationType<T> |
AnnotationType.removeClassName()
Removes the
class-name element |
AnnotationType<T> |
AnnotationType.removeMultipartConfig()
Removes the
multipart-config element |
AnnotationType<T> |
AnnotationType.removeRunAs()
Removes the
run-as element |
AnnotationType<T> |
AnnotationType.removeServletSecurity()
Removes the
servlet-security element |
Modifier and Type | Method and Description |
---|---|
MultipartConfigType<AnnotationType<T>> |
AnnotationType.getOrCreateMultipartConfig()
If not already created, a new
multipart-config element with the given value will be created. |
RunAsType<AnnotationType<T>> |
AnnotationType.getOrCreateRunAs()
If not already created, a new
run-as element with the given value will be created. |
ServletSecurityType<AnnotationType<T>> |
AnnotationType.getOrCreateServletSecurity()
If not already created, a new
servlet-security element with the given value will be created. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.