org.apache.openejb.jee
Class JspPropertyGroup

java.lang.Object
  extended by org.apache.openejb.jee.JspPropertyGroup

public class JspPropertyGroup
extends Object

jsp_2_2.xsd

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"/>
         <element name="default-content-type" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
         <element name="buffer" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
         <element name="error-on-undeclared-namespace" 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  String buffer
           
protected  String defaultContentType
           
protected  Boolean deferredSyntaxAllowedAsLiteral
           
protected  TextMap description
           
protected  TextMap displayName
           
protected  Boolean elIgnored
           
protected  Boolean errorOnUndeclaredNamespace
           
protected  LocalCollection<Icon> icon
           
protected  String id
           
protected  List<String> includeCoda
           
protected  List<String> includePrelude
           
protected  Boolean isXml
           
protected  String pageEncoding
           
protected  Boolean scriptingInvalid
           
protected  Boolean trimDirectiveWhitespaces
           
protected  List<String> urlPattern
           
 
Constructor Summary
JspPropertyGroup()
           
 
Method Summary
 String getBuffer()
           
 String getDefaultContentType()
           
 String getDescription()
           
 Text[] getDescriptions()
           
 String getDisplayName()
           
 Text[] getDisplayNames()
           
 Boolean getErrorOnUndeclaredNamespace()
           
 Icon getIcon()
           
 Map<String,Icon> getIconMap()
           
 Collection<Icon> getIcons()
           
 String getId()
           
 List<String> getIncludeCoda()
           
 List<String> getIncludePrelude()
           
 String getPageEncoding()
           
 List<String> getUrlPattern()
           
 Boolean isDeferredSyntaxAllowedAsLiteral()
           
 Boolean isElIgnored()
           
 Boolean isIsXml()
           
 Boolean isScriptingInvalid()
           
 Boolean isTrimDirectiveWhitespaces()
           
 void setBuffer(String value)
           
 void setDefaultContentType(String value)
           
 void setDeferredSyntaxAllowedAsLiteral(Boolean value)
           
 void setDescriptions(Text[] text)
           
 void setDisplayNames(Text[] text)
           
 void setElIgnored(Boolean value)
           
 void setErrorOnUndeclaredNamespace(Boolean value)
           
 void setId(String value)
           
 void setIsXml(Boolean value)
           
 void setPageEncoding(String value)
           
 void setScriptingInvalid(Boolean value)
           
 void setTrimDirectiveWhitespaces(Boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected TextMap description

displayName

protected TextMap displayName

icon

protected LocalCollection<Icon> icon

urlPattern

protected List<String> urlPattern

elIgnored

protected Boolean elIgnored

pageEncoding

protected String pageEncoding

scriptingInvalid

protected Boolean scriptingInvalid

isXml

protected Boolean isXml

includePrelude

protected List<String> includePrelude

includeCoda

protected List<String> includeCoda

deferredSyntaxAllowedAsLiteral

protected Boolean deferredSyntaxAllowedAsLiteral

trimDirectiveWhitespaces

protected Boolean trimDirectiveWhitespaces

defaultContentType

protected String defaultContentType

buffer

protected String buffer

errorOnUndeclaredNamespace

protected Boolean errorOnUndeclaredNamespace

id

protected String id
Constructor Detail

JspPropertyGroup

public JspPropertyGroup()
Method Detail

getDescriptions

public Text[] getDescriptions()

setDescriptions

public void setDescriptions(Text[] text)

getDescription

public String getDescription()

getDisplayNames

public Text[] getDisplayNames()

setDisplayNames

public void setDisplayNames(Text[] text)

getDisplayName

public String getDisplayName()

getIcons

public Collection<Icon> getIcons()

getIconMap

public Map<String,Icon> getIconMap()

getIcon

public Icon getIcon()

getUrlPattern

public List<String> getUrlPattern()

isElIgnored

public Boolean isElIgnored()

setElIgnored

public void setElIgnored(Boolean value)

getPageEncoding

public String getPageEncoding()

setPageEncoding

public void setPageEncoding(String value)

isScriptingInvalid

public Boolean isScriptingInvalid()

setScriptingInvalid

public void setScriptingInvalid(Boolean value)

isIsXml

public Boolean isIsXml()

setIsXml

public void setIsXml(Boolean value)

getIncludePrelude

public List<String> getIncludePrelude()

getIncludeCoda

public List<String> getIncludeCoda()

isDeferredSyntaxAllowedAsLiteral

public Boolean isDeferredSyntaxAllowedAsLiteral()

setDeferredSyntaxAllowedAsLiteral

public void setDeferredSyntaxAllowedAsLiteral(Boolean value)

isTrimDirectiveWhitespaces

public Boolean isTrimDirectiveWhitespaces()

setTrimDirectiveWhitespaces

public void setTrimDirectiveWhitespaces(Boolean value)

getDefaultContentType

public String getDefaultContentType()

setDefaultContentType

public void setDefaultContentType(String value)

getBuffer

public String getBuffer()

setBuffer

public void setBuffer(String value)

getErrorOnUndeclaredNamespace

public Boolean getErrorOnUndeclaredNamespace()

setErrorOnUndeclaredNamespace

public void setErrorOnUndeclaredNamespace(Boolean value)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.