org.josql.contrib
Class JoSQLVelocityExecuteTool

java.lang.Object
  extended by 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))
 


Constructor Summary
JoSQLVelocityExecuteTool()
           
 
Method Summary
 void clearException()
           
 List filter(String st, Collection items)
           
 Exception getException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoSQLVelocityExecuteTool

public JoSQLVelocityExecuteTool()
Method Detail

getException

public Exception getException()

clearException

public void clearException()

filter

public List filter(String st,
                   Collection items)


  Copyright © 2008 Gary Bentley. All Rights Reserved.