|
||||||||||
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. - 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.
The following features are supported:
Description
Display Name
Icon
Url Pattern
El Ignored
Page Encoding
Scripting Invalid
Is Xml
Include Prelude
Include Coda
Deferred Syntax Allowed As Literal
Trim Directive Whitespaces
Id
Webapp25Package.getJspPropertyGroupType()
Method Summary | |
---|---|
TrueFalseType |
getDeferredSyntaxAllowedAsLiteral()
Returns the value of the 'Deferred Syntax Allowed As Literal' containment reference. |
|
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. |
TrueFalseType |
getTrimDirectiveWhitespaces()
Returns the value of the 'Trim Directive Whitespaces' containment reference. |
|
getUrlPattern()
Returns the value of the 'Url Pattern' containment reference list. |
void |
setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
Sets the value of the ' Deferred Syntax Allowed As Literal ' containment reference. |
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. |
void |
setTrimDirectiveWhitespaces(TrueFalseType value)
Sets the value of the ' Trim Directive Whitespaces ' 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...
Webapp25Package.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...
Webapp25Package.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...
Webapp25Package.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...
Webapp25Package.getJspPropertyGroupType_UrlPattern()
TrueFalseType getElIgnored()
setElIgnored(TrueFalseType)
,
Webapp25Package.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.webapp25.String)
,
Webapp25Package.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)
,
Webapp25Package.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)
,
Webapp25Package.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.
Webapp25Package.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.
Webapp25Package.getJspPropertyGroupType_IncludeCoda()
TrueFalseType getDeferredSyntaxAllowedAsLiteral()
setDeferredSyntaxAllowedAsLiteral(TrueFalseType)
,
Webapp25Package.getJspPropertyGroupType_DeferredSyntaxAllowedAsLiteral()
void setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
Deferred Syntax Allowed As Literal
' containment reference.
value
- the new value of the 'Deferred Syntax Allowed As Literal' containment reference.getDeferredSyntaxAllowedAsLiteral()
TrueFalseType getTrimDirectiveWhitespaces()
setTrimDirectiveWhitespaces(TrueFalseType)
,
Webapp25Package.getJspPropertyGroupType_TrimDirectiveWhitespaces()
void setTrimDirectiveWhitespaces(TrueFalseType value)
Trim Directive Whitespaces
' containment reference.
value
- the new value of the 'Trim Directive Whitespaces' containment reference.getTrimDirectiveWhitespaces()
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)
,
Webapp25Package.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 |