|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.clearsilver.jni.JniClearsilverFactory
public class JniClearsilverFactory
Factory implementation for the original JNI version of Java Clearsilver
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
CS |
newCs(HDF hdf)
Create a new CS object. |
CS |
newCs(HDF hdf,
HDF globalHdf)
Create a new CS object. |
HDF |
newHdf()
Create a new HDF object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |