CVS: Tapestry/examples/Tutorial/src/tutorial/border BorderEngine.java,1.7.2.1,1.7.2.2 Border.java,1.11.2.1,1.11.2.2 Border.jwc,1.12.2.1,NONE Home.page,1.4,NONE Legal.html,1.2,NONE Border.html,1.8,NONE Border.application,1.8.2.1,NONE Credo.page,1.4,NONE Home.html,1.2,NONE Legal.page,1.4,NONE Credo.html,1.2,NONE
Howard Lewis Ship <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/Tapestry/examples/Tutorial/src/tutorial/border
In directory sc8-pr-cvs1:/tmp/cvs-serv10583/examples/Tutorial/src/tutorial/border
Modified Files:
Tag: hship-2-3
BorderEngine.java Border.java
Removed Files:
Tag: hship-2-3
Border.jwc Home.page Legal.html Border.html Border.application
Credo.page Home.html Legal.page Credo.html
Log Message:
Reorganize the tutorials to use new 2.4 features.
Index: BorderEngine.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/examples/Tutorial/src/tutorial/border/BorderEngine.java,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -C2 -d -r1.7.2.1 -r1.7.2.2
*** BorderEngine.java 30 Dec 2002 03:04:57 -0000 1.7.2.1
--- BorderEngine.java 2 Jan 2003 03:15:28 -0000 1.7.2.2
***************
*** 5,9 ****
/**
*
! * Engine for the Border tutorial. Provide the list of page names used
* by the {@link Border} component.
*
--- 5,9 ----
/**
*
! * Engine for the Border tutorial. Provides the list of page names used
* by the {@link Border} component.
*
***************
*** 15,23 ****
public class BorderEngine extends BaseEngine
{
! private static final String[] pageNames = { "Home", "Credo", "Legal" };
public String[] getPageNames()
{
! return pageNames;
}
--- 15,23 ----
public class BorderEngine extends BaseEngine
{
! private static final String[] PAGE_NAMES = { "Home", "Credo", "Legal" };
public String[] getPageNames()
{
! return PAGE_NAMES;
}
Index: Border.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/examples/Tutorial/src/tutorial/border/Border.java,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -C2 -d -r1.11.2.1 -r1.11.2.2
*** Border.java 30 Dec 2002 03:04:57 -0000 1.11.2.1
--- Border.java 2 Jan 2003 03:15:29 -0000 1.11.2.2
***************
*** 14,32 ****
public class Border extends BaseComponent
{
! private String pageName;
public void setPageName(String value)
{
! pageName = value;
}
public String getPageName()
{
! return pageName;
}
public boolean getDisablePageLink()
{
! return pageName.equals(getPage().getPageName());
}
}
--- 14,32 ----
public class Border extends BaseComponent
{
! private String _pageName;
public void setPageName(String value)
{
! _pageName = value;
}
public String getPageName()
{
! return _pageName;
}
public boolean getDisablePageLink()
{
! return _pageName.equals(getPage().getPageName());
}
}
--- Border.jwc DELETED ---
--- Home.page DELETED ---
--- Legal.html DELETED ---
--- Border.html DELETED ---
--- Border.application DELETED ---
--- Credo.page DELETED ---
--- Home.html DELETED ---
--- Legal.page DELETED ---
--- Credo.html DELETED ---
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf