net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee
Interface JspPropertyGroupType

All Known Implementing Classes:
JspPropertyGroupTypeImpl

public interface JspPropertyGroupType

The jsp-property-groupType is used to group a number of files so they can be given global property information. All files so described are deemed to be JSP files. The following additional properties can be described: - Control whether EL is ignored. - Control whether scripting elements are invalid. - Indicate pageEncoding information. - Indicate that a resource is a JSP document (XML). - Prelude and Coda automatic includes. - Control whether the character sequence #{ is allowed when used as a String literal. - Control whether template text containing only whitespaces must be removed from the response output.

Java class for jsp-property-groupType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="jsp-property-groupType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
         <element name="url-pattern" type="{http://java.sun.com/xml/ns/javaee}url-patternType" maxOccurs="unbounded"/>
         <element name="el-ignored" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
         <element name="page-encoding" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
         <element name="scripting-invalid" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
         <element name="is-xml" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
         <element name="include-prelude" type="{http://java.sun.com/xml/ns/javaee}pathType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="include-coda" type="{http://java.sun.com/xml/ns/javaee}pathType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="deferred-syntax-allowed-as-literal" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
         <element name="trim-directive-whitespaces" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 TrueFalseType getDeferredSyntaxAllowedAsLiteral()
          Gets the value of the deferredSyntaxAllowedAsLiteral property.
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 DisplayNameType[] getDisplayName()
           
 DisplayNameType getDisplayName(int idx)
           
 int getDisplayNameLength()
           
 TrueFalseType getElIgnored()
          Gets the value of the elIgnored property.
 IconType[] getIcon()
           
 IconType getIcon(int idx)
           
 int getIconLength()
           
 String getId()
          Gets the value of the id property.
 PathType[] getIncludeCoda()
           
 PathType getIncludeCoda(int idx)
           
 int getIncludeCodaLength()
           
 PathType[] getIncludePrelude()
           
 PathType getIncludePrelude(int idx)
           
 int getIncludePreludeLength()
           
 TrueFalseType getIsXml()
          Gets the value of the isXml property.
 String getPageEncoding()
          Gets the value of the pageEncoding property.
 TrueFalseType getScriptingInvalid()
          Gets the value of the scriptingInvalid property.
 TrueFalseType getTrimDirectiveWhitespaces()
          Gets the value of the trimDirectiveWhitespaces property.
 UrlPatternType[] getUrlPattern()
           
 UrlPatternType getUrlPattern(int idx)
           
 int getUrlPatternLength()
           
 void setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
          Sets the value of the deferredSyntaxAllowedAsLiteral property.
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setDisplayName(DisplayNameType[] values)
           
 DisplayNameType setDisplayName(int idx, DisplayNameType value)
           
 void setElIgnored(TrueFalseType value)
          Sets the value of the elIgnored property.
 void setIcon(IconType[] values)
           
 IconType setIcon(int idx, IconType value)
           
 void setId(String value)
          Sets the value of the id property.
 PathType setIncludeCoda(int idx, PathType value)
           
 void setIncludeCoda(PathType[] values)
           
 PathType setIncludePrelude(int idx, PathType value)
           
 void setIncludePrelude(PathType[] values)
           
 void setIsXml(TrueFalseType value)
          Sets the value of the isXml property.
 void setPageEncoding(String value)
          Sets the value of the pageEncoding property.
 void setScriptingInvalid(TrueFalseType value)
          Sets the value of the scriptingInvalid property.
 void setTrimDirectiveWhitespaces(TrueFalseType value)
          Sets the value of the trimDirectiveWhitespaces property.
 UrlPatternType setUrlPattern(int idx, UrlPatternType value)
           
 void setUrlPattern(UrlPatternType[] values)
           
 

Method Detail

getDescription

DescriptionType[] getDescription()
Returns:
array of DescriptionType

getDescription

DescriptionType getDescription(int idx)
Returns:
one of DescriptionType

getDescriptionLength

int getDescriptionLength()

setDescription

void setDescription(DescriptionType[] values)
Parameters:
values - allowed objects are DescriptionType

setDescription

DescriptionType setDescription(int idx,
                               DescriptionType value)
Parameters:
value - allowed object is DescriptionType

getDisplayName

DisplayNameType[] getDisplayName()
Returns:
array of DisplayNameType

getDisplayName

DisplayNameType getDisplayName(int idx)
Returns:
one of DisplayNameType

getDisplayNameLength

int getDisplayNameLength()

setDisplayName

void setDisplayName(DisplayNameType[] values)
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

DisplayNameType setDisplayName(int idx,
                               DisplayNameType value)
Parameters:
value - allowed object is DisplayNameType

getIcon

IconType[] getIcon()
Returns:
array of IconType

getIcon

IconType getIcon(int idx)
Returns:
one of IconType

getIconLength

int getIconLength()

setIcon

void setIcon(IconType[] values)
Parameters:
values - allowed objects are IconType

setIcon

IconType setIcon(int idx,
                 IconType value)
Parameters:
value - allowed object is IconType

getUrlPattern

UrlPatternType[] getUrlPattern()
Returns:
array of UrlPatternType

getUrlPattern

UrlPatternType getUrlPattern(int idx)
Returns:
one of UrlPatternType

getUrlPatternLength

int getUrlPatternLength()

setUrlPattern

void setUrlPattern(UrlPatternType[] values)
Parameters:
values - allowed objects are UrlPatternType

setUrlPattern

UrlPatternType setUrlPattern(int idx,
                             UrlPatternType value)
Parameters:
value - allowed object is UrlPatternType

getElIgnored

TrueFalseType getElIgnored()
Gets the value of the elIgnored property.

Returns:
possible object is TrueFalseType

setElIgnored

void setElIgnored(TrueFalseType value)
Sets the value of the elIgnored property.

Parameters:
value - allowed object is TrueFalseType

getPageEncoding

String getPageEncoding()
Gets the value of the pageEncoding property.

Returns:
possible object is String

setPageEncoding

void setPageEncoding(String value)
Sets the value of the pageEncoding property.

Parameters:
value - allowed object is String

getScriptingInvalid

TrueFalseType getScriptingInvalid()
Gets the value of the scriptingInvalid property.

Returns:
possible object is TrueFalseType

setScriptingInvalid

void setScriptingInvalid(TrueFalseType value)
Sets the value of the scriptingInvalid property.

Parameters:
value - allowed object is TrueFalseType

getIsXml

TrueFalseType getIsXml()
Gets the value of the isXml property.

Returns:
possible object is TrueFalseType

setIsXml

void setIsXml(TrueFalseType value)
Sets the value of the isXml property.

Parameters:
value - allowed object is TrueFalseType

getIncludePrelude

PathType[] getIncludePrelude()
Returns:
array of PathType

getIncludePrelude

PathType getIncludePrelude(int idx)
Returns:
one of PathType

getIncludePreludeLength

int getIncludePreludeLength()

setIncludePrelude

void setIncludePrelude(PathType[] values)
Parameters:
values - allowed objects are PathType

setIncludePrelude

PathType setIncludePrelude(int idx,
                           PathType value)
Parameters:
value - allowed object is PathType

getIncludeCoda

PathType[] getIncludeCoda()
Returns:
array of PathType

getIncludeCoda

PathType getIncludeCoda(int idx)
Returns:
one of PathType

getIncludeCodaLength

int getIncludeCodaLength()

setIncludeCoda

void setIncludeCoda(PathType[] values)
Parameters:
values - allowed objects are PathType

setIncludeCoda

PathType setIncludeCoda(int idx,
                        PathType value)
Parameters:
value - allowed object is PathType

getDeferredSyntaxAllowedAsLiteral

TrueFalseType getDeferredSyntaxAllowedAsLiteral()
Gets the value of the deferredSyntaxAllowedAsLiteral property.

Returns:
possible object is TrueFalseType

setDeferredSyntaxAllowedAsLiteral

void setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
Sets the value of the deferredSyntaxAllowedAsLiteral property.

Parameters:
value - allowed object is TrueFalseType

getTrimDirectiveWhitespaces

TrueFalseType getTrimDirectiveWhitespaces()
Gets the value of the trimDirectiveWhitespaces property.

Returns:
possible object is TrueFalseType

setTrimDirectiveWhitespaces

void setTrimDirectiveWhitespaces(TrueFalseType value)
Sets the value of the trimDirectiveWhitespaces property.

Parameters:
value - allowed object is TrueFalseType

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.