public interface FilterType<T> extends Child<T>, PortletFilterCommonType<T,FilterType<T>,InitParamType<FilterType<T>>>
filterType
xsd typeModifier and Type | Method and Description |
---|---|
InitParamType<FilterType<T>> |
createInitParam()
Creates a new
init-param element |
FilterType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FilterType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
FilterType<T> |
filterClass(String filterClass)
Sets the
filter-class element |
FilterType<T> |
filterName(String filterName)
Sets the
filter-name element |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<InitParamType<FilterType<T>>> |
getAllInitParam()
Returns all
init-param elements |
List<String> |
getAllLifecycle()
Returns all
lifecycle elements |
String |
getFilterClass()
Returns the
filter-class element |
String |
getFilterName()
Returns the
filter-name element |
InitParamType<FilterType<T>> |
getOrCreateInitParam()
If not already created, a new
init-param element will be created and returned. |
FilterType<T> |
lifecycle(String... values)
Creates for all String objects representing
lifecycle elements,
a new lifecycle element |
FilterType<T> |
removeAllDescription()
Removes the
description element |
FilterType<T> |
removeAllDisplayName()
Removes the
display-name element |
FilterType<T> |
removeAllInitParam()
Removes all
init-param elements |
FilterType<T> |
removeAllLifecycle()
Removes the
lifecycle element |
FilterType<T> |
removeFilterClass()
Removes the
filter-class element |
FilterType<T> |
removeFilterName()
Removes the
filter-name element |
FilterType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsFilterType
List<String> getAllDescription()
description
elementsdescription
FilterType<T> removeAllDescription()
description
elementFilterType
FilterType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsFilterType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
FilterType<T> removeAllDisplayName()
display-name
elementFilterType
FilterType<T> filterName(String filterName)
filter-name
elementfilterName
- the value for the element filter-name
FilterType
String getFilterName()
filter-name
elementfilter-name
FilterType<T> removeFilterName()
filter-name
elementFilterType
FilterType<T> filterClass(String filterClass)
filter-class
elementfilterClass
- the value for the element filter-class
FilterType
String getFilterClass()
filter-class
elementfilter-class
FilterType<T> removeFilterClass()
filter-class
elementFilterType
FilterType<T> lifecycle(String... values)
lifecycle
elements,
a new lifecycle
elementvalues
- list of lifecycle
objectsFilterType
List<String> getAllLifecycle()
lifecycle
elementslifecycle
FilterType<T> removeAllLifecycle()
lifecycle
elementFilterType
InitParamType<FilterType<T>> getOrCreateInitParam()
init-param
element will be created and returned.
Otherwise, the first existing init-param
element will be returned.init-param
InitParamType<FilterType<T>> createInitParam()
init-param
elementInitParamType>
List<InitParamType<FilterType<T>>> getAllInitParam()
init-param
elementsinit-param
FilterType<T> removeAllInitParam()
init-param
elementsInitParamType>
Copyright © 2018 JBoss by Red Hat. All rights reserved.