org.apache.tapestry.services.impl
Class EngineManagerImpl

java.lang.Object
  extended by org.apache.tapestry.services.impl.EngineManagerImpl
All Implemented Interfaces:
EngineManager

public class EngineManagerImpl
extends Object
implements EngineManager

Implementation of service EngineManager. Service point tapestry.request.EngineManager.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
EngineManagerImpl()
           
 
Method Summary
 IEngine getEngineInstance()
          Locates or creates an engine instance for the current request.
 void setEngineFactory(EngineFactory factory)
           
 void setEnginePool(ObjectPool pool)
           
 void setLocaleManager(RequestLocaleManager manager)
           
 void storeEngineInstance(IEngine engine)
          Store the engine back at the end of the current request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineManagerImpl

public EngineManagerImpl()
Method Detail

getEngineInstance

public IEngine getEngineInstance()
Description copied from interface: EngineManager
Locates or creates an engine instance for the current request.

Specified by:
getEngineInstance in interface EngineManager

storeEngineInstance

public void storeEngineInstance(IEngine engine)
Description copied from interface: EngineManager
Store the engine back at the end of the current request.

Specified by:
storeEngineInstance in interface EngineManager

setEngineFactory

public void setEngineFactory(EngineFactory factory)

setEnginePool

public void setEnginePool(ObjectPool pool)

setLocaleManager

public void setLocaleManager(RequestLocaleManager manager)


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.