Uses of Class
com.sun.grizzly.http.webxml.schema.version_2_3.DisplayName

Packages that use DisplayName
com.sun.grizzly.http.webxml.schema.version_2_3   
 

Uses of DisplayName in com.sun.grizzly.http.webxml.schema.version_2_3
 

Fields in com.sun.grizzly.http.webxml.schema.version_2_3 declared as DisplayName
protected  DisplayName SecurityConstraint.displayName
           
protected  DisplayName WebApp.displayName
           
protected  DisplayName Filter.displayName
           
protected  DisplayName Servlet.displayName
           
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_3 that return DisplayName
 DisplayName ObjectFactory.createDisplayName()
          Create an instance of DisplayName
 DisplayName SecurityConstraint.getDisplayName()
          Gets the value of the displayName property.
 DisplayName WebApp.getDisplayName()
          Gets the value of the displayName property.
 DisplayName Filter.getDisplayName()
          Gets the value of the displayName property.
 DisplayName Servlet.getDisplayName()
          Gets the value of the displayName property.
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_3 with parameters of type DisplayName
 void SecurityConstraint.setDisplayName(DisplayName value)
          Sets the value of the displayName property.
 void WebApp.setDisplayName(DisplayName value)
          Sets the value of the displayName property.
 void Filter.setDisplayName(DisplayName value)
          Sets the value of the displayName property.
 void Servlet.setDisplayName(DisplayName value)
          Sets the value of the displayName property.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.