Modifier and Type | Method and Description |
---|---|
OutputStream |
CTISession.resource(MetaSource metaSource)
リソースを送信するための出力ストリームを返します。
|
OutputStream |
CTISession.transcode(MetaSource metaSource)
メインドキュメントを送信するための出力ストリームを返します。
|
Modifier and Type | Class and Description |
---|---|
class |
CTIHttpServletResponseWrapper
転送先のサーブレット/JSPの出力をキャプチャしてCTISessionに渡します。
|
class |
DefaultMetaSource
Deprecated.
jp.cssj.resolver.helpers.MetaSourceImplを使ってください。
|
Modifier and Type | Method and Description |
---|---|
static String |
ServletHelper.getContentType(MetaSource metaSource)
charsetパラメータつきのContent-Typeヘッダ値を返します。
|
RandomBuilder |
ServletResponseResults.nextBuilder(MetaSource metaSource) |
Modifier and Type | Method and Description |
---|---|
RandomBuilder |
SingleResult.nextBuilder(MetaSource metaSource) |
RandomBuilder |
NopResults.nextBuilder(MetaSource metaSource) |
RandomBuilder |
Results.nextBuilder(MetaSource metaSource)
次の処理結果を構築するためのビルダを返します。
|
RandomBuilder |
DirectoryResults.nextBuilder(MetaSource metaSource) |
Modifier and Type | Interface and Description |
---|---|
interface |
Source
ファイル、ウェブ上の文書等のデータの源です。
|
Modifier and Type | Class and Description |
---|---|
class |
CachedSource
仮想的なURIと保存されたファイルを結びつけたデータです。
|
Modifier and Type | Method and Description |
---|---|
File |
CachedSourceResolver.putFile(MetaSource metaSource)
与えられた属性を持つデータをファイルとしてキャッシュします。 アプリケーションは戻り値のファイルにデータを書き込んでください。
|
Modifier and Type | Class and Description |
---|---|
class |
DataSource
RFC2397,data:スキーマからデータを取得するSourceです。
|
Modifier and Type | Class and Description |
---|---|
class |
FileSource
ファイルからデータを取得するSourceです。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSource
一般的な Source の抽象クラスです。
|
class |
MetaSourceImpl
デフォルトのデータのメタ情報です。
|
class |
SourceWrapper
Source のラッパクラスです。
|
Modifier and Type | Class and Description |
---|---|
class |
HttpSource
HTTP/HTTPS接続からデータを取得するSourceです。
|
Modifier and Type | Class and Description |
---|---|
class |
StreamSource
ストリームからデータを取得するSourceです。
|
Modifier and Type | Class and Description |
---|---|
class |
URLSource
java.net.URLからデータを取得するSourceです。
|
Modifier and Type | Class and Description |
---|---|
class |
ZipFileSource
ZIPファイルからデータを取得するSourceです。
|
Copyright © 2018 座間ソフト. All rights reserved.