com.sun.grizzly.http.webxml.schema.version_2_5
Class JspPropertyGroupType

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.version_2_5.JspPropertyGroupType

public class JspPropertyGroupType
extends Object

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>
 


Field Summary
protected  TrueFalseType deferredSyntaxAllowedAsLiteral
           
protected  List<DescriptionType> description
           
protected  List<DisplayNameType> displayName
           
protected  TrueFalseType elIgnored
           
protected  List<IconType> icon
           
protected  String id
           
protected  List<PathType> includeCoda
           
protected  List<PathType> includePrelude
           
protected  TrueFalseType isXml
           
protected  String pageEncoding
           
protected  TrueFalseType scriptingInvalid
           
protected  TrueFalseType trimDirectiveWhitespaces
           
protected  List<UrlPatternType> urlPattern
           
 
Constructor Summary
JspPropertyGroupType()
           
 
Method Summary
 TrueFalseType getDeferredSyntaxAllowedAsLiteral()
          Gets the value of the deferredSyntaxAllowedAsLiteral property.
 List<DescriptionType> getDescription()
          Gets the value of the description property.
 List<DisplayNameType> getDisplayName()
          Gets the value of the displayName property.
 TrueFalseType getElIgnored()
          Gets the value of the elIgnored property.
 List<IconType> getIcon()
          Gets the value of the icon property.
 String getId()
          Gets the value of the id property.
 List<PathType> getIncludeCoda()
          Gets the value of the includeCoda property.
 List<PathType> getIncludePrelude()
          Gets the value of the includePrelude property.
 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.
 List<UrlPatternType> getUrlPattern()
          Gets the value of the urlPattern property.
 void setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
          Sets the value of the deferredSyntaxAllowedAsLiteral property.
 void setElIgnored(TrueFalseType value)
          Sets the value of the elIgnored property.
 void setId(String value)
          Sets the value of the id property.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<DescriptionType> description

displayName

protected List<DisplayNameType> displayName

icon

protected List<IconType> icon

urlPattern

protected List<UrlPatternType> urlPattern

elIgnored

protected TrueFalseType elIgnored

pageEncoding

protected String pageEncoding

scriptingInvalid

protected TrueFalseType scriptingInvalid

isXml

protected TrueFalseType isXml

includePrelude

protected List<PathType> includePrelude

includeCoda

protected List<PathType> includeCoda

deferredSyntaxAllowedAsLiteral

protected TrueFalseType deferredSyntaxAllowedAsLiteral

trimDirectiveWhitespaces

protected TrueFalseType trimDirectiveWhitespaces

id

protected String id
Constructor Detail

JspPropertyGroupType

public JspPropertyGroupType()
Method Detail

getDescription

public List<DescriptionType> getDescription()
Gets the value of the description property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the description property.

For example, to add a new item, do as follows:

    getDescription().add(newItem);
 

Objects of the following type(s) are allowed in the list DescriptionType


getDisplayName

public List<DisplayNameType> getDisplayName()
Gets the value of the displayName property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the displayName property.

For example, to add a new item, do as follows:

    getDisplayName().add(newItem);
 

Objects of the following type(s) are allowed in the list DisplayNameType


getIcon

public List<IconType> getIcon()
Gets the value of the icon property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the icon property.

For example, to add a new item, do as follows:

    getIcon().add(newItem);
 

Objects of the following type(s) are allowed in the list IconType


getUrlPattern

public List<UrlPatternType> getUrlPattern()
Gets the value of the urlPattern property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the urlPattern property.

For example, to add a new item, do as follows:

    getUrlPattern().add(newItem);
 

Objects of the following type(s) are allowed in the list UrlPatternType


getElIgnored

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

Returns:
possible object is TrueFalseType

setElIgnored

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

Parameters:
value - allowed object is TrueFalseType

getPageEncoding

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

Returns:
possible object is String

setPageEncoding

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

Parameters:
value - allowed object is String

getScriptingInvalid

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

Returns:
possible object is TrueFalseType

setScriptingInvalid

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

Parameters:
value - allowed object is TrueFalseType

getIsXml

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

Returns:
possible object is TrueFalseType

setIsXml

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

Parameters:
value - allowed object is TrueFalseType

getIncludePrelude

public List<PathType> getIncludePrelude()
Gets the value of the includePrelude property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the includePrelude property.

For example, to add a new item, do as follows:

    getIncludePrelude().add(newItem);
 

Objects of the following type(s) are allowed in the list PathType


getIncludeCoda

public List<PathType> getIncludeCoda()
Gets the value of the includeCoda property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the includeCoda property.

For example, to add a new item, do as follows:

    getIncludeCoda().add(newItem);
 

Objects of the following type(s) are allowed in the list PathType


getDeferredSyntaxAllowedAsLiteral

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

Returns:
possible object is TrueFalseType

setDeferredSyntaxAllowedAsLiteral

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

Parameters:
value - allowed object is TrueFalseType

getTrimDirectiveWhitespaces

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

Returns:
possible object is TrueFalseType

setTrimDirectiveWhitespaces

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

Parameters:
value - allowed object is TrueFalseType

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String


Copyright © 2012 Oracle Corporation. All Rights Reserved.