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 ServletMapping.servletName
           
protected  ServletName Servlet.servletName
           
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_2 that return ServletName
 ServletName ObjectFactory.createServletName()
          Create an instance of ServletName
 ServletName ServletMapping.getServletName()
          Gets the value of the servletName property.
 ServletName Servlet.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 ServletMapping.setServletName(ServletName value)
          Sets the value of the servletName property.
 void Servlet.setServletName(ServletName value)
          Sets the value of the servletName property.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.