org.apache.openejb.jee
Class JspPropertyGroup
java.lang.Object
org.apache.openejb.jee.JspPropertyGroup
public class JspPropertyGroup
- 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
id
protected String id
JspPropertyGroup
public JspPropertyGroup()
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)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.