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

Gavin King gavin.king at jboss.com
Fri Nov 3 17:47:25 EST 2006


  User: gavin   
  Date: 06/11/03 17:47:25

  Modified:    src/main/org/jboss/seam/mock  SeamTest.java
  Log:
  decoupled the endRequest() processing in Manager from storing stuff in the ViewRoot
  
  Revision  Changes    Path
  1.54      +4 -3      jboss-seam/src/main/org/jboss/seam/mock/SeamTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SeamTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/mock/SeamTest.java,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -b -r1.53 -r1.54
  --- SeamTest.java	3 Nov 2006 00:02:51 -0000	1.53
  +++ SeamTest.java	3 Nov 2006 22:47:25 -0000	1.54
  @@ -34,6 +34,7 @@
   import org.jboss.seam.core.Pageflow;
   import org.jboss.seam.core.Validation;
   import org.jboss.seam.init.Initialization;
  +import org.jboss.seam.jsf.AbstractSeamPhaseListener;
   import org.jboss.seam.jsf.SeamApplication11;
   import org.jboss.seam.jsf.SeamNavigationHandler;
   import org.jboss.seam.jsf.SeamPhaseListener;
  @@ -48,7 +49,7 @@
    * 
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.53 $
  + * @version $Revision: 1.54 $
    */
   public class SeamTest
   {
  @@ -56,7 +57,7 @@
      private MockExternalContext externalContext;
      private MockServletContext servletContext;
      private MockApplication application;
  -   private SeamPhaseListener phases;
  +   private AbstractSeamPhaseListener phases;
      private MockHttpSession session;
      private Map<String, Map> conversationViewRootAttributes;
      private Map<String, Object> pageParameters = new HashMap<String, Object>();
  @@ -610,7 +611,7 @@
       * Create a SeamPhaseListener by default. Override to use 
       * one of the other standard Seam phase listeners.
       */
  -   protected SeamPhaseListener createPhaseListener()
  +   protected AbstractSeamPhaseListener createPhaseListener()
      {
   	  return new SeamPhaseListener();
      }
  
  
  



More information about the jboss-cvs-commits mailing list