Uses of Class
org.glassfish.grizzly.servlet.ver30.TrueFalseType

Packages that use TrueFalseType
org.glassfish.grizzly.servlet.ver30   
 

Uses of TrueFalseType in org.glassfish.grizzly.servlet.ver30
 

Fields in org.glassfish.grizzly.servlet.ver30 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 RespectBindingType.enabled
           
protected  TrueFalseType AddressingType.enabled
           
protected  TrueFalseType PortComponentRefType.enableMtom
           
protected  TrueFalseType JspPropertyGroupType.errorOnUndeclaredNamespace
           
protected  TrueFalseType CookieConfigType.httpOnly
           
protected  TrueFalseType JspPropertyGroupType.isXml
           
protected  TrueFalseType AddressingType.required
           
protected  TrueFalseType JspPropertyGroupType.scriptingInvalid
           
protected  TrueFalseType CookieConfigType.secure
           
protected  TrueFalseType JspPropertyGroupType.trimDirectiveWhitespaces
           
 

Methods in org.glassfish.grizzly.servlet.ver30 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 RespectBindingType.getEnabled()
          Gets the value of the enabled property.
 TrueFalseType AddressingType.getEnabled()
          Gets the value of the enabled property.
 TrueFalseType PortComponentRefType.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 AddressingType.getRequired()
          Gets the value of the required 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 org.glassfish.grizzly.servlet.ver30 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 RespectBindingType.setEnabled(TrueFalseType value)
          Sets the value of the enabled property.
 void AddressingType.setEnabled(TrueFalseType value)
          Sets the value of the enabled property.
 void PortComponentRefType.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 AddressingType.setRequired(TrueFalseType value)
          Sets the value of the required 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 © 2011 Oracle Corpration. All Rights Reserved.