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
|
Modifier and Type | Method and Description |
---|---|
FilterMutableType |
WebAppMutableDescriptor.createFilter()
Creates a new
filter element |
FilterMutableType |
WebAppMutableDescriptor.getOrCreateFilter()
If not already created, a new
filter element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
FilterMutableType |
FilterMutableType.description(String... values)
Creates for all String objects representing
description elements, a new description
element |
FilterMutableType |
FilterMutableType.removeAllDescription()
Removes the
description element |
FilterMutableType |
FilterMutableType.removeDescription(String value)
Removes the
description element with the specified value. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.