public class JniClearsilverFactory extends Object implements ClearsilverFactory
| Constructor and Description |
|---|
JniClearsilverFactory()
Default constructor.
|
JniClearsilverFactory(boolean unwrapDelegatedHdfs)
Constructor that takes the option whether to unwrap all
DelegatedHdf objects before passing the
HDF object to the CS
implementation constructor. |
public JniClearsilverFactory()
DelegatedHdfs passed to
newCs(org.clearsilver.HDF) will be fully unwrapped before being passed to CS
implementation constructor.public JniClearsilverFactory(boolean unwrapDelegatedHdfs)
DelegatedHdf objects before passing the
HDF object to the CS
implementation constructor.
false.unwrapDelegatedHdfs - true if HDFs passed to
newCs(org.clearsilver.HDF) should be unwrapped if they are
DelegatedHdf objects, false otherwise.public CS newCs(HDF hdf)
newCs in interface ClearsilverFactoryhdf - the HDF object to use in constructing the CS object.public CS newCs(HDF hdf, HDF globalHdf)
newCs in interface ClearsilverFactoryhdf - the HDF object to use in constructing the CS object.globalHdf - the global HDF object to use in constructing the
CS object.public HDF newHdf()
newHdf in interface ClearsilverFactoryCopyright © 2010–2016 Google. All rights reserved.