|
||||||||||
| 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.WebResourceCollection
public class WebResourceCollection
| Field Summary | |
|---|---|
protected Description |
description
|
protected List<HttpMethod> |
httpMethod
|
protected String |
id
|
protected List<UrlPattern> |
urlPattern
|
protected WebResourceName |
webResourceName
|
| Constructor Summary | |
|---|---|
WebResourceCollection()
|
|
| Method Summary | |
|---|---|
void |
addVetoableChangeListener(String param0,
VetoableChangeListener param1)
|
void |
addVetoableChangeListener(VetoableChangeListener param0)
|
Description |
getDescription()
Gets the value of the description property. |
List<HttpMethod> |
getHttpMethod()
Gets the value of the httpMethod property. |
String |
getId()
Gets the value of the id property. |
List<UrlPattern> |
getUrlPattern()
Gets the value of the urlPattern property. |
WebResourceName |
getWebResourceName()
Gets the value of the webResourceName property. |
void |
removeVetoableChangeListener(String param0,
VetoableChangeListener param1)
|
void |
removeVetoableChangeListener(VetoableChangeListener param0)
|
void |
setDescription(Description value)
Sets the value of the description property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setWebResourceName(WebResourceName value)
Sets the value of the webResourceName 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 WebResourceName webResourceName
protected Description description
protected List<UrlPattern> urlPattern
protected List<HttpMethod> httpMethod
| Constructor Detail |
|---|
public WebResourceCollection()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic WebResourceName getWebResourceName()
WebResourceNamepublic void setWebResourceName(WebResourceName value)
value - allowed object is
WebResourceNamepublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic List<UrlPattern> getUrlPattern()
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 urlPattern property.
For example, to add a new item, do as follows:
getUrlPattern().add(newItem);
Objects of the following type(s) are allowed in the list
UrlPattern
public List<HttpMethod> getHttpMethod()
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 httpMethod property.
For example, to add a new item, do as follows:
getHttpMethod().add(newItem);
Objects of the following type(s) are allowed in the list
HttpMethod
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 | |||||||||