org.apache.openejb.jee
Class JspPropertyGroup

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

public class JspPropertyGroup
extends java.lang.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.


Field Summary
protected  java.lang.Boolean deferredSyntaxAllowedAsLiteral
           
protected  TextMap description
           
protected  TextMap displayName
           
protected  java.lang.Boolean elIgnored
           
protected  LocalCollection<Icon> icon
           
protected  java.lang.String id
           
protected  java.util.List<java.lang.String> includeCoda
           
protected  java.util.List<java.lang.String> includePrelude
           
protected  java.lang.Boolean isXml
           
protected  java.lang.String pageEncoding
           
protected  java.lang.Boolean scriptingInvalid
           
protected  java.lang.Boolean trimDirectiveWhitespaces
           
protected  java.util.List<java.lang.String> urlPattern
           
 
Constructor Summary
JspPropertyGroup()
           
 
Method Summary
 java.lang.String getDescription()
           
 Text[] getDescriptions()
           
 java.lang.String getDisplayName()
           
 Text[] getDisplayNames()
           
 Icon getIcon()
           
 java.util.Map<java.lang.String,Icon> getIconMap()
           
 java.util.Collection<Icon> getIcons()
           
 java.lang.String getId()
           
 java.util.List<java.lang.String> getIncludeCoda()
           
 java.util.List<java.lang.String> getIncludePrelude()
           
 java.lang.String getPageEncoding()
           
 java.util.List<java.lang.String> getUrlPattern()
           
 java.lang.Boolean isDeferredSyntaxAllowedAsLiteral()
           
 java.lang.Boolean isElIgnored()
           
 java.lang.Boolean isIsXml()
           
 java.lang.Boolean isScriptingInvalid()
           
 java.lang.Boolean isTrimDirectiveWhitespaces()
           
 void setDeferredSyntaxAllowedAsLiteral(java.lang.Boolean value)
           
 void setDescriptions(Text[] text)
           
 void setDisplayNames(Text[] text)
           
 void setElIgnored(java.lang.Boolean value)
           
 void setId(java.lang.String value)
           
 void setIsXml(java.lang.Boolean value)
           
 void setPageEncoding(java.lang.String value)
           
 void setScriptingInvalid(java.lang.Boolean value)
           
 void setTrimDirectiveWhitespaces(java.lang.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 java.util.List<java.lang.String> urlPattern

elIgnored

protected java.lang.Boolean elIgnored

pageEncoding

protected java.lang.String pageEncoding

scriptingInvalid

protected java.lang.Boolean scriptingInvalid

isXml

protected java.lang.Boolean isXml

includePrelude

protected java.util.List<java.lang.String> includePrelude

includeCoda

protected java.util.List<java.lang.String> includeCoda

deferredSyntaxAllowedAsLiteral

protected java.lang.Boolean deferredSyntaxAllowedAsLiteral

trimDirectiveWhitespaces

protected java.lang.Boolean trimDirectiveWhitespaces

id

protected java.lang.String id
Constructor Detail

JspPropertyGroup

public JspPropertyGroup()
Method Detail

getDescriptions

public Text[] getDescriptions()

setDescriptions

public void setDescriptions(Text[] text)

getDescription

public java.lang.String getDescription()

getDisplayNames

public Text[] getDisplayNames()

setDisplayNames

public void setDisplayNames(Text[] text)

getDisplayName

public java.lang.String getDisplayName()

getIcons

public java.util.Collection<Icon> getIcons()

getIconMap

public java.util.Map<java.lang.String,Icon> getIconMap()

getIcon

public Icon getIcon()

getUrlPattern

public java.util.List<java.lang.String> getUrlPattern()

isElIgnored

public java.lang.Boolean isElIgnored()

setElIgnored

public void setElIgnored(java.lang.Boolean value)

getPageEncoding

public java.lang.String getPageEncoding()

setPageEncoding

public void setPageEncoding(java.lang.String value)

isScriptingInvalid

public java.lang.Boolean isScriptingInvalid()

setScriptingInvalid

public void setScriptingInvalid(java.lang.Boolean value)

isIsXml

public java.lang.Boolean isIsXml()

setIsXml

public void setIsXml(java.lang.Boolean value)

getIncludePrelude

public java.util.List<java.lang.String> getIncludePrelude()

getIncludeCoda

public java.util.List<java.lang.String> getIncludeCoda()

isDeferredSyntaxAllowedAsLiteral

public java.lang.Boolean isDeferredSyntaxAllowedAsLiteral()

setDeferredSyntaxAllowedAsLiteral

public void setDeferredSyntaxAllowedAsLiteral(java.lang.Boolean value)

isTrimDirectiveWhitespaces

public java.lang.Boolean isTrimDirectiveWhitespaces()

setTrimDirectiveWhitespaces

public void setTrimDirectiveWhitespaces(java.lang.Boolean value)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.