CVS: TapestryBook/petstore/src/org/apache/tapestry/pets/components Banner.java,1.1,1.2 ProductLink.java,1.1,1.2 DirectArea.java,1.2,1.3
Howard Lewis Ship <[email protected]> Fri, 07 Mar 2003 07:15:10 -0800
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/TapestryBook/petstore/src/org/apache/tapestry/pets/components
In directory sc8-pr-cvs1:/tmp/cvs-serv3059/petstore/src/org/apache/tapestry/pets/components
Modified Files:
Banner.java ProductLink.java DirectArea.java
Log Message:
Update for Tapestry 2.4-alpha-4, including package rename.
Index: Banner.java
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/petstore/src/org/apache/tapestry/pets/components/Banner.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Banner.java 7 Feb 2003 16:44:58 -0000 1.1
--- Banner.java 7 Mar 2003 15:14:29 -0000 1.2
***************
*** 1,6 ****
package org.apache.tapestry.pets.components;
! import net.sf.tapestry.BaseComponent;
! import net.sf.tapestry.IRequestCycle;
public abstract class Banner extends BaseComponent
--- 1,6 ----
package org.apache.tapestry.pets.components;
! import org.apache.tapestry.BaseComponent;
! import org.apache.tapestry.IRequestCycle;
public abstract class Banner extends BaseComponent
Index: ProductLink.java
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/petstore/src/org/apache/tapestry/pets/components/ProductLink.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ProductLink.java 7 Feb 2003 16:44:58 -0000 1.1
--- ProductLink.java 7 Mar 2003 15:14:30 -0000 1.2
***************
*** 3,7 ****
import org.apache.tapestry.pets.domain.Product;
! import net.sf.tapestry.BaseComponent;
public class ProductLink extends BaseComponent
--- 3,7 ----
import org.apache.tapestry.pets.domain.Product;
! import org.apache.tapestry.BaseComponent;
public class ProductLink extends BaseComponent
Index: DirectArea.java
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/petstore/src/org/apache/tapestry/pets/components/DirectArea.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** DirectArea.java 28 Feb 2003 00:25:47 -0000 1.2
--- DirectArea.java 7 Mar 2003 15:14:30 -0000 1.3
***************
*** 1,21 ****
package org.apache.tapestry.pets.components;
! import net.sf.tapestry.AbstractComponent;
! import net.sf.tapestry.BindingException;
! import net.sf.tapestry.IActionListener;
! import net.sf.tapestry.IBinding;
! import net.sf.tapestry.IDirect;
! import net.sf.tapestry.IEngineService;
! import net.sf.tapestry.IMarkupWriter;
! import net.sf.tapestry.IRequestCycle;
! import net.sf.tapestry.RequestCycleException;
! import net.sf.tapestry.RequiredParameterException;
! import net.sf.tapestry.Tapestry;
! import net.sf.tapestry.engine.ILink;
! import net.sf.tapestry.link.DirectLink;
/**
* Generates an <area> tag using the direct service, much like a
! * {@link net.sf.tapestry.link.DirectLink}. Has a listener notified
* when the link is clicked, and service parameters.
*
--- 1,21 ----
package org.apache.tapestry.pets.components;
! import org.apache.tapestry.AbstractComponent;
! import org.apache.tapestry.BindingException;
! import org.apache.tapestry.IActionListener;
! import org.apache.tapestry.IBinding;
! import org.apache.tapestry.IDirect;
! import org.apache.tapestry.IMarkupWriter;
! import org.apache.tapestry.IRequestCycle;
! import org.apache.tapestry.RequestCycleException;
! import org.apache.tapestry.RequiredParameterException;
! import org.apache.tapestry.Tapestry;
! import org.apache.tapestry.engine.IEngineService;
! import org.apache.tapestry.engine.ILink;
! import org.apache.tapestry.link.DirectLink;
/**
* Generates an <area> tag using the direct service, much like a
! * {@link org.apache.tapestry.link.DirectLink}. Has a listener notified
* when the link is clicked, and service parameters.
*
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com