JSPPropertyGroup

@since J2EE1.4The jsp-property-groupType is used to group a number offiles so they can be given global property information.All files so described are deemed to be JSP files. Thefollowing additional properties can be described:- Control enabling of EL evaluation. - Control enablingof Scripting elements. - Indicate pageEncodinginformation. - Indicating that a resource is a JSPdocument - Prelude and Coda automatic includes.

Inherits from type CompatibilityDescriptionGroup and adds the following.

Attributes Summary
urlPattern : String  
elIgnored : booleanCan be used to easily set the isELIgnored property of a group of JSP pages.
pageEncoding : StringThe valid values of page-encoding are those of the pageEncoding page directive.
scriptingInvalid : booleanCan be used to easily disable scripting in a group of JSP pages.
isXML : booleanIf true, denotes that the group of resources that match the URL pattern are JSP documents, and thus must be interpreted as XML documents.
includePreludes : StringThe include-prelude element is a context-relative path that must correspond to an element in the Web Application.
includeCodas : StringThe include-coda element is a context-relative path that must correspond to an element in the Web Application.

Attribute Details

urlPattern    -     
     data type:  String
     default Value:   unspecified



elIgnored    -    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.
     data type: boolean
     default Value:   true
     Allowed Values:  true   false  



pageEncoding    -    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.
     data type:  String
     default Value:   unspecified



scriptingInvalid    -    Can be used to easily disable scripting in a group of JSP pages. By default, scripting is enabled.
     data type: boolean
     default Value:   true
     Allowed Values:  true   false  



isXML    -    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.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



includePreludes    -    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.
     data type:  String
     default Value:   unspecified



includeCodas    -    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.
     data type:  String
     default Value:   unspecified


Copyright IBM Corp. 1997-2004