com.sun.grizzly.http.webxml.schema.version_2_3
Class WebApp

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.version_2_3.WebApp
All Implemented Interfaces:
Serializable

public class WebApp
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  List<ContextParam> contextParam
           
protected  Description description
           
protected  DisplayName displayName
           
protected  Distributable distributable
           
protected  List<EjbLocalRef> ejbLocalRef
           
protected  List<EjbRef> ejbRef
           
protected  List<EnvEntry> envEntry
           
protected  List<ErrorPage> errorPage
           
protected  List<Filter> filter
           
protected  List<FilterMapping> filterMapping
           
protected  Icon icon
           
protected  String id
           
protected  List<Listener> listener
           
protected  LoginConfig loginConfig
           
protected  List<MimeMapping> mimeMapping
           
protected  List<ResourceEnvRef> resourceEnvRef
           
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<EjbLocalRef> getEjbLocalRef()
          Gets the value of the ejbLocalRef 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.
 List<Filter> getFilter()
          Gets the value of the filter property.
 List<FilterMapping> getFilterMapping()
          Gets the value of the filterMapping property.
 Icon getIcon()
          Gets the value of the icon property.
 String getId()
          Gets the value of the id property.
 List<Listener> getListener()
          Gets the value of the listener property.
 LoginConfig getLoginConfig()
          Gets the value of the loginConfig property.
 List<MimeMapping> getMimeMapping()
          Gets the value of the mimeMapping property.
 List<ResourceEnvRef> getResourceEnvRef()
          Gets the value of the resourceEnvRef 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

id

protected String id

icon

protected Icon icon

displayName

protected DisplayName displayName

description

protected Description description

distributable

protected Distributable distributable

contextParam

protected List<ContextParam> contextParam

filter

protected List<Filter> filter

filterMapping

protected List<FilterMapping> filterMapping

listener

protected List<Listener> listener

servlet

protected List<Servlet> servlet

servletMapping

protected List<ServletMapping> servletMapping

sessionConfig

protected SessionConfig sessionConfig

mimeMapping

protected List<MimeMapping> mimeMapping

welcomeFileList

protected WelcomeFileList welcomeFileList

errorPage

protected List<ErrorPage> errorPage

taglib

protected List<Taglib> taglib

resourceEnvRef

protected List<ResourceEnvRef> resourceEnvRef

resourceRef

protected List<ResourceRef> resourceRef

securityConstraint

protected List<SecurityConstraint> securityConstraint

loginConfig

protected LoginConfig loginConfig

securityRole

protected List<SecurityRole> securityRole

envEntry

protected List<EnvEntry> envEntry

ejbRef

protected List<EjbRef> ejbRef

ejbLocalRef

protected List<EjbLocalRef> ejbLocalRef
Constructor Detail

WebApp

public WebApp()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getIcon

public Icon getIcon()
Gets the value of the icon property.

Returns:
possible object is Icon

setIcon

public void setIcon(Icon value)
Sets the value of the icon property.

Parameters:
value - allowed object is Icon

getDisplayName

public DisplayName getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is DisplayName

setDisplayName

public void setDisplayName(DisplayName value)
Sets the value of the displayName property.

Parameters:
value - allowed object is DisplayName

getDescription

public Description getDescription()
Gets the value of the description property.

Returns:
possible object is Description

setDescription

public void setDescription(Description value)
Sets the value of the description property.

Parameters:
value - allowed object is Description

getDistributable

public Distributable getDistributable()
Gets the value of the distributable property.

Returns:
possible object is Distributable

setDistributable

public void setDistributable(Distributable value)
Sets the value of the distributable property.

Parameters:
value - allowed object is Distributable

getContextParam

public List<ContextParam> getContextParam()
Gets the value of the contextParam property.

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


getFilter

public List<Filter> getFilter()
Gets the value of the filter property.

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 filter property.

For example, to add a new item, do as follows:

    getFilter().add(newItem);
 

Objects of the following type(s) are allowed in the list Filter


getFilterMapping

public List<FilterMapping> getFilterMapping()
Gets the value of the filterMapping property.

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 filterMapping property.

For example, to add a new item, do as follows:

    getFilterMapping().add(newItem);
 

Objects of the following type(s) are allowed in the list FilterMapping


getListener

public List<Listener> getListener()
Gets the value of the listener property.

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 listener property.

For example, to add a new item, do as follows:

    getListener().add(newItem);
 

Objects of the following type(s) are allowed in the list Listener


getServlet

public List<Servlet> getServlet()
Gets the value of the servlet property.

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


getServletMapping

public List<ServletMapping> getServletMapping()
Gets the value of the servletMapping property.

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


getSessionConfig

public SessionConfig getSessionConfig()
Gets the value of the sessionConfig property.

Returns:
possible object is SessionConfig

setSessionConfig

public void setSessionConfig(SessionConfig value)
Sets the value of the sessionConfig property.

Parameters:
value - allowed object is SessionConfig

getMimeMapping

public List<MimeMapping> getMimeMapping()
Gets the value of the mimeMapping property.

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


getWelcomeFileList

public WelcomeFileList getWelcomeFileList()
Gets the value of the welcomeFileList property.

Returns:
possible object is WelcomeFileList

setWelcomeFileList

public void setWelcomeFileList(WelcomeFileList value)
Sets the value of the welcomeFileList property.

Parameters:
value - allowed object is WelcomeFileList

getErrorPage

public List<ErrorPage> getErrorPage()
Gets the value of the errorPage property.

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


getTaglib

public List<Taglib> getTaglib()
Gets the value of the taglib property.

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


getResourceEnvRef

public List<ResourceEnvRef> getResourceEnvRef()
Gets the value of the resourceEnvRef property.

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 resourceEnvRef property.

For example, to add a new item, do as follows:

    getResourceEnvRef().add(newItem);
 

Objects of the following type(s) are allowed in the list ResourceEnvRef


getResourceRef

public List<ResourceRef> getResourceRef()
Gets the value of the resourceRef property.

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


getSecurityConstraint

public List<SecurityConstraint> getSecurityConstraint()
Gets the value of the securityConstraint property.

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


getLoginConfig

public LoginConfig getLoginConfig()
Gets the value of the loginConfig property.

Returns:
possible object is LoginConfig

setLoginConfig

public void setLoginConfig(LoginConfig value)
Sets the value of the loginConfig property.

Parameters:
value - allowed object is LoginConfig

getSecurityRole

public List<SecurityRole> getSecurityRole()
Gets the value of the securityRole property.

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


getEnvEntry

public List<EnvEntry> getEnvEntry()
Gets the value of the envEntry property.

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


getEjbRef

public List<EjbRef> getEjbRef()
Gets the value of the ejbRef property.

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


getEjbLocalRef

public List<EjbLocalRef> getEjbLocalRef()
Gets the value of the ejbLocalRef property.

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 ejbLocalRef property.

For example, to add a new item, do as follows:

    getEjbLocalRef().add(newItem);
 

Objects of the following type(s) are allowed in the list EjbLocalRef


addVetoableChangeListener

public void addVetoableChangeListener(VetoableChangeListener param0)

addVetoableChangeListener

public void addVetoableChangeListener(String param0,
                                      VetoableChangeListener param1)

removeVetoableChangeListener

public void removeVetoableChangeListener(String param0,
                                         VetoableChangeListener param1)

removeVetoableChangeListener

public void removeVetoableChangeListener(VetoableChangeListener param0)


Copyright © 2012 Oracle Corporation. All Rights Reserved.