JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
freemarker.template.utility
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 and Description
T
createObject
()
Method Detail
createObject
T
createObject() throws
Exception
Throws:
Exception
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method