|
||||||||||
前 次 | フレームあり フレームなし |
InputStreamFactory を使用しているパッケージ | |
---|---|
woolpack.ee | Servlet API のMap インターフェイスと
MVC2を構成するDomExpression を実装した部品もしくはその生成器が含まれる。 |
woolpack.utils | コレクションフレームワークの拡張、OGNL のクラス化クラスが含まれる。 |
woolpack.ee での InputStreamFactory の使用 |
---|
InputStreamFactory を実装している woolpack.ee のクラス | |
---|---|
class |
ServletInputStreamFactory
ServletContext.getResourceAsStream(java.lang.String) を使用してInputStream を取得するInputStreamFactory 。 |
woolpack.utils での InputStreamFactory の使用 |
---|
InputStreamFactory を実装している woolpack.utils のクラス | |
---|---|
class |
BranchInputStreamFactory
id で委譲先を分岐する InputStreamFactory 。 |
class |
NullInputStreamFactory
null を返す InputStreamFactory 。 |
class |
StringInputStreamFactory
文字列のバイト配列表現を返す ReaderFactory 。 |
InputStreamFactory 型のパラメータを持つ woolpack.utils のコンストラクタ | |
---|---|
InputStreamReaderFactory(InputStreamFactory inputStreamFactory,
java.lang.String charset)
コンストラクタ。 |
Constructor parameters in woolpack.utils with type arguments of type InputStreamFactory | |
---|---|
BranchInputStreamFactory(java.util.Map<java.lang.String,InputStreamFactory> map)
コンストラクタ。 |
|
||||||||||
前 次 | フレームあり フレームなし |