|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| InputStreamFactory を使用しているパッケージ | |
|---|---|
| woolpack.ee | Servlet API のMapインタフェースと
DomExpressionを実装した MVC2 用の部品もしくはそのビルダが含まれる。 |
| woolpack.utils | 共通で使用するインタフェースとその実装、そしてコレクションフレームワークの拡張が含まれる。 |
| 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 |
IOExceptionInputStreamFactory
IOExceptionを投げる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(Switchable<java.lang.String,InputStreamFactory> switchable)
コンストラクタ。 |
|
|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||