Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.portletapp20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
FilterType<PortletDescriptor> |
PortletDescriptor.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<PortletDescriptor> |
PortletDescriptor.getOrCreateFilter()
If not already created, a new
filter element will be created and returned. |
FilterType<T> |
FilterType.lifecycle(String... values)
Creates for all String objects representing
lifecycle elements,
a new lifecycle element |
FilterType<T> |
FilterType.removeAllDescription()
Removes the
description element |
FilterType<T> |
FilterType.removeAllDisplayName()
Removes the
display-name element |
FilterType<T> |
FilterType.removeAllInitParam()
Removes all
init-param elements |
FilterType<T> |
FilterType.removeAllLifecycle()
Removes the
lifecycle element |
FilterType<T> |
FilterType.removeFilterClass()
Removes the
filter-class element |
FilterType<T> |
FilterType.removeFilterName()
Removes the
filter-name element |
Modifier and Type | Method and Description |
---|---|
InitParamType<FilterType<T>> |
FilterType.createInitParam()
Creates a new
init-param element |
List<FilterType<PortletDescriptor>> |
PortletDescriptor.getAllFilter()
Returns all
filter elements |
List<InitParamType<FilterType<T>>> |
FilterType.getAllInitParam()
Returns all
init-param elements |
InitParamType<FilterType<T>> |
FilterType.getOrCreateInitParam()
If not already created, a new
init-param element will be created and returned. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.