Package freemarker.template.utility
Interface ObjectFactory
-
public interface ObjectFactory
Used for the trivial cases of the factory pattern. Will have generic type argument as soon as we switch to Java 5.- Since:
- 2.3.22
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
createObject()
-