JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
freemarker.template.utility
ObjectFactory
Contents
Description
Method Summary
Method Details
createObject()
Hide sidebar
Show sidebar
Interface ObjectFactory<
T
>
public interface
ObjectFactory<T>
Used for the trivial cases of the factory pattern. Has a generic type argument since 2.3.24.
Since:
2.3.22
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
createObject
()
Method Details
createObject
T
createObject
() throws
Exception
Throws:
Exception