org.apache.velocity.site.news
Class VelocityNewsUtils

java.lang.Object
  extended by org.apache.velocity.site.news.VelocityNewsUtils

public abstract class VelocityNewsUtils
extends java.lang.Object

Some Utility Code.

Version:
$Revision: 526767 $
Author:
Henning P. Schmiedehausen

Method Summary
static java.util.Date parseItemDate(java.lang.String dateString)
           
static java.util.List sortItemsByReverseDate(java.util.List items)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sortItemsByReverseDate

public static final java.util.List sortItemsByReverseDate(java.util.List items)

parseItemDate

public static final java.util.Date parseItemDate(java.lang.String dateString)
                                          throws VelocityNewsException
Throws:
VelocityNewsException


Copyright © 2006-2007 The Apache Software Foundation. All Rights Reserved.