|
||||||||||
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_2.WebApp
public class WebApp
Field Summary | |
---|---|
protected List<ContextParam> |
contextParam
|
protected Description |
description
|
protected DisplayName |
displayName
|
protected Distributable |
distributable
|
protected List<EjbRef> |
ejbRef
|
protected List<EnvEntry> |
envEntry
|
protected List<ErrorPage> |
errorPage
|
protected Icon |
icon
|
protected String |
id
|
protected LoginConfig |
loginConfig
|
protected List<MimeMapping> |
mimeMapping
|
protected List<ResourceRef> |
resourceRef
|
protected List<SecurityConstraint> |
securityConstraint
|
protected List<SecurityRole> |
securityRole
|
protected List<Servlet> |
servlet
|
protected List<ServletMapping> |
servletMapping
|
protected SessionConfig |
sessionConfig
|
protected List<Taglib> |
taglib
|
protected WelcomeFileList |
welcomeFileList
|
Constructor Summary | |
---|---|
WebApp()
|
Method Summary | |
---|---|
void |
addVetoableChangeListener(String param0,
VetoableChangeListener param1)
|
void |
addVetoableChangeListener(VetoableChangeListener param0)
|
List<ContextParam> |
getContextParam()
Gets the value of the contextParam property. |
Description |
getDescription()
Gets the value of the description property. |
DisplayName |
getDisplayName()
Gets the value of the displayName property. |
Distributable |
getDistributable()
Gets the value of the distributable property. |
List<EjbRef> |
getEjbRef()
Gets the value of the ejbRef property. |
List<EnvEntry> |
getEnvEntry()
Gets the value of the envEntry property. |
List<ErrorPage> |
getErrorPage()
Gets the value of the errorPage property. |
Icon |
getIcon()
Gets the value of the icon property. |
String |
getId()
Gets the value of the id property. |
LoginConfig |
getLoginConfig()
Gets the value of the loginConfig property. |
List<MimeMapping> |
getMimeMapping()
Gets the value of the mimeMapping property. |
List<ResourceRef> |
getResourceRef()
Gets the value of the resourceRef property. |
List<SecurityConstraint> |
getSecurityConstraint()
Gets the value of the securityConstraint property. |
List<SecurityRole> |
getSecurityRole()
Gets the value of the securityRole property. |
List<Servlet> |
getServlet()
Gets the value of the servlet property. |
List<ServletMapping> |
getServletMapping()
Gets the value of the servletMapping property. |
SessionConfig |
getSessionConfig()
Gets the value of the sessionConfig property. |
List<Taglib> |
getTaglib()
Gets the value of the taglib property. |
WelcomeFileList |
getWelcomeFileList()
Gets the value of the welcomeFileList 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 |
setDistributable(Distributable value)
Sets the value of the distributable property. |
void |
setIcon(Icon value)
Sets the value of the icon property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLoginConfig(LoginConfig value)
Sets the value of the loginConfig property. |
void |
setSessionConfig(SessionConfig value)
Sets the value of the sessionConfig property. |
void |
setWelcomeFileList(WelcomeFileList value)
Sets the value of the welcomeFileList 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 DisplayName displayName
protected Description description
protected Distributable distributable
protected List<ContextParam> contextParam
protected List<Servlet> servlet
protected List<ServletMapping> servletMapping
protected SessionConfig sessionConfig
protected List<MimeMapping> mimeMapping
protected WelcomeFileList welcomeFileList
protected List<ErrorPage> errorPage
protected List<Taglib> taglib
protected List<ResourceRef> resourceRef
protected List<SecurityConstraint> securityConstraint
protected LoginConfig loginConfig
protected List<SecurityRole> securityRole
protected List<EnvEntry> envEntry
protected List<EjbRef> ejbRef
Constructor Detail |
---|
public WebApp()
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 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 Distributable getDistributable()
Distributable
public void setDistributable(Distributable value)
value
- allowed object is
Distributable
public List<ContextParam> getContextParam()
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 contextParam property.
For example, to add a new item, do as follows:
getContextParam().add(newItem);
Objects of the following type(s) are allowed in the list
ContextParam
public List<Servlet> getServlet()
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 servlet property.
For example, to add a new item, do as follows:
getServlet().add(newItem);
Objects of the following type(s) are allowed in the list
Servlet
public List<ServletMapping> getServletMapping()
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 servletMapping property.
For example, to add a new item, do as follows:
getServletMapping().add(newItem);
Objects of the following type(s) are allowed in the list
ServletMapping
public SessionConfig getSessionConfig()
SessionConfig
public void setSessionConfig(SessionConfig value)
value
- allowed object is
SessionConfig
public List<MimeMapping> getMimeMapping()
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 mimeMapping property.
For example, to add a new item, do as follows:
getMimeMapping().add(newItem);
Objects of the following type(s) are allowed in the list
MimeMapping
public WelcomeFileList getWelcomeFileList()
WelcomeFileList
public void setWelcomeFileList(WelcomeFileList value)
value
- allowed object is
WelcomeFileList
public List<ErrorPage> getErrorPage()
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 errorPage property.
For example, to add a new item, do as follows:
getErrorPage().add(newItem);
Objects of the following type(s) are allowed in the list
ErrorPage
public List<Taglib> getTaglib()
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 taglib property.
For example, to add a new item, do as follows:
getTaglib().add(newItem);
Objects of the following type(s) are allowed in the list
Taglib
public List<ResourceRef> getResourceRef()
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 resourceRef property.
For example, to add a new item, do as follows:
getResourceRef().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceRef
public List<SecurityConstraint> getSecurityConstraint()
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 securityConstraint property.
For example, to add a new item, do as follows:
getSecurityConstraint().add(newItem);
Objects of the following type(s) are allowed in the list
SecurityConstraint
public LoginConfig getLoginConfig()
LoginConfig
public void setLoginConfig(LoginConfig value)
value
- allowed object is
LoginConfig
public List<SecurityRole> getSecurityRole()
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 securityRole property.
For example, to add a new item, do as follows:
getSecurityRole().add(newItem);
Objects of the following type(s) are allowed in the list
SecurityRole
public List<EnvEntry> getEnvEntry()
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 envEntry property.
For example, to add a new item, do as follows:
getEnvEntry().add(newItem);
Objects of the following type(s) are allowed in the list
EnvEntry
public List<EjbRef> getEjbRef()
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 ejbRef property.
For example, to add a new item, do as follows:
getEjbRef().add(newItem);
Objects of the following type(s) are allowed in the list
EjbRef
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 |