|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossweb60 | Provides the interfaces and enumeration types as defined in the schema |
Uses of AnnotationType in org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return AnnotationType | |
---|---|
AnnotationType<T> |
AnnotationType.className(String className)
Sets the class-name element |
AnnotationType<JbossWebType<T>> |
JbossWebType.getOrCreateAnnotation()
If not already created, a new annotation element with the given value will be created. |
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 |
Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return types with arguments of type AnnotationType | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |