[jboss-cvs] jboss-seam/src/main/org/jboss/seam ...

Peter Muir peter at bleepbleep.org.uk
Thu Jun 21 07:01:12 EDT 2007


  User: pmuir   
  Date: 07/06/21 07:01:12

  Modified:    src/main/org/jboss/seam  web-1.3.xsd
  Log:
  JBSEAM-1513
  
  Revision  Changes    Path
  1.5       +28 -0     jboss-seam/src/main/org/jboss/seam/web-1.3.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web-1.3.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/web-1.3.xsd,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- web-1.3.xsd	20 Jun 2007 22:11:30 -0000	1.4
  +++ web-1.3.xsd	21 Jun 2007 11:01:12 -0000	1.5
  @@ -53,6 +53,14 @@
           </xs:complexType>
       </xs:element>
       
  +    <xs:element name="ajax4jsf-filter">
  +        <xs:complexType mixed="true">
  +            <xs:attributeGroup ref="components:attlist.component"/>
  +            <xs:attributeGroup ref="web:attlist.filter"/>
  +            <xs:attributeGroup ref="web:attlist.ajax4jsfFilter"/>
  +        </xs:complexType>
  +    </xs:element>
  +    
       <xs:attributeGroup name="attlist.filter">
           <xs:attribute name="url-pattern" type="xs:string"/>
       </xs:attributeGroup>
  @@ -69,6 +77,26 @@
           <xs:attribute name="max-request-size" type="xs:integer"/>
       </xs:attributeGroup>
       
  +    <xs:attributeGroup name="attlist.ajax4jsfFilter">
  +        <xs:attribute name="enable-cache">
  +            <xs:simpleType>
  +                <xs:restriction base="xs:token">
  +                    <xs:enumeration value="true"/>
  +                    <xs:enumeration value="false"/>
  +                </xs:restriction>
  +            </xs:simpleType>
  +        </xs:attribute>
  +        <xs:attribute name="force-parser">
  +            <xs:simpleType>
  +                <xs:restriction base="xs:token">
  +                    <xs:enumeration value="true"/>
  +                    <xs:enumeration value="false"/>
  +                </xs:restriction>
  +            </xs:simpleType>
  +        </xs:attribute>
  +        <xs:attribute name="log4j-init-file" type="xs:string"/>
  +    </xs:attributeGroup>
  +    
       <xs:element name="servlet-session">
           <xs:complexType mixed="true">
               <xs:attributeGroup ref="components:attlist.component"/>
  
  
  



More information about the jboss-cvs-commits mailing list