public interface JspPropertyGroupType
The following features are supported:
Webapp24Package.getJspPropertyGroupType()| Modifier and Type | Method and Description |
|---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list.
|
|
getDisplayName()
Returns the value of the 'Display Name' containment reference list.
|
TrueFalseType |
getElIgnored()
Returns the value of the 'El Ignored' containment reference.
|
|
getIcon()
Returns the value of the 'Icon' containment reference list.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
|
getIncludeCoda()
Returns the value of the 'Include Coda' containment reference list.
|
|
getIncludePrelude()
Returns the value of the 'Include Prelude' containment reference list.
|
TrueFalseType |
getIsXml()
Returns the value of the 'Is Xml' containment reference.
|
String |
getPageEncoding()
Returns the value of the 'Page Encoding' containment reference.
|
TrueFalseType |
getScriptingInvalid()
Returns the value of the 'Scripting Invalid' containment reference.
|
|
getUrlPattern()
Returns the value of the 'Url Pattern' containment reference list.
|
void |
setElIgnored(TrueFalseType value)
Sets the value of the '
El Ignored' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setIsXml(TrueFalseType value)
Sets the value of the '
Is Xml' containment reference. |
void |
setPageEncoding(String value)
Sets the value of the '
Page Encoding' containment reference. |
void |
setScriptingInvalid(TrueFalseType value)
Sets the value of the '
Scripting Invalid' containment reference. |
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
Webapp24Package.getJspPropertyGroupType_Description()getDisplayName()
DisplayNameType.
If the meaning of the 'Display Name' containment reference list isn't clear, there really should be more of a description here...
Webapp24Package.getJspPropertyGroupType_DisplayName()getIcon()
IconType.
If the meaning of the 'Icon' containment reference list isn't clear, there really should be more of a description here...
Webapp24Package.getJspPropertyGroupType_Icon()getUrlPattern()
UrlPatternType.
If the meaning of the 'Url Pattern' containment reference list isn't clear, there really should be more of a description here...
Webapp24Package.getJspPropertyGroupType_UrlPattern()TrueFalseType getElIgnored()
setElIgnored(TrueFalseType),
Webapp24Package.getJspPropertyGroupType_ElIgnored()void setElIgnored(TrueFalseType value)
El Ignored' containment reference.
value - the new value of the 'El Ignored' containment reference.getElIgnored()String getPageEncoding()
setPageEncoding(org.eclipse.modisco.jee.webapp.webapp24.String),
Webapp24Package.getJspPropertyGroupType_PageEncoding()void setPageEncoding(String value)
Page Encoding' containment reference.
value - the new value of the 'Page Encoding' containment reference.getPageEncoding()TrueFalseType getScriptingInvalid()
setScriptingInvalid(TrueFalseType),
Webapp24Package.getJspPropertyGroupType_ScriptingInvalid()void setScriptingInvalid(TrueFalseType value)
Scripting Invalid' containment reference.
value - the new value of the 'Scripting Invalid' containment reference.getScriptingInvalid()TrueFalseType getIsXml()
setIsXml(TrueFalseType),
Webapp24Package.getJspPropertyGroupType_IsXml()void setIsXml(TrueFalseType value)
Is Xml' containment reference.
value - the new value of the 'Is Xml' containment reference.getIsXml()getIncludePrelude()
PathType.
The include-prelude element is a context-relative
path that must correspond to an element in the
Web Application. When the element is present,
the given path will be automatically included (as
in an include directive) at the beginning of each
JSP page in this jsp-property-group.
Webapp24Package.getJspPropertyGroupType_IncludePrelude()getIncludeCoda()
PathType.
The include-coda element is a context-relative
path that must correspond to an element in the
Web Application. When the element is present,
the given path will be automatically included (as
in an include directive) at the end of each
JSP page in this jsp-property-group.
Webapp24Package.getJspPropertyGroupType_IncludeCoda()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
Webapp24Package.getJspPropertyGroupType_Id()