| java.lang.Object org.openlaszlo.data.DataSource org.openlaszlo.data.FileDataSource
FileDataSource | public class FileDataSource extends DataSource (Code) | | File Transport
|
Inner Class :public static class FileData extends Data | |
getData | public Data getData(String app, HttpServletRequest req, HttpServletResponse res, long lastModifiedTime) throws IOException, DataSourceException(Code) | | the data from this request Parameters: app - absolute pathnane to app file Parameters: req - request in progress Parameters: lastModifiedTime - this is the timestamp on thecurrently cached item; this time can be used as the datasourcesees fit (or ignored) in constructing the results. If the value is -1, assume there is no currently cached item. |
Methods inherited from org.openlaszlo.data.DataSource | final public void get(String app, HttpServletRequest req, HttpServletResponse res) throws DataSourceException, IOException(Code)(Java Doc) final public void getAsSWF(String app, HttpServletRequest req, HttpServletResponse res, Converter converter) throws DataSourceException, ConversionException, IOException(Code)(Java Doc) abstract public Data getData(String app, HttpServletRequest req, HttpServletResponse res, long lastModifiedTime) throws InterruptedIOException, IOException, DataSourceException(Code)(Java Doc) final public static HashMap getQueryString(String url)(Code)(Java Doc) final public static String getURL(HttpServletRequest req, String surl) throws MalformedURLException(Code)(Java Doc) public static String getURL(HttpServletRequest req) throws MalformedURLException(Code)(Java Doc) final public static boolean isClientCacheable(HttpServletRequest req)(Code)(Java Doc) abstract public String name()(Code)(Java Doc)
|
|
|