org.josql.contrib
Class JoSQLVelocityExecuteTool
java.lang.Object
org.josql.contrib.JoSQLVelocityExecuteTool
public class JoSQLVelocityExecuteTool
- extends Object
A custom tool for use with Velocity.
Usage:
A typical usage may be:
#foreach ($v in $josql.filter ("name LIKE '/opt/%' order by dir, name", $files))
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JoSQLVelocityExecuteTool
public JoSQLVelocityExecuteTool()
getException
public Exception getException()
clearException
public void clearException()
filter
public List filter(String st,
Collection items)
Copyright © 2008 Gary Bentley. All Rights Reserved.