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()
DelegatedHdf
s 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 HDF
s passed to
newCs(org.clearsilver.HDF)
should be unwrapped if they are
DelegatedHdf
objects, false otherwise.public CS newCs(HDF hdf)
newCs
in interface ClearsilverFactory
hdf
- the HDF object to use in constructing the CS object.public CS newCs(HDF hdf, HDF globalHdf)
newCs
in interface ClearsilverFactory
hdf
- 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 ClearsilverFactory
Copyright © 2010-2012 Google. All Rights Reserved.