[jboss-cvs] jboss-seam/examples/wiki/src/etc/META-INF ...

Christian Bauer christian at hibernate.org
Tue Mar 20 14:40:33 EDT 2007


  User: cbauer  
  Date: 07/03/20 14:40:33

  Modified:    examples/wiki/src/etc/META-INF  wiki.taglib.xml
  Log:
  Session timeout popup notice
  
  Revision  Changes    Path
  1.4       +6 -1      jboss-seam/examples/wiki/src/etc/META-INF/wiki.taglib.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: wiki.taglib.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/META-INF/wiki.taglib.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- wiki.taglib.xml	18 Mar 2007 15:44:38 -0000	1.3
  +++ wiki.taglib.xml	20 Mar 2007 18:40:33 -0000	1.4
  @@ -60,13 +60,18 @@
           <function-signature>org.jboss.seam.wiki.core.model.Role.AccessLevel resolveAccessLevel(java.lang.Integer)</function-signature>
       </function>
   
  -
       <function>
           <function-name>sizeOf</function-name>
           <function-class>org.jboss.seam.wiki.core.ui.WikiUtil</function-class>
           <function-signature>int sizeOf(java.util.Collection)</function-signature>
       </function>
   
  +    <function>
  +        <function-name>getSessionTimeoutSeconds</function-name>
  +        <function-class>org.jboss.seam.wiki.core.ui.WikiUtil</function-class>
  +        <function-signature>int getSessionTimeoutSeconds()</function-signature>
  +    </function>
  +
       <tag>
           <tag-name>formattedText</tag-name>
           <component>
  
  
  



More information about the jboss-cvs-commits mailing list