scriptella.driver.velocity
Class Driver

java.lang.Object
  extended by scriptella.spi.AbstractScriptellaDriver
      extended by scriptella.driver.velocity.Driver
All Implemented Interfaces:
scriptella.spi.ScriptellaDriver

public class Driver
extends scriptella.spi.AbstractScriptellaDriver

Scriptella Driver for Velocity template engine.

Version:
1.0
Author:
Fyodor Kupolov

Constructor Summary
Driver()
           
 
Method Summary
 scriptella.spi.Connection connect(scriptella.spi.ConnectionParameters connectionParameters)
          Implementor should create a new connection based on specified parameters.
 
Methods inherited from class scriptella.spi.AbstractScriptellaDriver
getScriptellaTitle, getScriptellaVersion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Driver

public Driver()
Method Detail

connect

public scriptella.spi.Connection connect(scriptella.spi.ConnectionParameters connectionParameters)
Implementor should create a new connection based on specified parameters.

Parameters:
connectionParameters - connection parameters defined in <connection> element.
Returns:
new connection.


Copyright © Copyright 2006-2009 The Scriptella Project Team.