Searched refs:JHdf (Results 1 - 4 of 4) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DJHdf.java37 public class JHdf implements HDF { class in inherits:HDF
48 JHdf(Data data, DataFactory dataFactory, LoadPathToFileCache loadPathCache, JSilverOptions options) { method in class:JHdf
56 static JHdf cast(HDF hdf) {
57 if (!(hdf instanceof JHdf)) {
58 throw new IllegalArgumentException("HDF object not of type JHdf. "
62 return (JHdf) hdf;
162 return d == null ? null : new JHdf(d, dataFactory, loadPathCache, options);
173 return new JHdf(child, dataFactory, loadPathCache, options);
189 return new JHdf(root, dataFactory, loadPathCache, options);
195 JHdf jHd
[all...]
H A DJSilverFactory.java84 return new JCs(JHdf.cast(hdf), jSilver, loadPathCache);
93 JCs cs = new JCs(JHdf.cast(hdf), jSilver, loadPathCache);
99 public JHdf newHdf() {
100 return new JHdf(new DefaultData(), dataFactory, loadPathCache, options);
H A DJCs.java38 private final JHdf localHdf;
39 private JHdf globalHdf;
46 JCs(JHdf hdf, JSilver jSilver, LoadPathToFileCache loadPathCache) {
64 globalHdf = JHdf.cast(global);
75 // performance impact seen in JHdf as in production configurations users
H A DResourceLoaderAdaptor.java39 private final JHdf hdf;
44 ResourceLoaderAdaptor(JHdf hdf, LoadPathToFileCache loadPathCache, CSFileLoader csFileLoader) {

Completed in 358 milliseconds