|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.JspPropertyGroupType
public class 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>
| Field Summary | |
|---|---|
protected TrueFalseType |
deferredSyntaxAllowedAsLiteral
|
protected DescriptionType[] |
description
|
protected DisplayNameType[] |
displayName
|
protected TrueFalseType |
elIgnored
|
protected IconType[] |
icon
|
protected String |
id
|
protected PathType[] |
includeCoda
|
protected PathType[] |
includePrelude
|
protected TrueFalseType |
isXml
|
protected String |
pageEncoding
|
protected TrueFalseType |
scriptingInvalid
|
protected TrueFalseType |
trimDirectiveWhitespaces
|
protected UrlPatternType[] |
urlPattern
|
| Constructor Summary | |
|---|---|
JspPropertyGroupType()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.JspPropertyGroupType instance. |
|
JspPropertyGroupType(JspPropertyGroupType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.JspPropertyGroupType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
JspPropertyGroupType |
clone()
Creates and returns a copy of this object. |
void |
copyDescription(DescriptionType[] source)
Copies all values of property Description. |
void |
copyDisplayName(DisplayNameType[] source)
Copies all values of property DisplayName. |
void |
copyIcon(IconType[] source)
Copies all values of property Icon. |
void |
copyIncludeCoda(PathType[] source)
Copies all values of property IncludeCoda. |
void |
copyIncludePrelude(PathType[] source)
Copies all values of property IncludePrelude. |
void |
copyUrlPattern(UrlPatternType[] source)
Copies all values of property UrlPattern. |
TrueFalseType |
getDeferredSyntaxAllowedAsLiteral()
Gets the value of the deferredSyntaxAllowedAsLiteral property. |
DescriptionType[] |
getDescription()
|
DescriptionType |
getDescription(int idx)
|
int |
getDescriptionLength()
|
DisplayNameType[] |
getDisplayName()
|
DisplayNameType |
getDisplayName(int idx)
|
int |
getDisplayNameLength()
|
TrueFalseType |
getElIgnored()
Gets the value of the elIgnored property. |
IconType[] |
getIcon()
|
IconType |
getIcon(int idx)
|
int |
getIconLength()
|
String |
getId()
Gets the value of the id property. |
PathType[] |
getIncludeCoda()
|
PathType |
getIncludeCoda(int idx)
|
int |
getIncludeCodaLength()
|
PathType[] |
getIncludePrelude()
|
PathType |
getIncludePrelude(int idx)
|
int |
getIncludePreludeLength()
|
TrueFalseType |
getIsXml()
Gets the value of the isXml property. |
String |
getPageEncoding()
Gets the value of the pageEncoding property. |
TrueFalseType |
getScriptingInvalid()
Gets the value of the scriptingInvalid property. |
TrueFalseType |
getTrimDirectiveWhitespaces()
Gets the value of the trimDirectiveWhitespaces property. |
UrlPatternType[] |
getUrlPattern()
|
UrlPatternType |
getUrlPattern(int idx)
|
int |
getUrlPatternLength()
|
void |
setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
Sets the value of the deferredSyntaxAllowedAsLiteral property. |
void |
setDescription(DescriptionType[] values)
|
DescriptionType |
setDescription(int idx,
DescriptionType value)
|
void |
setDisplayName(DisplayNameType[] values)
|
DisplayNameType |
setDisplayName(int idx,
DisplayNameType value)
|
void |
setElIgnored(TrueFalseType value)
Sets the value of the elIgnored property. |
void |
setIcon(IconType[] values)
|
IconType |
setIcon(int idx,
IconType value)
|
void |
setId(String value)
Sets the value of the id property. |
PathType |
setIncludeCoda(int idx,
PathType value)
|
void |
setIncludeCoda(PathType[] values)
|
PathType |
setIncludePrelude(int idx,
PathType value)
|
void |
setIncludePrelude(PathType[] values)
|
void |
setIsXml(TrueFalseType value)
Sets the value of the isXml property. |
void |
setPageEncoding(String value)
Sets the value of the pageEncoding property. |
void |
setScriptingInvalid(TrueFalseType value)
Sets the value of the scriptingInvalid property. |
void |
setTrimDirectiveWhitespaces(TrueFalseType value)
Sets the value of the trimDirectiveWhitespaces property. |
UrlPatternType |
setUrlPattern(int idx,
UrlPatternType value)
|
void |
setUrlPattern(UrlPatternType[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DescriptionType[] description
protected DisplayNameType[] displayName
protected IconType[] icon
protected UrlPatternType[] urlPattern
protected TrueFalseType elIgnored
protected String pageEncoding
protected TrueFalseType scriptingInvalid
protected TrueFalseType isXml
protected PathType[] includePrelude
protected PathType[] includeCoda
protected TrueFalseType deferredSyntaxAllowedAsLiteral
protected TrueFalseType trimDirectiveWhitespaces
protected String id
| Constructor Detail |
|---|
public JspPropertyGroupType()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.JspPropertyGroupType instance.
public JspPropertyGroupType(JspPropertyGroupType o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.JspPropertyGroupType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
DescriptionTypepublic DescriptionType getDescription(int idx)
DescriptionTypepublic int getDescriptionLength()
public void setDescription(DescriptionType[] values)
values - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
value - allowed object is
DescriptionTypepublic DisplayNameType[] getDisplayName()
DisplayNameTypepublic DisplayNameType getDisplayName(int idx)
DisplayNameTypepublic int getDisplayNameLength()
public void setDisplayName(DisplayNameType[] values)
values - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
value - allowed object is
DisplayNameTypepublic IconType[] getIcon()
IconTypepublic IconType getIcon(int idx)
IconTypepublic int getIconLength()
public void setIcon(IconType[] values)
values - allowed objects are
IconType
public IconType setIcon(int idx,
IconType value)
value - allowed object is
IconTypepublic UrlPatternType[] getUrlPattern()
UrlPatternTypepublic UrlPatternType getUrlPattern(int idx)
UrlPatternTypepublic int getUrlPatternLength()
public void setUrlPattern(UrlPatternType[] values)
values - allowed objects are
UrlPatternType
public UrlPatternType setUrlPattern(int idx,
UrlPatternType value)
value - allowed object is
UrlPatternTypepublic TrueFalseType getElIgnored()
TrueFalseTypepublic void setElIgnored(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic String getPageEncoding()
Stringpublic void setPageEncoding(String value)
value - allowed object is
Stringpublic TrueFalseType getScriptingInvalid()
TrueFalseTypepublic void setScriptingInvalid(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic TrueFalseType getIsXml()
TrueFalseTypepublic void setIsXml(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic PathType[] getIncludePrelude()
PathTypepublic PathType getIncludePrelude(int idx)
PathTypepublic int getIncludePreludeLength()
public void setIncludePrelude(PathType[] values)
values - allowed objects are
PathType
public PathType setIncludePrelude(int idx,
PathType value)
value - allowed object is
PathTypepublic PathType[] getIncludeCoda()
PathTypepublic PathType getIncludeCoda(int idx)
PathTypepublic int getIncludeCodaLength()
public void setIncludeCoda(PathType[] values)
values - allowed objects are
PathType
public PathType setIncludeCoda(int idx,
PathType value)
value - allowed object is
PathTypepublic TrueFalseType getDeferredSyntaxAllowedAsLiteral()
TrueFalseTypepublic void setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic TrueFalseType getTrimDirectiveWhitespaces()
TrueFalseTypepublic void setTrimDirectiveWhitespaces(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic void copyDescription(DescriptionType[] source)
Description.
source - The source to copy from.
NullPointerException - if source is null.public void copyDisplayName(DisplayNameType[] source)
DisplayName.
source - The source to copy from.
NullPointerException - if source is null.public void copyIcon(IconType[] source)
Icon.
source - The source to copy from.
NullPointerException - if source is null.public void copyUrlPattern(UrlPatternType[] source)
UrlPattern.
source - The source to copy from.
NullPointerException - if source is null.public void copyIncludePrelude(PathType[] source)
IncludePrelude.
source - The source to copy from.
NullPointerException - if source is null.public void copyIncludeCoda(PathType[] source)
IncludeCoda.
source - The source to copy from.
NullPointerException - if source is null.public JspPropertyGroupType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||