You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by mi...@apache.org on 2005/06/21 08:56:45 UTC

cvs commit: jakarta-tapestry/framework/src/java/org/apache/tapestry/components Any.java RenderBlock.java

mindbridge    2005/06/20 23:56:45

  Modified:    framework/src/java/org/apache/tapestry/components Any.java
                        RenderBlock.java
  Log:
  Removal of some minor warnings in the components package
  
  Revision  Changes    Path
  1.5       +0 -1      jakarta-tapestry/framework/src/java/org/apache/tapestry/components/Any.java
  
  Index: Any.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/java/org/apache/tapestry/components/Any.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Any.java	20 May 2005 12:46:07 -0000	1.4
  +++ Any.java	21 Jun 2005 06:56:45 -0000	1.5
  @@ -18,7 +18,6 @@
   import org.apache.tapestry.AbstractComponent;
   import org.apache.tapestry.IMarkupWriter;
   import org.apache.tapestry.IRequestCycle;
  -import org.apache.tapestry.Tapestry;
   
   /**
    * A component that can substitute for any HTML element. [<a
  
  
  
  1.6       +6 -4      jakarta-tapestry/framework/src/java/org/apache/tapestry/components/RenderBlock.java
  
  Index: RenderBlock.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/java/org/apache/tapestry/components/RenderBlock.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- RenderBlock.java	20 May 2005 12:46:07 -0000	1.5
  +++ RenderBlock.java	21 Jun 2005 06:56:45 -0000	1.6
  @@ -27,10 +27,12 @@
    * page. This works, even when the Block contains links, forms and form components. The action and
    * direct services will create URLs that properly address this situation.
    * <p>
  - * However, because the rendering page can't know ahead of time about these foriegn Blocks,
  - * {@link org.apache.tapestry.event.PageRenderListener}methods (for components and objects of the
  - * foriegn page) via RenderBlock will <em>not</em> be executed. This specifically affects the
  - * methods of the {@link org.apache.tapestry.event.PageRenderListener}interface.
  + * However, because the rendering page can't know ahead of time about these foreign Blocks,
  + * {@link org.apache.tapestry.event.PageBeginRenderListener} and
  + * {@link org.apache.tapestry.event.PageEndRenderListener} methods (for components and objects of the
  + * foreign page) via RenderBlock will <em>not</em> be executed. This specifically affects the
  + * methods of the {@link org.apache.tapestry.event.PageBeginRenderListener} and
  + * {@link org.apache.tapestry.event.PageEndRenderListener} interfaces.
    * <p>
    * Before rendering its {@link Block}, RenderBlock will set itself as the Block's inserter, and
    * will reset the inserter after the {@link Block}is rendered. This gives the components contained
  
  
  

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