You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2005/03/17 23:22:19 UTC

cvs commit: jakarta-tapestry/framework/src/descriptor/META-INF tapestry.request.xml

hlship      2005/03/17 14:22:19

  Modified:    portlet/src/descriptor/META-INF hivemodule.xml
               framework/src/java/org/apache/tapestry
                        ApplicationServlet.java
               framework/src/descriptor/META-INF tapestry.request.xml
  Log:
  Continue extending out the Portlet pipelines.
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-tapestry/portlet/src/descriptor/META-INF/hivemodule.xml
  
  Index: hivemodule.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/portlet/src/descriptor/META-INF/hivemodule.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- hivemodule.xml	17 Mar 2005 21:53:33 -0000	1.3
  +++ hivemodule.xml	17 Mar 2005 22:22:19 -0000	1.4
  @@ -95,7 +95,7 @@
       <invoke-factory model="primitive">
         <construct class="ActionRequestServicerToWebRequestServicerBridge">
           <set-service property="portletRequestGlobals" service-id="PortletRequestGlobals"/>
  -        <set-service property="webRequestServicer" service-id="tapestry.request.WebRequestServicerPipeline"/>
  +        <set-service property="webRequestServicer" service-id="tapestry.request.WebRequestServicer"/>
         </construct>
       </invoke-factory>
       
  @@ -130,7 +130,7 @@
       <invoke-factory model="primitive">
         <construct class="RenderRequestServicerToWebRequestServicerBridge">
           <set-service property="portletRequestGlobals" service-id="PortletRequestGlobals"/>
  -        <set-service property="webRequestServicer" service-id="tapestry.request.WebRequestServicerPipeline"/>
  +        <set-service property="webRequestServicer" service-id="tapestry.request.WebRequestServicer"/>
         </construct>
       </invoke-factory>
       
  
  
  
  1.12      +1 -1      jakarta-tapestry/framework/src/java/org/apache/tapestry/ApplicationServlet.java
  
  Index: ApplicationServlet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/java/org/apache/tapestry/ApplicationServlet.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ApplicationServlet.java	10 Mar 2005 18:49:15 -0000	1.11
  +++ ApplicationServlet.java	17 Mar 2005 22:22:19 -0000	1.12
  @@ -285,7 +285,7 @@
           _registry.cleanupThread();
   
           _requestServicer = (ServletRequestServicer) _registry.getService(
  -                "tapestry.request.ServletRequestServicerPipeline",
  +                "tapestry.request.ServletRequestServicer",
                   ServletRequestServicer.class);
       }
   
  
  
  
  1.22      +3 -3      jakarta-tapestry/framework/src/descriptor/META-INF/tapestry.request.xml
  
  Index: tapestry.request.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/descriptor/META-INF/tapestry.request.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- tapestry.request.xml	10 Mar 2005 13:24:37 -0000	1.21
  +++ tapestry.request.xml	17 Mar 2005 22:22:19 -0000	1.22
  @@ -89,7 +89,7 @@
       
     </configuration-point> 
     
  -  <service-point id="ServletRequestServicerPipeline" interface="ServletRequestServicer">
  +  <service-point id="ServletRequestServicer" interface="ServletRequestServicer">
       
       A pipeline for handling each request.
       
  @@ -108,7 +108,7 @@
     <service-point id="WebRequestServicerPipelineBridge" interface="ServletRequestServicer">
       <invoke-factory model="primitive">
   		  <construct class="impl.WebRequestServicerPipelineBridge">
  -			  <set-service property="webRequestServicer" service-id="WebRequestServicerPipeline"/>
  +			  <set-service property="webRequestServicer" service-id="WebRequestServicer"/>
   			  <set-service property="requestGlobals" service-id="tapestry.globals.RequestGlobals"/>
   		  </construct>
   	  </invoke-factory>
  @@ -121,7 +121,7 @@
   	
     </configuration-point>   
     
  -  <service-point id="WebRequestServicerPipeline" interface="WebRequestServicer">
  +  <service-point id="WebRequestServicer" interface="WebRequestServicer">
       
   	A secondary pipeline for handling each requests wrapped in the WebRequest abstraction
   	layer.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org