|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'JSP Property Group'.
The following features are supported:
JspPackage.getJSPPropertyGroup()
Method Summary | |
---|---|
EList |
getIncludeCodas()
Returns the value of the 'Include Codas' attribute list. |
EList |
getIncludePreludes()
Returns the value of the 'Include Preludes' attribute list. |
java.lang.String |
getPageEncoding()
Returns the value of the 'Page Encoding' attribute |
EList |
getUrlPattern()
Returns the value of the 'Url Pattern' attribute list. |
boolean |
isElIgnored()
Returns the value of the 'El Ignored' attribute. |
boolean |
isIsXML()
Returns the value of the 'Is XML' attribute. |
boolean |
isScriptingInvalid()
Returns the value of the 'Scripting Invalid' attribute. |
boolean |
isSetElIgnored()
Returns whether the value of the ' El Ignored ' attribute is set |
boolean |
isSetIsXML()
Returns whether the value of the ' Is XML ' attribute is set |
boolean |
isSetScriptingInvalid()
Returns whether the value of the ' Scripting Invalid ' attribute is set |
void |
setElIgnored(boolean value)
Sets the value of the ' El Ignored ' attribute |
void |
setIsXML(boolean value)
Sets the value of the ' Is XML ' attribute |
void |
setPageEncoding(java.lang.String value)
Sets the value of the ' Page Encoding ' attribute |
void |
setScriptingInvalid(boolean value)
Sets the value of the ' Scripting Invalid ' attribute |
void |
unsetElIgnored()
Unsets the value of the ' El Ignored ' attribute |
void |
unsetIsXML()
Unsets the value of the ' Is XML ' attribute |
void |
unsetScriptingInvalid()
Unsets the value of the ' Scripting Invalid ' attribute |
Methods inherited from interface org.eclipse.jst.j2ee.common.CompatibilityDescriptionGroup |
---|
getDescription, getDisplayName, getLargeIcon, getSmallIcon, setDescription, setDescriptionGen, setDisplayName, setDisplayNameGen, setLargeIcon, setLargeIconGen, setSmallIcon, setSmallIconGen |
Methods inherited from interface org.eclipse.jst.j2ee.common.DescriptionGroup |
---|
getDescriptions, getDisplayNames, getIcons |
Method Detail |
public EList getUrlPattern()
String
.
If the meaning of the 'Url Pattern' attribute list isn't clear, there really should be more of a description here...
JspPackage.getJSPPropertyGroup_UrlPattern()
public boolean isElIgnored()
"true"
.
If the meaning of the 'El Ignored' attribute isn't clear, there really should be more of a description here...
Can be used to easily set the isELIgnored property of a group of JSP pages. By default, the EL evaluation is enabled for Web Applications using a Servlet 2.4 or greater web.xml, and disabled otherwise.
isSetElIgnored()
,
unsetElIgnored()
,
setElIgnored(boolean)
,
JspPackage.getJSPPropertyGroup_ElIgnored()
public void setElIgnored(boolean value)
El Ignored
' attribute.
value
- the new value of the 'El Ignored' attribute.isSetElIgnored()
,
unsetElIgnored()
,
isElIgnored()
public void unsetElIgnored()
El Ignored
' attribute.
isSetElIgnored()
,
isElIgnored()
,
setElIgnored(boolean)
public boolean isSetElIgnored()
El Ignored
' attribute is set.
unsetElIgnored()
,
isElIgnored()
,
setElIgnored(boolean)
public java.lang.String getPageEncoding()
If the meaning of the 'Page Encoding' attribute isn't clear, there really should be more of a description here...
The valid values of page-encoding are those of the pageEncoding page directive. It is a translation-time error to name different encodings in the pageEncoding attribute of the page directive of a JSP page and in a JSP configuration element matching the page. It is also a translation-time error to name different encodings in the prolog of a document in XML syntax and in a JSP configuration element matching the document. It is legal to name the same encoding through mulitple mechanisms.
setPageEncoding(String)
,
JspPackage.getJSPPropertyGroup_PageEncoding()
public void setPageEncoding(java.lang.String value)
Page Encoding
' attribute.
value
- the new value of the 'Page Encoding' attribute.getPageEncoding()
public boolean isScriptingInvalid()
"true"
.
If the meaning of the 'Scripting Invalid' attribute isn't clear, there really should be more of a description here...
Can be used to easily disable scripting in a group of JSP pages. By default, scripting is enabled.
isSetScriptingInvalid()
,
unsetScriptingInvalid()
,
setScriptingInvalid(boolean)
,
JspPackage.getJSPPropertyGroup_ScriptingInvalid()
public void setScriptingInvalid(boolean value)
Scripting Invalid
' attribute.
value
- the new value of the 'Scripting Invalid' attribute.isSetScriptingInvalid()
,
unsetScriptingInvalid()
,
isScriptingInvalid()
public void unsetScriptingInvalid()
Scripting Invalid
' attribute.
isSetScriptingInvalid()
,
isScriptingInvalid()
,
setScriptingInvalid(boolean)
public boolean isSetScriptingInvalid()
Scripting Invalid
' attribute is set.
unsetScriptingInvalid()
,
isScriptingInvalid()
,
setScriptingInvalid(boolean)
public boolean isIsXML()
"false"
.
If the meaning of the 'Is XML' attribute isn't clear, there really should be more of a description here...
If true, denotes that the group of resources that match the URL pattern are JSP documents, and thus must be interpreted as XML documents. If false, the resources are assumed to not be JSP documents, unless there is another property group that indicates otherwise.
isSetIsXML()
,
unsetIsXML()
,
setIsXML(boolean)
,
JspPackage.getJSPPropertyGroup_IsXML()
public void setIsXML(boolean value)
Is XML
' attribute.
value
- the new value of the 'Is XML' attribute.isSetIsXML()
,
unsetIsXML()
,
isIsXML()
public void unsetIsXML()
Is XML
' attribute.
isSetIsXML()
,
isIsXML()
,
setIsXML(boolean)
public boolean isSetIsXML()
Is XML
' attribute is set.
unsetIsXML()
,
isIsXML()
,
setIsXML(boolean)
public EList getIncludePreludes()
String
.
If the meaning of the 'Include Preludes' attribute list isn't clear, there really should be more of a description here...
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.
JspPackage.getJSPPropertyGroup_IncludePreludes()
public EList getIncludeCodas()
String
.
If the meaning of the 'Include Codas' attribute list isn't clear, there really should be more of a description here...
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.
JspPackage.getJSPPropertyGroup_IncludeCodas()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |