org.apache.tapestry.services
Interface EngineFactory

All Known Implementing Classes:
EngineFactoryImpl

public interface EngineFactory

Responsible for creating new instance of IEngine.

Since:
4.0
Author:
Howard Lewis Ship

Method Summary
 IEngine constructNewEngineInstance(java.util.Locale locale)
          Creates and initializes a new engine instance for the specified locale.
 

Method Detail

constructNewEngineInstance

public IEngine constructNewEngineInstance(java.util.Locale locale)
Creates and initializes a new engine instance for the specified locale.