[seam-commits] Seam SVN: r9278 - trunk/src/main/org/jboss/seam.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Sun Oct 12 15:29:55 EDT 2008
Author: norman.richards at jboss.com
Date: 2008-10-12 15:29:54 -0400 (Sun, 12 Oct 2008)
New Revision: 9278
Modified:
trunk/src/main/org/jboss/seam/web-2.1.xsd
Log:
JBSEAM-3546
Modified: trunk/src/main/org/jboss/seam/web-2.1.xsd
===================================================================
--- trunk/src/main/org/jboss/seam/web-2.1.xsd 2008-10-12 19:19:34 UTC (rev 9277)
+++ trunk/src/main/org/jboss/seam/web-2.1.xsd 2008-10-12 19:29:54 UTC (rev 9278)
@@ -120,6 +120,16 @@
</xs:complexType>
</xs:element>
+ <xs:element name="rewrite-filter">
+ <xs:annotation>
+ <xs:documentation>This filter performs URL rewriting.</xs:documentation>
+ </xs:annotation>
+ <xs:complexType mixed="true">
+ <xs:attributeGroup ref="components:attlist.component"/>
+ <xs:attributeGroup ref="web:rewrite.filter"/>
+ </xs:complexType>
+ </xs:element>
+
<xs:attributeGroup name="attlist.filter">
<xs:attribute name="url-pattern" type="components:string"/>
<xs:attribute name="regex-url-pattern" type="components:string"/>
@@ -153,5 +163,16 @@
<xs:attributeGroup name="attlist.session">
<xs:attribute name="invalidate-on-scheme-change" type="components:boolean"/>
</xs:attributeGroup>
+
+ <xs:attributeGroup name="rewrite.filter">
+ <xs:attribute name="view-mapping" type="components:string">
+ <xs:annotation>
+ <xs:documentation>
+ This is the servlet mapping. It should be set to the same pattern as used by the
+ Faces Servlet. If no value is specified, a pattern of *.seam will be assumed.
+ </xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
+ </xs:attributeGroup>
</xs:schema>
More information about the seam-commits
mailing list