org.apache.openejb.jee
Class Filter

java.lang.Object
  extended by org.apache.openejb.jee.Filter

public class Filter
extends Object

web-common_3_0.xsd

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>
 


Field Summary
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 Summary
Filter()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected TextMap description

displayName

protected TextMap displayName

icon

protected LocalCollection<Icon> icon

filterName

protected String filterName

filterClass

protected String filterClass

asyncSupported

protected boolean asyncSupported

initParam

protected List<ParamValue> initParam

id

protected String id
Constructor Detail

Filter

public Filter()
Method Detail

getDescriptions

public Text[] getDescriptions()

setDescriptions

public void setDescriptions(Text[] text)

getDescription

public String getDescription()

addDescription

public void addDescription(Text text)

getDisplayNames

public Text[] getDisplayNames()

setDisplayNames

public void setDisplayNames(Text[] text)

getDisplayName

public String getDisplayName()

addDisplayName

public void addDisplayName(Text text)

getIcons

public Collection<Icon> getIcons()

getIconMap

public Map<String,Icon> getIconMap()

getIcon

public Icon getIcon()

getFilterName

public String getFilterName()

setFilterName

public void setFilterName(String value)

getFilterClass

public String getFilterClass()

setFilterClass

public void setFilterClass(String value)

isAsyncSupported

public boolean isAsyncSupported()

setAsyncSupported

public void setAsyncSupported(boolean asyncSupported)

getInitParam

public List<ParamValue> getInitParam()

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.