[jboss-cvs] jboss-seam/src/ui/META-INF ...

Gavin King gavin.king at jboss.com
Mon Jul 10 22:35:08 EDT 2006


  User: gavin   
  Date: 06/07/10 22:35:07

  Modified:    src/ui/META-INF   faces-config.xml seam.taglib.xml
  Log:
  added s:cache for page fragment caching
  
  Revision  Changes    Path
  1.12      +17 -0     jboss-seam/src/ui/META-INF/faces-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: faces-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/META-INF/faces-config.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- faces-config.xml	9 Jun 2006 03:09:20 -0000	1.11
  +++ faces-config.xml	11 Jul 2006 02:35:07 -0000	1.12
  @@ -25,6 +25,23 @@
       </component>
   
       <component>
  +        <component-type>org.jboss.seam.ui.UICache</component-type>
  +        <component-class>org.jboss.seam.ui.UICache</component-class>
  +        <property>
  +            <property-name>key</property-name>
  +            <property-class>java.lang.String</property-class>
  +        </property>
  +        <property>
  +            <property-name>enabled</property-name>
  +            <property-class>java.lang.String</property-class>
  +        </property>
  +        <property>
  +            <property-name>region</property-name>
  +            <property-class>java.lang.String</property-class>
  +        </property>
  +    </component>
  +
  +    <component>
           <component-type>org.jboss.seam.ui.UIAction</component-type>
           <component-class>org.jboss.seam.ui.UIAction</component-class>
           <property>
  
  
  
  1.8       +7 -0      jboss-seam/src/ui/META-INF/seam.taglib.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam.taglib.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/META-INF/seam.taglib.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- seam.taglib.xml	23 May 2006 04:18:57 -0000	1.7
  +++ seam.taglib.xml	11 Jul 2006 02:35:07 -0000	1.8
  @@ -70,4 +70,11 @@
   		</validator>
   	</tag>
   	
  +	<tag>
  +		<tag-name>cache</tag-name>
  +		<component>
  +			<component-type>org.jboss.seam.ui.UICache</component-type>
  +		</component>
  +	</tag>
  +	
   </facelet-taglib>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list