org.apache.tapestry.services.impl
Class EngineManagerImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EngineManagerImpl
public EngineManagerImpl()
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.