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

Shane Bryzak sbryzak at redhat.com
Thu Sep 13 02:46:32 EDT 2007


  User: sbryzak2
  Date: 07/09/13 02:46:32

  Modified:    src/main/org/jboss/seam/navigation  Pages.java
  Log:
  JBSEAM-1423
  
  Revision  Changes    Path
  1.17      +6 -0      jboss-seam/src/main/org/jboss/seam/navigation/Pages.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Pages.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/navigation/Pages.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- Pages.java	6 Sep 2007 01:47:33 -0000	1.16
  +++ Pages.java	13 Sep 2007 06:46:31 -0000	1.17
  @@ -1017,6 +1017,12 @@
            if ( !Strings.isEmpty(expr) ) page.setRestriction(expr);
         }
      }
  +   
  +   public ConversationIdParameter getConversationIdParameter(String conversationName)
  +   {
  +      return conversations.get(conversationName);
  +   }
  +   
      /**
       * Parse the attributes of page
       */
  
  
  



More information about the jboss-cvs-commits mailing list