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

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

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

Fields in com.sun.grizzly.http.webxml.schema.version_2_2 declared as ServletName
protected  ServletName Servlet.servletName
           
protected  ServletName ServletMapping.servletName
           
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_2 that return ServletName
 ServletName ObjectFactory.createServletName()
          Create an instance of ServletName
 ServletName Servlet.getServletName()
          Gets the value of the servletName property.
 ServletName ServletMapping.getServletName()
          Gets the value of the servletName property.
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_2 with parameters of type ServletName
 void Servlet.setServletName(ServletName value)
          Sets the value of the servletName property.
 void ServletMapping.setServletName(ServletName value)
          Sets the value of the servletName property.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.