org.apache.tapestry.services.impl
Class EngineFactoryImpl
java.lang.Object
|
+--org.apache.tapestry.services.impl.EngineFactoryImpl
- All Implemented Interfaces:
- EngineFactory
- public class EngineFactoryImpl
- extends java.lang.Object
- implements EngineFactory
Standard implementation of EngineFactory
service.
This should do for most purposes, since a major focus of Tapestry 3.1 is to no longer
require subclassing of BaseEngine
.
- Since:
- 3.1
- Author:
- Howard Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EngineFactoryImpl
public EngineFactoryImpl()
initializeService
public void initializeService()
constructNewEngineInstance
public IEngine constructNewEngineInstance(java.util.Locale locale)
- Description copied from interface:
EngineFactory
- Creates and initializes a new engine instance for the specified locale.
- Specified by:
constructNewEngineInstance
in interface EngineFactory
setApplicationSpecification
public void setApplicationSpecification(IApplicationSpecification specification)
setClassResolver
public void setClassResolver(org.apache.hivemind.ClassResolver resolver)
setDefaultEngineClassName
public void setDefaultEngineClassName(java.lang.String string)