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(Locale locale)
          Creates and initializes a new engine instance for the specified locale.
 

Method Detail

constructNewEngineInstance

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

Parameters:
locale - The locale to create the instance for.
Returns:
A newly constructed engine.


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