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

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

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

Fields in org.glassfish.grizzly.servlet.ver25 declared as TrueFalseType
protected  TrueFalseType JspPropertyGroupType.deferredSyntaxAllowedAsLiteral
           
protected  TrueFalseType JspPropertyGroupType.elIgnored
           
protected  TrueFalseType PortComponentRefType.enableMtom
           
protected  TrueFalseType JspPropertyGroupType.isXml
           
protected  TrueFalseType JspPropertyGroupType.scriptingInvalid
           
protected  TrueFalseType JspPropertyGroupType.trimDirectiveWhitespaces
           
 

Methods in org.glassfish.grizzly.servlet.ver25 that return TrueFalseType
 TrueFalseType ObjectFactory.createTrueFalseType()
          Create an instance of TrueFalseType
 TrueFalseType JspPropertyGroupType.getDeferredSyntaxAllowedAsLiteral()
          Gets the value of the deferredSyntaxAllowedAsLiteral property.
 TrueFalseType JspPropertyGroupType.getElIgnored()
          Gets the value of the elIgnored property.
 TrueFalseType PortComponentRefType.getEnableMtom()
          Gets the value of the enableMtom property.
 TrueFalseType JspPropertyGroupType.getIsXml()
          Gets the value of the isXml property.
 TrueFalseType JspPropertyGroupType.getScriptingInvalid()
          Gets the value of the scriptingInvalid property.
 TrueFalseType JspPropertyGroupType.getTrimDirectiveWhitespaces()
          Gets the value of the trimDirectiveWhitespaces property.
 

Methods in org.glassfish.grizzly.servlet.ver25 with parameters of type TrueFalseType
 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 PortComponentRefType.setEnableMtom(TrueFalseType value)
          Sets the value of the enableMtom 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 JspPropertyGroupType.setTrimDirectiveWhitespaces(TrueFalseType value)
          Sets the value of the trimDirectiveWhitespaces property.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.