Update of /cvsroot/roller/roller/src/org/roller/presentation/velocity
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10194/src/org/roller/presentation/velocity
Modified Files:
PageHelper.java
Log Message:
- New WeblogEdit page
- New WeblogQuery page (not complete)
- Action paths follow camelCase convention
Index: PageHelper.java
===================================================================
RCS file:
/cvsroot/roller/roller/src/org/roller/presentation/velocity/PageHelper.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** PageHelper.java 26 Mar 2004 03:00:34 -0000 1.15
--- PageHelper.java 10 Apr 2004 20:05:53 -0000 1.16
***************
*** 1,535 ****
! package org.roller.presentation.velocity;
!
! import org.apache.commons.lang.StringUtils;
! import org.apache.commons.logging.Log;
! import org.apache.commons.logging.LogFactory;
! import org.apache.struts.util.RequestUtils;
! import org.apache.velocity.VelocityContext;
! import org.apache.velocity.app.Velocity;
! import org.apache.velocity.context.Context;
! import org.roller.pojos.RefererData;
[...1041 lines suppressed...]
! }
!
! // now loop over mPagePlugins, matching
! // against Entry plugins (by name):
! // where a match is found render Plugin.
! Iterator iter = mPagePlugins.iterator();
! PagePlugin pagePlugin = null;
! while (iter.hasNext())
! {
! pagePlugin = (PagePlugin)iter.next();
! if (entryPlugins.contains(pagePlugin.toString()))
! {
! copy.setText((pagePlugin).render(copy, mSkipFlag));
! }
! }
! }
! }
! return copy.getText();
! }
! }
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
|