Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jsp22 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webapp30 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webcommon30 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webfragment30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
JspConfigType<T> |
JspConfigType.removeAllJspPropertyGroup()
Removes all
jsp-property-group elements |
JspConfigType<T> |
JspConfigType.removeAllTaglib()
Removes all
taglib elements |
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 |
Modifier and Type | Method and Description |
---|---|
JspConfigType<WebAppType<T>> |
WebAppType.createJspConfig()
Creates a new
jsp-config element |
JspConfigType<WebFragmentType<T>> |
WebFragmentType.createJspConfig()
Creates a new
jsp-config element |
JspConfigType<WebAppType<T>> |
WebAppType.getOrCreateJspConfig()
If not already created, a new
jsp-config element will be created and returned. |
JspConfigType<WebFragmentType<T>> |
WebFragmentType.getOrCreateJspConfig()
If not already created, a new
jsp-config element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<JspConfigType<WebAppType<T>>> |
WebAppType.getAllJspConfig()
Returns all
jsp-config elements |
List<JspConfigType<WebFragmentType<T>>> |
WebFragmentType.getAllJspConfig()
Returns all
jsp-config elements |
Modifier and Type | Method and Description |
---|---|
JspConfigType<WebFragmentDescriptor> |
WebFragmentDescriptor.createJspConfig()
Creates a new
jsp-config element |
JspConfigType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreateJspConfig()
If not already created, a new
jsp-config element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<JspConfigType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllJspConfig()
Returns all
jsp-config elements |
Copyright © 2015 JBoss by Red Hat. All rights reserved.