|
||||||||||
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.FilterMapping
public class FilterMapping
Field Summary | |
---|---|
protected FilterName |
filterName
|
protected String |
id
|
protected List<Object> |
urlPatternOrServletName
|
Constructor Summary | |
---|---|
FilterMapping()
|
Method Summary | |
---|---|
void |
addVetoableChangeListener(String param0,
VetoableChangeListener param1)
|
void |
addVetoableChangeListener(VetoableChangeListener param0)
|
FilterName |
getFilterName()
Gets the value of the filterName property. |
String |
getId()
Gets the value of the id property. |
List<Object> |
getUrlPatternOrServletName()
Gets the value of the urlPatternOrServletName property. |
void |
removeVetoableChangeListener(String param0,
VetoableChangeListener param1)
|
void |
removeVetoableChangeListener(VetoableChangeListener param0)
|
void |
setFilterName(FilterName value)
Sets the value of the filterName 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 FilterName filterName
protected List<Object> urlPatternOrServletName
Constructor Detail |
---|
public FilterMapping()
Method Detail |
---|
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public FilterName getFilterName()
FilterName
public void setFilterName(FilterName value)
value
- allowed object is
FilterName
public List<Object> getUrlPatternOrServletName()
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 urlPatternOrServletName property.
For example, to add a new item, do as follows:
getUrlPatternOrServletName().add(newItem);
Objects of the following type(s) are allowed in the list
UrlPattern
ServletName
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 |