|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grizzly.http.webxml.schema.version_2_3.Filter
public class Filter
Field Summary | |
---|---|
protected Description |
description
|
protected DisplayName |
displayName
|
protected FilterClass |
filterClass
|
protected FilterName |
filterName
|
protected Icon |
icon
|
protected String |
id
|
protected List<InitParam> |
initParam
|
Constructor Summary | |
---|---|
Filter()
|
Method Summary | |
---|---|
void |
addVetoableChangeListener(String param0,
VetoableChangeListener param1)
|
void |
addVetoableChangeListener(VetoableChangeListener param0)
|
Description |
getDescription()
Gets the value of the description property. |
DisplayName |
getDisplayName()
Gets the value of the displayName property. |
FilterClass |
getFilterClass()
Gets the value of the filterClass property. |
FilterName |
getFilterName()
Gets the value of the filterName property. |
Icon |
getIcon()
Gets the value of the icon property. |
String |
getId()
Gets the value of the id property. |
List<InitParam> |
getInitParam()
Gets the value of the initParam property. |
void |
removeVetoableChangeListener(String param0,
VetoableChangeListener param1)
|
void |
removeVetoableChangeListener(VetoableChangeListener param0)
|
void |
setDescription(Description value)
Sets the value of the description property. |
void |
setDisplayName(DisplayName value)
Sets the value of the displayName property. |
void |
setFilterClass(FilterClass value)
Sets the value of the filterClass property. |
void |
setFilterName(FilterName value)
Sets the value of the filterName property. |
void |
setIcon(Icon value)
Sets the value of the icon property. |
void |
setId(String value)
Sets the value of the id property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String id
protected Icon icon
protected FilterName filterName
protected DisplayName displayName
protected Description description
protected FilterClass filterClass
protected List<InitParam> initParam
Constructor Detail |
---|
public Filter()
Method Detail |
---|
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public Icon getIcon()
Icon
public void setIcon(Icon value)
value
- allowed object is
Icon
public FilterName getFilterName()
FilterName
public void setFilterName(FilterName value)
value
- allowed object is
FilterName
public DisplayName getDisplayName()
DisplayName
public void setDisplayName(DisplayName value)
value
- allowed object is
DisplayName
public Description getDescription()
Description
public void setDescription(Description value)
value
- allowed object is
Description
public FilterClass getFilterClass()
FilterClass
public void setFilterClass(FilterClass value)
value
- allowed object is
FilterClass
public List<InitParam> getInitParam()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the initParam property.
For example, to add a new item, do as follows:
getInitParam().add(newItem);
Objects of the following type(s) are allowed in the list
InitParam
public void addVetoableChangeListener(VetoableChangeListener param0)
public void addVetoableChangeListener(String param0, VetoableChangeListener param1)
public void removeVetoableChangeListener(String param0, VetoableChangeListener param1)
public void removeVetoableChangeListener(VetoableChangeListener param0)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |