CVS: Tapestry/junit/src/net/sf/tapestry/junit/mock/c7 Two.java,NONE,1.1.2.1
Howard Lewis Ship <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/Tapestry/junit/src/net/sf/tapestry/junit/mock/c7
In directory sc8-pr-cvs1:/tmp/cvs-serv3134/junit/src/net/sf/tapestry/junit/mock/c7
Added Files:
Tag: hship-2-3
Two.java
Log Message:
Add tests for <listener-binding>
--- NEW FILE: Two.java ---
package net.sf.tapestry.junit.mock.c7;
import net.sf.tapestry.html.BasePage;
/**
* Page used to test listener bindings.
*
* @author Howard Lewis Ship
* @version $Id: Two.java,v 1.1.2.1 2003/01/04 02:49:06 hship Exp $
* @since 2.4
*
**/
public class Two extends BasePage
{
private String _message;
public void initialize()
{
_message = "No message.";
}
public String getMessage()
{
return _message;
}
public void setMessage(String message)
{
_message = message;
}
}
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf