Uses of Class
com.sun.grizzly.http.webxml.schema.version_2_5.ServletNameType

Packages that use ServletNameType
com.sun.grizzly.http.webxml.schema.version_2_5   
 

Uses of ServletNameType in com.sun.grizzly.http.webxml.schema.version_2_5
 

Fields in com.sun.grizzly.http.webxml.schema.version_2_5 declared as ServletNameType
protected  ServletNameType ServletType.servletName
           
protected  ServletNameType ServletMappingType.servletName
           
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_5 that return ServletNameType
 ServletNameType ObjectFactory.createServletNameType()
          Create an instance of ServletNameType
 ServletNameType ServletType.getServletName()
          Gets the value of the servletName property.
 ServletNameType ServletMappingType.getServletName()
          Gets the value of the servletName property.
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_5 with parameters of type ServletNameType
 void ServletType.setServletName(ServletNameType value)
          Sets the value of the servletName property.
 void ServletMappingType.setServletName(ServletNameType value)
          Sets the value of the servletName property.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.