org.apache.tapestry.services
Interface BSFManagerFactory

All Known Implementing Classes:
BSFManagerFactoryImpl

public interface BSFManagerFactory

A factory for BSFManagerinstances.

Since:
4.0
Author:
Howard M. Lewis Ship

Method Summary
 org.apache.bsf.BSFManager createBSFManager()
          Creates and initializes a BSFManager instance that can be used by this thread.
 

Method Detail

createBSFManager

public org.apache.bsf.BSFManager createBSFManager()
Creates and initializes a BSFManager instance that can be used by this thread. The BSFManager should be discarded after use.