public class Filter
extends java.lang.Object
Java class for filterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="filterType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/> <element name="filter-name" type="{http://java.sun.com/xml/ns/javaee}filter-nameType"/> <element name="filter-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/> <element name="async-supported" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/> <element name="init-param" type="{http://java.sun.com/xml/ns/javaee}param-valueType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
asyncSupported |
protected TextMap |
description |
protected TextMap |
displayName |
protected java.lang.String |
filterClass |
protected java.lang.String |
filterName |
protected LocalCollection<Icon> |
icon |
protected java.lang.String |
id |
protected java.util.List<ParamValue> |
initParam |
Constructor and Description |
---|
Filter() |
Modifier and Type | Method and Description |
---|---|
void |
addDescription(Text text) |
void |
addDisplayName(Text text) |
java.lang.String |
getDescription() |
Text[] |
getDescriptions() |
java.lang.String |
getDisplayName() |
Text[] |
getDisplayNames() |
java.lang.String |
getFilterClass() |
java.lang.String |
getFilterName() |
Icon |
getIcon() |
java.util.Map<java.lang.String,Icon> |
getIconMap() |
java.util.Collection<Icon> |
getIcons() |
java.lang.String |
getId() |
java.util.List<ParamValue> |
getInitParam() |
boolean |
isAsyncSupported() |
void |
setAsyncSupported(boolean asyncSupported) |
void |
setDescriptions(Text[] text) |
void |
setDisplayNames(Text[] text) |
void |
setFilterClass(java.lang.String value) |
void |
setFilterName(java.lang.String value) |
void |
setId(java.lang.String value) |
protected TextMap description
protected TextMap displayName
protected LocalCollection<Icon> icon
protected java.lang.String filterName
protected java.lang.String filterClass
protected boolean asyncSupported
protected java.util.List<ParamValue> initParam
protected java.lang.String id
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public java.lang.String getDescription()
public void addDescription(Text text)
public Text[] getDisplayNames()
public void setDisplayNames(Text[] text)
public java.lang.String getDisplayName()
public void addDisplayName(Text text)
public java.util.Collection<Icon> getIcons()
public java.util.Map<java.lang.String,Icon> getIconMap()
public Icon getIcon()
public java.lang.String getFilterName()
public void setFilterName(java.lang.String value)
public java.lang.String getFilterClass()
public void setFilterClass(java.lang.String value)
public boolean isAsyncSupported()
public void setAsyncSupported(boolean asyncSupported)
public java.util.List<ParamValue> getInitParam()
public java.lang.String getId()
public void setId(java.lang.String value)