Uses of Class
com.sun.grizzly.http.webxml.schema.version_2_2.Description

Packages that use Description
com.sun.grizzly.http.webxml.schema.version_2_2   
 

Uses of Description in com.sun.grizzly.http.webxml.schema.version_2_2
 

Fields in com.sun.grizzly.http.webxml.schema.version_2_2 declared as Description
protected  Description SecurityRole.description
           
protected  Description ContextParam.description
           
protected  Description WebResourceCollection.description
           
protected  Description InitParam.description
           
protected  Description EnvEntry.description
           
protected  Description Servlet.description
           
protected  Description AuthConstraint.description
           
protected  Description ResourceRef.description
           
protected  Description UserDataConstraint.description
           
protected  Description SecurityRoleRef.description
           
protected  Description WebApp.description
           
protected  Description EjbRef.description
           
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_2 that return Description
 Description ObjectFactory.createDescription()
          Create an instance of Description
 Description SecurityRole.getDescription()
          Gets the value of the description property.
 Description ContextParam.getDescription()
          Gets the value of the description property.
 Description WebResourceCollection.getDescription()
          Gets the value of the description property.
 Description InitParam.getDescription()
          Gets the value of the description property.
 Description EnvEntry.getDescription()
          Gets the value of the description property.
 Description Servlet.getDescription()
          Gets the value of the description property.
 Description AuthConstraint.getDescription()
          Gets the value of the description property.
 Description ResourceRef.getDescription()
          Gets the value of the description property.
 Description UserDataConstraint.getDescription()
          Gets the value of the description property.
 Description SecurityRoleRef.getDescription()
          Gets the value of the description property.
 Description WebApp.getDescription()
          Gets the value of the description property.
 Description EjbRef.getDescription()
          Gets the value of the description property.
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_2 with parameters of type Description
 void SecurityRole.setDescription(Description value)
          Sets the value of the description property.
 void ContextParam.setDescription(Description value)
          Sets the value of the description property.
 void WebResourceCollection.setDescription(Description value)
          Sets the value of the description property.
 void InitParam.setDescription(Description value)
          Sets the value of the description property.
 void EnvEntry.setDescription(Description value)
          Sets the value of the description property.
 void Servlet.setDescription(Description value)
          Sets the value of the description property.
 void AuthConstraint.setDescription(Description value)
          Sets the value of the description property.
 void ResourceRef.setDescription(Description value)
          Sets the value of the description property.
 void UserDataConstraint.setDescription(Description value)
          Sets the value of the description property.
 void SecurityRoleRef.setDescription(Description value)
          Sets the value of the description property.
 void WebApp.setDescription(Description value)
          Sets the value of the description property.
 void EjbRef.setDescription(Description value)
          Sets the value of the description property.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.