Uses of Class
com.sun.grizzly.http.webxml.schema.version_3_0.XsdIntegerType

Packages that use XsdIntegerType
com.sun.grizzly.http.webxml.schema.version_3_0   
 

Uses of XsdIntegerType in com.sun.grizzly.http.webxml.schema.version_3_0
 

Fields in com.sun.grizzly.http.webxml.schema.version_3_0 declared as XsdIntegerType
protected  XsdIntegerType ServletType.asyncTimeout
           
protected  XsdIntegerType FilterType.asyncTimeout
           
protected  XsdIntegerType SessionConfigType.sessionTimeout
           
 

Methods in com.sun.grizzly.http.webxml.schema.version_3_0 that return XsdIntegerType
 XsdIntegerType ObjectFactory.createXsdIntegerType()
          Create an instance of XsdIntegerType
 XsdIntegerType ServletType.getAsyncTimeout()
          Gets the value of the asyncTimeout property.
 XsdIntegerType FilterType.getAsyncTimeout()
          Gets the value of the asyncTimeout property.
 XsdIntegerType SessionConfigType.getSessionTimeout()
          Gets the value of the sessionTimeout property.
 

Methods in com.sun.grizzly.http.webxml.schema.version_3_0 with parameters of type XsdIntegerType
 void ServletType.setAsyncTimeout(XsdIntegerType value)
          Sets the value of the asyncTimeout property.
 void FilterType.setAsyncTimeout(XsdIntegerType value)
          Sets the value of the asyncTimeout property.
 void SessionConfigType.setSessionTimeout(XsdIntegerType value)
          Sets the value of the sessionTimeout property.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.