public interface JspPropertyGroupType
The following features are supported:
Webapp30Package.getJspPropertyGroupType()| Modifier and Type | Method and Description |
|---|---|
String |
getBuffer()
Returns the value of the 'Buffer' containment reference.
|
String |
getDefaultContentType()
Returns the value of the 'Default Content Type' containment reference.
|
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.
|
TrueFalseType |
getErrorOnUndeclaredNamespace()
Returns the value of the 'Error On Undeclared Namespace' 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 |
setBuffer(String value)
Sets the value of the '
Buffer' containment reference. |
void |
setDefaultContentType(String value)
Sets the value of the '
Default Content Type' containment reference. |
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 |
setErrorOnUndeclaredNamespace(TrueFalseType value)
Sets the value of the '
Error On Undeclared Namespace' 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. |
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
Webapp30Package.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...
Webapp30Package.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...
Webapp30Package.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...
Webapp30Package.getJspPropertyGroupType_UrlPattern()TrueFalseType getElIgnored()
setElIgnored(TrueFalseType),
Webapp30Package.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.webapp30.String),
Webapp30Package.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),
Webapp30Package.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),
Webapp30Package.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.
Webapp30Package.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.
Webapp30Package.getJspPropertyGroupType_IncludeCoda()TrueFalseType getDeferredSyntaxAllowedAsLiteral()
setDeferredSyntaxAllowedAsLiteral(TrueFalseType),
Webapp30Package.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),
Webapp30Package.getJspPropertyGroupType_TrimDirectiveWhitespaces()void setTrimDirectiveWhitespaces(TrueFalseType value)
Trim Directive Whitespaces' containment reference.
value - the new value of the 'Trim Directive Whitespaces' containment reference.getTrimDirectiveWhitespaces()String getDefaultContentType()
setDefaultContentType(org.eclipse.modisco.jee.webapp.webapp30.String),
Webapp30Package.getJspPropertyGroupType_DefaultContentType()void setDefaultContentType(String value)
Default Content Type' containment reference.
value - the new value of the 'Default Content Type' containment reference.getDefaultContentType()String getBuffer()
setBuffer(org.eclipse.modisco.jee.webapp.webapp30.String),
Webapp30Package.getJspPropertyGroupType_Buffer()void setBuffer(String value)
Buffer' containment reference.
value - the new value of the 'Buffer' containment reference.getBuffer()TrueFalseType getErrorOnUndeclaredNamespace()
setErrorOnUndeclaredNamespace(TrueFalseType),
Webapp30Package.getJspPropertyGroupType_ErrorOnUndeclaredNamespace()void setErrorOnUndeclaredNamespace(TrueFalseType value)
Error On Undeclared Namespace' containment reference.
value - the new value of the 'Error On Undeclared Namespace' containment reference.getErrorOnUndeclaredNamespace()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),
Webapp30Package.getJspPropertyGroupType_Id()