xlsgen
クラス XlsgenResourceLoader

java.lang.Object
  拡張org.apache.velocity.runtime.resource.loader.ResourceLoader
      拡張xlsgen.XlsgenResourceLoader

public class XlsgenResourceLoader
extends org.apache.velocity.runtime.resource.loader.ResourceLoader

クラスローダ

バージョン:
$Revision: 1.1 $
作成者:
$Author: sugawara $

フィールドの概要
 
クラス org.apache.velocity.runtime.resource.loader.ResourceLoader から継承したフィールド
className, isCachingOn, modificationCheckInterval, rsvc
 
コンストラクタの概要
XlsgenResourceLoader()
           
 
メソッドの概要
 long getLastModified(org.apache.velocity.runtime.resource.Resource resource)
          0を返す。
 java.io.InputStream getResourceStream(java.lang.String name)
          リソースのストリームを取得する。
 void init(org.apache.commons.collections.ExtendedProperties arg0)
          初期化する。
 boolean isSourceModified(org.apache.velocity.runtime.resource.Resource resource)
          falseを返す。
 
クラス org.apache.velocity.runtime.resource.loader.ResourceLoader から継承したメソッド
commonInit, getClassName, getModificationCheckInterval, isCachingOn, setCachingOn, setModificationCheckInterval
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

XlsgenResourceLoader

public XlsgenResourceLoader()
メソッドの詳細

init

public void init(org.apache.commons.collections.ExtendedProperties arg0)
初期化する。


getResourceStream

public java.io.InputStream getResourceStream(java.lang.String name)
                                      throws org.apache.velocity.exception.ResourceNotFoundException
リソースのストリームを取得する。

パラメータ:
name - リソース名
戻り値:
入力ストリーム
例外:
org.apache.velocity.exception.ResourceNotFoundException

isSourceModified

public boolean isSourceModified(org.apache.velocity.runtime.resource.Resource resource)
falseを返す。

パラメータ:
resource - リソース
戻り値:
false

getLastModified

public long getLastModified(org.apache.velocity.runtime.resource.Resource resource)
0を返す。

パラメータ:
resource - リソース
戻り値:
0