org.kotemaru.wsjs
インタフェース Repository

既知の実装クラスの一覧:
RepositoryBase, RepositoryFileImpl

public interface Repository

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


メソッドの概要
 void addTotalCacheSize(int oldSize, int newSize)
           
 Page getPage(WsjsContext ctx, java.lang.String pageName)
           
 Processor getProcessor(WsjsContext ctx, java.lang.String pageName, boolean isCheck)
           
 

メソッドの詳細

getProcessor

Processor getProcessor(WsjsContext ctx,
                       java.lang.String pageName,
                       boolean isCheck)
                       throws java.io.IOException
例外:
java.io.IOException

addTotalCacheSize

void addTotalCacheSize(int oldSize,
                       int newSize)

getPage

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


Copyright © 2009 kotemaru.