Package | Description |
---|---|
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 |
---|---|
FilterMappingType<WebAppDescriptor> |
WebAppDescriptor.createFilterMapping()
Creates a new
filter-mapping element |
FilterMappingType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateFilterMapping()
If not already created, a new
filter-mapping element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<FilterMappingType<WebAppDescriptor>> |
WebAppDescriptor.getAllFilterMapping()
Returns all
filter-mapping elements |
Modifier and Type | Method and Description |
---|---|
FilterMappingType<WebAppType<T>> |
WebAppType.createFilterMapping()
Creates a new
filter-mapping element |
FilterMappingType<WebFragmentType<T>> |
WebFragmentType.createFilterMapping()
Creates a new
filter-mapping element |
FilterMappingType<T> |
FilterMappingType.dispatcher(DispatcherType dispatcher)
Sets the
dispatcher element |
FilterMappingType<T> |
FilterMappingType.dispatcher(String dispatcher)
Sets the
dispatcher element |
FilterMappingType<T> |
FilterMappingType.filterName(String filterName)
Sets the
filter-name element |
FilterMappingType<WebAppType<T>> |
WebAppType.getOrCreateFilterMapping()
If not already created, a new
filter-mapping element will be created and returned. |
FilterMappingType<WebFragmentType<T>> |
WebFragmentType.getOrCreateFilterMapping()
If not already created, a new
filter-mapping element will be created and returned. |
FilterMappingType<T> |
FilterMappingType.removeAllServletName()
Removes the
servlet-name element |
FilterMappingType<T> |
FilterMappingType.removeAllUrlPattern()
Removes the
url-pattern element |
FilterMappingType<T> |
FilterMappingType.removeDispatcher()
Removes the
dispatcher attribute |
FilterMappingType<T> |
FilterMappingType.removeFilterName()
Removes the
filter-name element |
FilterMappingType<T> |
FilterMappingType.servletName(String... values)
Creates for all String objects representing
servlet-name elements,
a new servlet-name element |
FilterMappingType<T> |
FilterMappingType.urlPattern(String... values)
Creates for all String objects representing
url-pattern elements,
a new url-pattern element |
Modifier and Type | Method and Description |
---|---|
List<FilterMappingType<WebAppType<T>>> |
WebAppType.getAllFilterMapping()
Returns all
filter-mapping elements |
List<FilterMappingType<WebFragmentType<T>>> |
WebFragmentType.getAllFilterMapping()
Returns all
filter-mapping elements |
Modifier and Type | Method and Description |
---|---|
FilterMappingType<WebFragmentDescriptor> |
WebFragmentDescriptor.createFilterMapping()
Creates a new
filter-mapping element |
FilterMappingType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreateFilterMapping()
If not already created, a new
filter-mapping element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<FilterMappingType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllFilterMapping()
Returns all
filter-mapping elements |
Copyright © 2015 JBoss by Red Hat. All rights reserved.