| |
|
| java.lang.Object org.apache.openejb.jee.JspPropertyGroup
JspPropertyGroup | public class JspPropertyGroup (Code) | | 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.
|
deferredSyntaxAllowedAsLiteral | protected Boolean deferredSyntaxAllowedAsLiteral(Code) | | |
trimDirectiveWhitespaces | protected Boolean trimDirectiveWhitespaces(Code) | | |
getDescriptions | public Text[] getDescriptions()(Code) | | |
getDisplayNames | public Text[] getDisplayNames()(Code) | | |
isDeferredSyntaxAllowedAsLiteral | public Boolean isDeferredSyntaxAllowedAsLiteral()(Code) | | |
isTrimDirectiveWhitespaces | public Boolean isTrimDirectiveWhitespaces()(Code) | | |
setDeferredSyntaxAllowedAsLiteral | public void setDeferredSyntaxAllowedAsLiteral(Boolean value)(Code) | | |
setDescriptions | public void setDescriptions(Text[] text)(Code) | | |
setDisplayNames | public void setDisplayNames(Text[] text)(Code) | | |
setPageEncoding | public void setPageEncoding(String value)(Code) | | |
setScriptingInvalid | public void setScriptingInvalid(Boolean value)(Code) | | |
setTrimDirectiveWhitespaces | public void setTrimDirectiveWhitespaces(Boolean value)(Code) | | |
|
|
|