public class Filter extends 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 String |
filterClass |
protected String |
filterName |
protected LocalCollection<Icon> |
icon |
protected String |
id |
protected List<ParamValue> |
initParam |
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(Text text) |
void |
addDisplayName(Text text) |
String |
getDescription() |
Text[] |
getDescriptions() |
String |
getDisplayName() |
Text[] |
getDisplayNames() |
String |
getFilterClass() |
String |
getFilterName() |
Icon |
getIcon() |
Map<String,Icon> |
getIconMap() |
Collection<Icon> |
getIcons() |
String |
getId() |
List<ParamValue> |
getInitParam() |
boolean |
isAsyncSupported() |
void |
setAsyncSupported(boolean asyncSupported) |
void |
setDescriptions(Text[] text) |
void |
setDisplayNames(Text[] text) |
void |
setFilterClass(String value) |
void |
setFilterName(String value) |
void |
setId(String value) |
protected TextMap description
protected TextMap displayName
protected LocalCollection<Icon> icon
protected String filterName
protected String filterClass
protected boolean asyncSupported
protected List<ParamValue> initParam
protected String id
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public String getDescription()
public void addDescription(Text text)
public Text[] getDisplayNames()
public void setDisplayNames(Text[] text)
public String getDisplayName()
public void addDisplayName(Text text)
public Collection<Icon> getIcons()
public Icon getIcon()
public String getFilterName()
public void setFilterName(String value)
public String getFilterClass()
public void setFilterClass(String value)
public boolean isAsyncSupported()
public void setAsyncSupported(boolean asyncSupported)
public List<ParamValue> getInitParam()
public String getId()
public void setId(String value)
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.