Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.webapp25 |
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<T> |
FilterMappingType.dispatcher(DispatcherType... values)
Creates for all javaee:dispatcherType objects representing
dispatcher elements,
a new dispatcher element |
FilterMappingType<T> |
FilterMappingType.dispatcher(String... values)
Creates for all String objects representing
dispatcher elements,
a new dispatcher element |
FilterMappingType<T> |
FilterMappingType.filterName(String filterName)
Sets the
filter-name element |
FilterMappingType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateFilterMapping()
If not already created, a new
filter-mapping element will be created and returned. |
FilterMappingType<T> |
FilterMappingType.id(String id)
Sets the
id attribute |
FilterMappingType<T> |
FilterMappingType.removeAllDispatcher()
Removes the
dispatcher element |
FilterMappingType<T> |
FilterMappingType.removeAllServletName()
Removes the
servlet-name element |
FilterMappingType<T> |
FilterMappingType.removeAllUrlPattern()
Removes the
url-pattern element |
FilterMappingType<T> |
FilterMappingType.removeFilterName()
Removes the
filter-name element |
FilterMappingType<T> |
FilterMappingType.removeId()
Removes the
id attribute |
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<WebAppDescriptor>> |
WebAppDescriptor.getAllFilterMapping()
Returns all
filter-mapping elements |
Copyright © 2018 JBoss by Red Hat. All rights reserved.