org.kotemaru.wsjs
クラス RepositoryFileImpl

java.lang.Object
  上位を拡張 org.kotemaru.wsjs.RepositoryBase
      上位を拡張 org.kotemaru.wsjs.RepositoryFileImpl
すべての実装されたインタフェース:
Repository

public class RepositoryFileImpl
extends RepositoryBase

ページのリポジトリ管理クラス。


フィールドの概要
 
クラス org.kotemaru.wsjs.RepositoryBase から継承されたフィールド
cache, totalCacheSize
 
コンストラクタの概要
RepositoryFileImpl(java.io.File dir)
          コンストラクタ。
RepositoryFileImpl(java.lang.String dir)
          コンストラクタ。
 
メソッドの概要
 Page getPage(WsjsContext ctx, java.lang.String pageName)
           
 
クラス org.kotemaru.wsjs.RepositoryBase から継承されたメソッド
addTotalCacheSize, getProcessor, removeCache, removeCache
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RepositoryFileImpl

public RepositoryFileImpl(java.io.File dir)
コンストラクタ。

パラメータ:
dir - ルート・ディレクトリ

RepositoryFileImpl

public RepositoryFileImpl(java.lang.String dir)
コンストラクタ。

パラメータ:
dir - ルート・ディレクトリ
メソッドの詳細

getPage

public Page getPage(WsjsContext ctx,
                    java.lang.String pageName)
             throws java.io.IOException
戻り値:
null は返さない。
例外:
java.io.IOException


Copyright © 2009 kotemaru.