|
||||||||||
| 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.Servlet
public class Servlet
| Field Summary | |
|---|---|
protected Description |
description
|
protected DisplayName |
displayName
|
protected Icon |
icon
|
protected String |
id
|
protected List<InitParam> |
initParam
|
protected LoadOnStartup |
loadOnStartup
|
protected RunAs |
runAs
|
protected List<SecurityRoleRef> |
securityRoleRef
|
protected List<Object> |
servletClassOrJspFile
|
protected ServletName |
servletName
|
| Constructor Summary | |
|---|---|
Servlet()
|
|
| 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. |
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. |
LoadOnStartup |
getLoadOnStartup()
Gets the value of the loadOnStartup property. |
RunAs |
getRunAs()
Gets the value of the runAs property. |
List<SecurityRoleRef> |
getSecurityRoleRef()
Gets the value of the securityRoleRef property. |
List<Object> |
getServletClassOrJspFile()
Gets the value of the servletClassOrJspFile property. |
ServletName |
getServletName()
Gets the value of the servletName 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 |
setIcon(Icon value)
Sets the value of the icon property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLoadOnStartup(LoadOnStartup value)
Sets the value of the loadOnStartup property. |
void |
setRunAs(RunAs value)
Sets the value of the runAs property. |
void |
setServletName(ServletName value)
Sets the value of the servletName 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 ServletName servletName
protected DisplayName displayName
protected Description description
protected List<Object> servletClassOrJspFile
protected List<InitParam> initParam
protected LoadOnStartup loadOnStartup
protected RunAs runAs
protected List<SecurityRoleRef> securityRoleRef
| Constructor Detail |
|---|
public Servlet()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic Icon getIcon()
Iconpublic void setIcon(Icon value)
value - allowed object is
Iconpublic ServletName getServletName()
ServletNamepublic void setServletName(ServletName value)
value - allowed object is
ServletNamepublic DisplayName getDisplayName()
DisplayNamepublic void setDisplayName(DisplayName value)
value - allowed object is
DisplayNamepublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic List<Object> getServletClassOrJspFile()
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 servletClassOrJspFile property.
For example, to add a new item, do as follows:
getServletClassOrJspFile().add(newItem);
Objects of the following type(s) are allowed in the list
ServletClass
JspFile
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 LoadOnStartup getLoadOnStartup()
LoadOnStartuppublic void setLoadOnStartup(LoadOnStartup value)
value - allowed object is
LoadOnStartuppublic RunAs getRunAs()
RunAspublic void setRunAs(RunAs value)
value - allowed object is
RunAspublic List<SecurityRoleRef> getSecurityRoleRef()
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 securityRoleRef property.
For example, to add a new item, do as follows:
getSecurityRoleRef().add(newItem);
Objects of the following type(s) are allowed in the list
SecurityRoleRef
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 | |||||||||