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

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

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

Fields in com.sun.grizzly.http.webxml.schema.version_3_0 declared as TrueFalseType
protected  TrueFalseType ServletType.asyncSupported
           
protected  TrueFalseType FilterType.asyncSupported
           
protected  TrueFalseType JspPropertyGroupType.deferredSyntaxAllowedAsLiteral
           
protected  TrueFalseType JspPropertyGroupType.elIgnored
           
protected  TrueFalseType ServletType.enabled
           
protected  TrueFalseType PortComponentRefType.enableMtom
           
protected  TrueFalseType PortComponentType.enableMtom
           
protected  TrueFalseType JspPropertyGroupType.errorOnUndeclaredNamespace
           
protected  TrueFalseType CookieConfigType.httpOnly
           
protected  TrueFalseType JspPropertyGroupType.isXml
           
protected  TrueFalseType JspPropertyGroupType.scriptingInvalid
           
protected  TrueFalseType CookieConfigType.secure
           
protected  TrueFalseType JspPropertyGroupType.trimDirectiveWhitespaces
           
 

Methods in com.sun.grizzly.http.webxml.schema.version_3_0 that return TrueFalseType
 TrueFalseType ObjectFactory.createTrueFalseType()
          Create an instance of TrueFalseType
 TrueFalseType ServletType.getAsyncSupported()
          Gets the value of the asyncSupported property.
 TrueFalseType FilterType.getAsyncSupported()
          Gets the value of the asyncSupported property.
 TrueFalseType JspPropertyGroupType.getDeferredSyntaxAllowedAsLiteral()
          Gets the value of the deferredSyntaxAllowedAsLiteral property.
 TrueFalseType JspPropertyGroupType.getElIgnored()
          Gets the value of the elIgnored property.
 TrueFalseType ServletType.getEnabled()
          Gets the value of the enabled property.
 TrueFalseType PortComponentRefType.getEnableMtom()
          Gets the value of the enableMtom property.
 TrueFalseType PortComponentType.getEnableMtom()
          Gets the value of the enableMtom property.
 TrueFalseType JspPropertyGroupType.getErrorOnUndeclaredNamespace()
          Gets the value of the errorOnUndeclaredNamespace property.
 TrueFalseType CookieConfigType.getHttpOnly()
          Gets the value of the httpOnly property.
 TrueFalseType JspPropertyGroupType.getIsXml()
          Gets the value of the isXml property.
 TrueFalseType JspPropertyGroupType.getScriptingInvalid()
          Gets the value of the scriptingInvalid property.
 TrueFalseType CookieConfigType.getSecure()
          Gets the value of the secure property.
 TrueFalseType JspPropertyGroupType.getTrimDirectiveWhitespaces()
          Gets the value of the trimDirectiveWhitespaces property.
 

Methods in com.sun.grizzly.http.webxml.schema.version_3_0 with parameters of type TrueFalseType
 void ServletType.setAsyncSupported(TrueFalseType value)
          Sets the value of the asyncSupported property.
 void FilterType.setAsyncSupported(TrueFalseType value)
          Sets the value of the asyncSupported property.
 void JspPropertyGroupType.setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
          Sets the value of the deferredSyntaxAllowedAsLiteral property.
 void JspPropertyGroupType.setElIgnored(TrueFalseType value)
          Sets the value of the elIgnored property.
 void ServletType.setEnabled(TrueFalseType value)
          Sets the value of the enabled property.
 void PortComponentRefType.setEnableMtom(TrueFalseType value)
          Sets the value of the enableMtom property.
 void PortComponentType.setEnableMtom(TrueFalseType value)
          Sets the value of the enableMtom property.
 void JspPropertyGroupType.setErrorOnUndeclaredNamespace(TrueFalseType value)
          Sets the value of the errorOnUndeclaredNamespace property.
 void CookieConfigType.setHttpOnly(TrueFalseType value)
          Sets the value of the httpOnly property.
 void JspPropertyGroupType.setIsXml(TrueFalseType value)
          Sets the value of the isXml property.
 void JspPropertyGroupType.setScriptingInvalid(TrueFalseType value)
          Sets the value of the scriptingInvalid property.
 void CookieConfigType.setSecure(TrueFalseType value)
          Sets the value of the secure property.
 void JspPropertyGroupType.setTrimDirectiveWhitespaces(TrueFalseType value)
          Sets the value of the trimDirectiveWhitespaces property.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.