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 |
---|---|
FilterType<WebAppDescriptor> |
WebAppDescriptor.createFilter()
Creates a new
filter element |
FilterType<T> |
FilterType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FilterType<T> |
FilterType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
FilterType<T> |
FilterType.filterClass(String filterClass)
Sets the
filter-class element |
FilterType<T> |
FilterType.filterName(String filterName)
Sets the
filter-name element |
FilterType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateFilter()
If not already created, a new
filter element will be created and returned. |
FilterType<T> |
FilterType.id(String id)
Sets the
id attribute |
FilterType<T> |
FilterType.removeAllDescription()
Removes the
description element |
FilterType<T> |
FilterType.removeAllDisplayName()
Removes the
display-name element |
FilterType<T> |
FilterType.removeAllIcon()
Removes all
icon elements |
FilterType<T> |
FilterType.removeAllInitParam()
Removes all
init-param elements |
FilterType<T> |
FilterType.removeFilterClass()
Removes the
filter-class element |
FilterType<T> |
FilterType.removeFilterName()
Removes the
filter-name element |
FilterType<T> |
FilterType.removeId()
Removes the
id attribute |
Modifier and Type | Method and Description |
---|---|
IconType<FilterType<T>> |
FilterType.createIcon()
Creates a new
icon element |
ParamValueType<FilterType<T>> |
FilterType.createInitParam()
Creates a new
init-param element |
List<FilterType<WebAppDescriptor>> |
WebAppDescriptor.getAllFilter()
Returns all
filter elements |
List<IconType<FilterType<T>>> |
FilterType.getAllIcon()
Returns all
icon elements |
List<ParamValueType<FilterType<T>>> |
FilterType.getAllInitParam()
Returns all
init-param elements |
IconType<FilterType<T>> |
FilterType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
ParamValueType<FilterType<T>> |
FilterType.getOrCreateInitParam()
If not already created, a new
init-param element will be created and returned. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.