public interface EngineManager
IEngine
to service the current request. An engine service may be retrieved from a pool, or extracted
from the HttpSession. After the request is processed, the engine is re-stored into the
HttpSession (if stateful) or back into the pool (if not stateful).Modifier and Type | Method and Description |
---|---|
IEngine |
getEngineInstance()
Locates or creates an engine instance for the current request.
|
void |
storeEngineInstance(IEngine engine)
Store the engine back at the end of the current request.
|
IEngine getEngineInstance()
void storeEngineInstance(IEngine engine)