|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JspPropertyGroupType
A representation of the model object 'Jsp Property Group Type'. 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.
The following features are supported:
Description
Display Name
Icon
Url Pattern
El Ignored
Page Encoding
Scripting Invalid
Is Xml
Include Prelude
Include Coda
Id
Webapp24Package.getJspPropertyGroupType()
Method Summary | |
---|---|
|
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. |
Method Detail |
---|
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()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |