org.apache.struts2.components.template
Class TemplateEngineManager.LazyEngineFactory
java.lang.Object
org.apache.struts2.components.template.TemplateEngineManager.LazyEngineFactory
- All Implemented Interfaces:
- TemplateEngineManager.EngineFactory
- Enclosing class:
- TemplateEngineManager
class TemplateEngineManager.LazyEngineFactory
- extends Object
- implements TemplateEngineManager.EngineFactory
Allows the template engine to be loaded at request time, so that engines that are missing
dependencies aren't accessed if never used.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private String name
TemplateEngineManager.LazyEngineFactory
public TemplateEngineManager.LazyEngineFactory(String name)
create
public TemplateEngine create()
- Specified by:
create
in interface TemplateEngineManager.EngineFactory
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.