FileDocCategorySizeDatePackage
CSFileLoader.javaAPI DocAndroid 1.5 API573Wed May 06 22:41:10 BST 2009org.clearsilver

CSFileLoader

public interface CSFileLoader
Interface for CS file hook
author
smarti@google.com (Sergio Marti)

(Omit source code)

Fields Summary
Constructors Summary
Methods Summary
public java.lang.Stringload(HDF hdf, java.lang.String filename)
Callback method that is expected to return the contents of the specified file as a string.

param
hdf the HDF structure associated with HDF or CS object making the callback.
param
filename the name of the file that should be loaded.
return
a string containing the contents of the file.