This type is a class for model objects.
@version J2EE1.4 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 enabling of EL evaluation. - Control enabling of Scripting elements. - Indicate pageEncoding information. - Indicating that a resource is a JSP document - Prelude and Coda automatic includes.
Package: jspAttributes Summary | |
urlPattern : EString | * No description is available * |
elIgnored : EBoolean | 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. |
pageEncoding : EString | 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. |
scriptingInvalid : EBoolean | Can be used to easily disable scripting in a group of JSP pages. By default, scripting is enabled. |
isXML : EBoolean | 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. |
includePreludes : EString | 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. |
includeCodas : EString | 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. |
Attribute Details |