Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jsp21 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webapp25 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
JspConfigType<T> |
JspConfigType.id(String id)
Sets the
id attribute |
JspConfigType<T> |
JspConfigType.removeAllJspPropertyGroup()
Removes all
jsp-property-group elements |
JspConfigType<T> |
JspConfigType.removeAllTaglib()
Removes all
taglib elements |
JspConfigType<T> |
JspConfigType.removeId()
Removes the
id attribute |
Modifier and Type | Method and Description |
---|---|
JspPropertyGroupType<JspConfigType<T>> |
JspConfigType.createJspPropertyGroup()
Creates a new
jsp-property-group element |
TaglibType<JspConfigType<T>> |
JspConfigType.createTaglib()
Creates a new
taglib element |
List<JspPropertyGroupType<JspConfigType<T>>> |
JspConfigType.getAllJspPropertyGroup()
Returns all
jsp-property-group elements |
List<TaglibType<JspConfigType<T>>> |
JspConfigType.getAllTaglib()
Returns all
taglib elements |
JspPropertyGroupType<JspConfigType<T>> |
JspConfigType.getOrCreateJspPropertyGroup()
If not already created, a new
jsp-property-group element will be created and returned. |
TaglibType<JspConfigType<T>> |
JspConfigType.getOrCreateTaglib()
If not already created, a new
taglib element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
JspConfigType<WebAppDescriptor> |
WebAppDescriptor.createJspConfig()
Creates a new
jsp-config element |
JspConfigType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateJspConfig()
If not already created, a new
jsp-config element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<JspConfigType<WebAppDescriptor>> |
WebAppDescriptor.getAllJspConfig()
Returns all
jsp-config elements |
Copyright © 2016 JBoss by Red Hat. All rights reserved.