|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JspPropertyGroupType
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>
| Method Detail |
|---|
DescriptionType[] getDescription()
DescriptionTypeDescriptionType getDescription(int idx)
DescriptionTypeint getDescriptionLength()
void setDescription(DescriptionType[] values)
values - allowed objects are
DescriptionType
DescriptionType setDescription(int idx,
DescriptionType value)
value - allowed object is
DescriptionTypeDisplayNameType[] getDisplayName()
DisplayNameTypeDisplayNameType getDisplayName(int idx)
DisplayNameTypeint getDisplayNameLength()
void setDisplayName(DisplayNameType[] values)
values - allowed objects are
DisplayNameType
DisplayNameType setDisplayName(int idx,
DisplayNameType value)
value - allowed object is
DisplayNameTypeIconType[] getIcon()
IconTypeIconType getIcon(int idx)
IconTypeint getIconLength()
void setIcon(IconType[] values)
values - allowed objects are
IconType
IconType setIcon(int idx,
IconType value)
value - allowed object is
IconTypeUrlPatternType[] getUrlPattern()
UrlPatternTypeUrlPatternType getUrlPattern(int idx)
UrlPatternTypeint getUrlPatternLength()
void setUrlPattern(UrlPatternType[] values)
values - allowed objects are
UrlPatternType
UrlPatternType setUrlPattern(int idx,
UrlPatternType value)
value - allowed object is
UrlPatternTypeTrueFalseType getElIgnored()
TrueFalseTypevoid setElIgnored(TrueFalseType value)
value - allowed object is
TrueFalseTypeString getPageEncoding()
Stringvoid setPageEncoding(String value)
value - allowed object is
StringTrueFalseType getScriptingInvalid()
TrueFalseTypevoid setScriptingInvalid(TrueFalseType value)
value - allowed object is
TrueFalseTypeTrueFalseType getIsXml()
TrueFalseTypevoid setIsXml(TrueFalseType value)
value - allowed object is
TrueFalseTypePathType[] getIncludePrelude()
PathTypePathType getIncludePrelude(int idx)
PathTypeint getIncludePreludeLength()
void setIncludePrelude(PathType[] values)
values - allowed objects are
PathType
PathType setIncludePrelude(int idx,
PathType value)
value - allowed object is
PathTypePathType[] getIncludeCoda()
PathTypePathType getIncludeCoda(int idx)
PathTypeint getIncludeCodaLength()
void setIncludeCoda(PathType[] values)
values - allowed objects are
PathType
PathType setIncludeCoda(int idx,
PathType value)
value - allowed object is
PathTypeTrueFalseType getDeferredSyntaxAllowedAsLiteral()
TrueFalseTypevoid setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
value - allowed object is
TrueFalseTypeTrueFalseType getTrimDirectiveWhitespaces()
TrueFalseTypevoid setTrimDirectiveWhitespaces(TrueFalseType value)
value - allowed object is
TrueFalseTypeString getId()
Stringvoid setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||