Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
M
N
P
R
S
T
U
W
A
abort(byte)
- Method in interface jp.cssj.cti2.
CTISession
変換を中断します。 このメソッドは非同期的に(別スレッドから)呼び出す必要があります。 実際に処理が中断された場合は、変換処理を行なっている(transcodeを呼び出した )スレッドで、TranscoderExceptionがスローされます。
ABORT_FORCE
- Static variable in interface jp.cssj.cti2.
CTISession
強制的に中断する処理の定数です。abortメソッドに渡します。
ABORT_NORMAL
- Static variable in interface jp.cssj.cti2.
CTISession
きりのよいところまで処理する中断処理の定数です。abortメソッドに渡します。
AbstractCTISession
- Class in
jp.cssj.cti2.helpers
AbstractCTISession()
- Constructor for class jp.cssj.cti2.helpers.
AbstractCTISession
B
builder
- Variable in class jp.cssj.cti2.helpers.
ServletResponseResults
builder
- Variable in class jp.cssj.cti2.results.
SingleResult
出力先のデータ構築オブジェクトです。
C
close()
- Method in interface jp.cssj.cti2.
CTISession
セッションをクローズします。
close()
- Method in class jp.cssj.cti2.helpers.
CTIHttpServletResponseWrapper
counter
- Variable in class jp.cssj.cti2.results.
DirectoryResults
create(String, String)
- Static method in class jp.cssj.cti2.helpers.
URIHelper
Deprecated.
URIを生成します。
createStreamMessageHandler(PrintStream)
- Static method in class jp.cssj.cti2.helpers.
CTIMessageHelper
CTIDriver
- Interface in
jp.cssj.cti2
ドキュメント変換サーバーに接続するためのドライバです。
CTIDriverManager
- Class in
jp.cssj.cti2
ドライバの窓口クラスです。
CTIHttpServletResponseWrapper
- Class in
jp.cssj.cti2.helpers
転送先のサーブレット/JSPの出力をキャプチャしてCTISessionに渡します。
CTIHttpServletResponseWrapper(HttpServletResponse, CTISession, URI, boolean)
- Constructor for class jp.cssj.cti2.helpers.
CTIHttpServletResponseWrapper
指定したレスポンスをラップし、セッションにデータを送るレスポンスを構築します。
CTIHttpServletResponseWrapper(HttpServletResponse, CTISession, URI)
- Constructor for class jp.cssj.cti2.helpers.
CTIHttpServletResponseWrapper
new CTIHttpServletResponseWrapper(response, session, uri, true)を呼び出すのと同等です。
CTIMessageCodes
- Interface in
jp.cssj.cti2.helpers
メッセージコードの定数です。
CTIMessageHelper
- Class in
jp.cssj.cti2.helpers
メッセージ関係の補助ツールです。
CTISession
- Interface in
jp.cssj.cti2
ドキュメント変換処理を実行するためのサーバーとの接続です。
CTISessionHelper
- Class in
jp.cssj.cti2.helpers
クライアント側のファイル、URL、ストリームを送るためのユーティリティです。
CURRENT_URI
- Static variable in class jp.cssj.cti2.helpers.
URIHelper
Deprecated.
D
DefaultMetaSource
- Class in
jp.cssj.cti2.helpers
Deprecated.
jp.cssj.resolver.helpers.MetaSourceImplを使ってください。
DefaultMetaSource()
- Constructor for class jp.cssj.cti2.helpers.
DefaultMetaSource
Deprecated.
DefaultMetaSource(URI)
- Constructor for class jp.cssj.cti2.helpers.
DefaultMetaSource
Deprecated.
DefaultMetaSource(URI, String)
- Constructor for class jp.cssj.cti2.helpers.
DefaultMetaSource
Deprecated.
DefaultMetaSource(URI, String, String)
- Constructor for class jp.cssj.cti2.helpers.
DefaultMetaSource
Deprecated.
DefaultMetaSource(URI, String, String, long)
- Constructor for class jp.cssj.cti2.helpers.
DefaultMetaSource
Deprecated.
DefaultMetaSource(Source)
- Constructor for class jp.cssj.cti2.helpers.
DefaultMetaSource
Deprecated.
dir
- Variable in class jp.cssj.cti2.results.
DirectoryResults
DirectoryResults
- Class in
jp.cssj.cti2.results
ディレクトリに複数の結果を出力するResultsです。
DirectoryResults(File, String, String)
- Constructor for class jp.cssj.cti2.results.
DirectoryResults
出力先ディレクトリとファイル名の前後を指定してオブジェクトを構築します。
E
end()
- Method in class jp.cssj.cti2.helpers.
ServletResponseResults
end()
- Method in class jp.cssj.cti2.results.
DirectoryResults
end()
- Method in class jp.cssj.cti2.results.
NopResults
end()
- Method in interface jp.cssj.cti2.results.
Results
一連のデータ出力を完了します。
end()
- Method in class jp.cssj.cti2.results.
SingleResult
equals(String, String)
- Static method in class jp.cssj.cti2.helpers.
MimeTypeHelper
2つのMIMEタイプがパラメータを除いて同じがどうかを判別します。
ERROR
- Static variable in class jp.cssj.cti2.helpers.
CTIMessageHelper
エラーレベルメッセージです。
ERROR_BAD_DOCUMENT_URI
- Static variable in interface jp.cssj.cti2.helpers.
CTIMessageCodes
メインドキュメントのURIが不正である。
ERROR_IO
- Static variable in interface jp.cssj.cti2.helpers.
CTIMessageCodes
通信エラー。
F
FATAL
- Static variable in class jp.cssj.cti2.helpers.
CTIMessageHelper
深刻なエラーレベルメッセージです。
FATAL_UNEXPECTED
- Static variable in interface jp.cssj.cti2.helpers.
CTIMessageCodes
予期しないエラー。
finalize()
- Method in class jp.cssj.cti2.helpers.
AbstractCTISession
finish()
- Method in class jp.cssj.cti2.helpers.
ServletResponseResults
flushBuffer()
- Method in class jp.cssj.cti2.helpers.
CTIHttpServletResponseWrapper
G
getArgs()
- Method in exception jp.cssj.cti2.
TranscoderException
メッセージに付随する値です。
getCode()
- Method in exception jp.cssj.cti2.
TranscoderException
中断の原因となったメッセージコードです。
getContentType(MetaSource)
- Static method in class jp.cssj.cti2.helpers.
ServletHelper
charsetパラメータつきのContent-Typeヘッダ値を返します。
getDriver(URI)
- Static method in class jp.cssj.cti2.
CTIDriverManager
指定されたURIへ接続するためのドライバを返します。
getEncoding()
- Method in class jp.cssj.cti2.helpers.
CTIHttpServletResponseWrapper
getEncoding()
- Method in class jp.cssj.cti2.helpers.
DefaultMetaSource
Deprecated.
getFormat(short)
- Static method in class jp.cssj.cti2.helpers.
CTIMessageHelper
メッセージコードに対応するメッセージフォーマットを返します。
getLength()
- Method in class jp.cssj.cti2.helpers.
CTIHttpServletResponseWrapper
getLength()
- Method in class jp.cssj.cti2.helpers.
DefaultMetaSource
Deprecated.
getLevel(short)
- Static method in class jp.cssj.cti2.helpers.
CTIMessageHelper
エラーレベルを返します。
getMimeType()
- Method in class jp.cssj.cti2.helpers.
CTIHttpServletResponseWrapper
getMimeType()
- Method in class jp.cssj.cti2.helpers.
DefaultMetaSource
Deprecated.
getOutputStream()
- Method in class jp.cssj.cti2.helpers.
CTIHttpServletResponseWrapper
getParameter(String, String)
- Static method in class jp.cssj.cti2.helpers.
MimeTypeHelper
Content-Typeヘッダパラメータの値を返します。
getProgress()
- Method in interface jp.cssj.cti2.progress.
Progressive
元のデータで処理済のバイト数を返します。
getServerInfo(URI)
- Method in interface jp.cssj.cti2.
CTISession
サーバー情報を返します。 詳細は
Copper PDF ドキュメント
を参照して下さい。
getSession(URI, Map<String, String>)
- Method in interface jp.cssj.cti2.
CTIDriver
セッションを作成します。
getSession(URI)
- Static method in class jp.cssj.cti2.
CTIDriverManager
セッションを返します。
getSession(URI, Map<String, String>)
- Static method in class jp.cssj.cti2.
CTIDriverManager
セッションを返します。
getSession(URI, String, String)
- Static method in class jp.cssj.cti2.
CTIDriverManager
セッションを返します。
getState()
- Method in exception jp.cssj.cti2.
TranscoderException
変換後の状態(STATE_XXX定数)を返します。
getTypePart(String)
- Static method in class jp.cssj.cti2.helpers.
MimeTypeHelper
パラメータを除いた部分を返します。
getURI()
- Method in class jp.cssj.cti2.helpers.
CTIHttpServletResponseWrapper
getURI()
- Method in class jp.cssj.cti2.helpers.
DefaultMetaSource
Deprecated.
getWriter()
- Method in class jp.cssj.cti2.helpers.
CTIHttpServletResponseWrapper
H
hasNext()
- Method in class jp.cssj.cti2.helpers.
ServletResponseResults
hasNext()
- Method in class jp.cssj.cti2.results.
DirectoryResults
hasNext()
- Method in class jp.cssj.cti2.results.
NopResults
hasNext()
- Method in interface jp.cssj.cti2.results.
Results
次の結果を出力可能であればtrueを返します。
hasNext()
- Method in class jp.cssj.cti2.results.
SingleResult
I
INFO
- Static variable in class jp.cssj.cti2.helpers.
CTIMessageHelper
情報レベルメッセージです。
INFO_ABORT
- Static variable in interface jp.cssj.cti2.helpers.
CTIMessageCodes
処理を正常に中断した。
J
join()
- Method in interface jp.cssj.cti2.
CTISession
setContinues(true) が設定された状態で、複数回のtranscodeにより生成された結果を結合して出力します。
jp.cssj.cti2
- package jp.cssj.cti2
jp.cssj.cti2.helpers
- package jp.cssj.cti2.helpers
jp.cssj.cti2.message
- package jp.cssj.cti2.message
jp.cssj.cti2.progress
- package jp.cssj.cti2.progress
jp.cssj.cti2.results
- package jp.cssj.cti2.results
M
message(short, String[], String)
- Method in interface jp.cssj.cti2.message.
MessageHandler
メッセージ受け取ります。
MessageHandler
- Interface in
jp.cssj.cti2.message
メッセージを受け取るインターフェースです。
MimeTypeHelper
- Class in
jp.cssj.cti2.helpers
MIME方を解析する補助クラスです。
N
nextBuilder(MetaSource)
- Method in class jp.cssj.cti2.helpers.
ServletResponseResults
nextBuilder(MetaSource)
- Method in class jp.cssj.cti2.results.
DirectoryResults
nextBuilder(MetaSource)
- Method in class jp.cssj.cti2.results.
NopResults
nextBuilder(MetaSource)
- Method in interface jp.cssj.cti2.results.
Results
次の処理結果を構築するためのビルダを返します。
nextBuilder(MetaSource)
- Method in class jp.cssj.cti2.results.
SingleResult
NopResults
- Class in
jp.cssj.cti2.results
何も出力しないResultsです。
NULL
- Static variable in class jp.cssj.cti2.helpers.
CTIMessageHelper
どこにも表示しないメッセージハンドラです。
P
prefix
- Variable in class jp.cssj.cti2.results.
DirectoryResults
progress(long)
- Method in class jp.cssj.cti2.progress.
ProgressAdapter
progress(long)
- Method in interface jp.cssj.cti2.progress.
ProgressListener
処理されたメインドキュメントのバイト数が渡されます。
ProgressAdapter
- Class in
jp.cssj.cti2.progress
ProgressListenterの実装を容易にするためのアダプタです。
ProgressAdapter()
- Constructor for class jp.cssj.cti2.progress.
ProgressAdapter
Progressive
- Interface in
jp.cssj.cti2.progress
進行状況を表すインターフェースです。
ProgressListener
- Interface in
jp.cssj.cti2.progress
サーバ側でのメインドキュメントの処理状況を受け取ります。
properties(CTISession, Properties)
- Static method in class jp.cssj.cti2.helpers.
CTISessionHelper
プロパティをまとめて設定します。
property(String, String)
- Method in interface jp.cssj.cti2.
CTISession
プロパティを設定します。
R
reset()
- Method in interface jp.cssj.cti2.
CTISession
送られたリソースと、プロパティ、メッセージハンドラ等の全ての設定をクリアして、セッションが作られた時点と同じ初期状態に戻します。
resolve(String, URI, String)
- Static method in class jp.cssj.cti2.helpers.
URIHelper
Deprecated.
相対URIを解決します。
resolve(String, String, String)
- Static method in class jp.cssj.cti2.helpers.
URIHelper
Deprecated.
resource(MetaSource)
- Method in interface jp.cssj.cti2.
CTISession
リソースを送信するための出力ストリームを返します。
resource(Source)
- Method in interface jp.cssj.cti2.
CTISession
リソースを送信します。
response
- Variable in class jp.cssj.cti2.helpers.
ServletResponseResults
Results
- Interface in
jp.cssj.cti2.results
処理結果です。
S
sendResourceDir(CTISession, File, String, String)
- Static method in class jp.cssj.cti2.helpers.
CTISessionHelper
リソースとして、ディレクトリ内のファイルを全て送信します。 このメソッドは子ディレクトリも再帰的に処理します。
sendResourceFile(CTISession, File, String, String)
- Static method in class jp.cssj.cti2.helpers.
CTISessionHelper
リソースとしてファイルを送信します。
sendResourceStream(CTISession, InputStream, URI, String, String)
- Static method in class jp.cssj.cti2.helpers.
CTISessionHelper
リソースとしてストリームから取り出されるデータを送信します。
sendResourceURL(CTISession, URL, String, String)
- Static method in class jp.cssj.cti2.helpers.
CTISessionHelper
リソースとしてURLを送信します。
ServletHelper
- Class in
jp.cssj.cti2.helpers
サーブレットからドキュメント変換サーバーを利用する際のユーティリティです。
ServletResponseResults
- Class in
jp.cssj.cti2.helpers
構築したデータをサーブレットのレスポンスとして送り出します。
ServletResponseResults(ServletResponse)
- Constructor for class jp.cssj.cti2.helpers.
ServletResponseResults
setCharacterEncoding(String)
- Method in class jp.cssj.cti2.helpers.
CTIHttpServletResponseWrapper
setContentLength(int)
- Method in class jp.cssj.cti2.helpers.
CTIHttpServletResponseWrapper
setContentType(String)
- Method in class jp.cssj.cti2.helpers.
CTIHttpServletResponseWrapper
setContinuous(boolean)
- Method in interface jp.cssj.cti2.
CTISession
複数の結果を結合するモードに切り替えます。
setEncoding(String)
- Method in class jp.cssj.cti2.helpers.
DefaultMetaSource
Deprecated.
setLength(long)
- Method in class jp.cssj.cti2.helpers.
DefaultMetaSource
Deprecated.
setMessageHandler(MessageHandler)
- Method in interface jp.cssj.cti2.
CTISession
メッセージを受け取るためのオブジェクトを設定します。
setMimeType(String)
- Method in class jp.cssj.cti2.helpers.
DefaultMetaSource
Deprecated.
setProgressListener(ProgressListener)
- Method in interface jp.cssj.cti2.
CTISession
進行状況を監視するためのオブジェクトを設定します。
setResultFile(CTISession, File)
- Static method in class jp.cssj.cti2.helpers.
CTISessionHelper
出力先ファイルを設定します。
setResults(Results)
- Method in interface jp.cssj.cti2.
CTISession
出力先を設定します。
setResultStream(CTISession, OutputStream)
- Static method in class jp.cssj.cti2.helpers.
CTISessionHelper
出力先ストリームを設定します。
setServletResponse(CTISession, ServletResponse)
- Static method in class jp.cssj.cti2.helpers.
ServletHelper
セッションの出力先にServletResponseを設定します。
setSourceResolver(SourceResolver)
- Method in interface jp.cssj.cti2.
CTISession
リソースを読み込むためのオブジェクトを設定します。
setURI(URI)
- Method in class jp.cssj.cti2.helpers.
DefaultMetaSource
Deprecated.
SHARED_INSTANCE
- Static variable in class jp.cssj.cti2.results.
NopResults
SingleResult
- Class in
jp.cssj.cti2.results
単一の結果を出力するResultsです。
SingleResult(RandomBuilder)
- Constructor for class jp.cssj.cti2.results.
SingleResult
1つのデータ構築オブジェクトに対して出力します。
SingleResult(OutputStream)
- Constructor for class jp.cssj.cti2.results.
SingleResult
OutputStreamにデータを出力します。
SingleResult(File)
- Constructor for class jp.cssj.cti2.results.
SingleResult
ファイルにデータを出力します。
sourceLength(long)
- Method in class jp.cssj.cti2.progress.
ProgressAdapter
sourceLength(long)
- Method in interface jp.cssj.cti2.progress.
ProgressListener
サーバ側で見積もられたメインドキュメントの大きさが渡されます。
STATE_BROKEN
- Static variable in exception jp.cssj.cti2.
TranscoderException
変換結果のデータは破壊されています。
STATE_READABLE
- Static variable in exception jp.cssj.cti2.
TranscoderException
変換結果は不完全ですが、利用可能なデータです。
STDERR
- Static variable in class jp.cssj.cti2.helpers.
CTIMessageHelper
Deprecated.
createStreamMessageHandler(System.err)を使用してください。
STDOUT
- Static variable in class jp.cssj.cti2.helpers.
CTIMessageHelper
Deprecated.
createStreamMessageHandler(System.out)を使用してください。
suffix
- Variable in class jp.cssj.cti2.results.
DirectoryResults
T
toString(short, String[])
- Static method in class jp.cssj.cti2.helpers.
CTIMessageHelper
メッセージを文字列化します。
transcode(MetaSource)
- Method in interface jp.cssj.cti2.
CTISession
メインドキュメントを送信するための出力ストリームを返します。
transcode(URI)
- Method in interface jp.cssj.cti2.
CTISession
指定されたアドレスへサーバー側からアクセスしてメインドキュメントを取得して変換します。 resourceメソッドで事前に送信したリソースに対しても有効です。
transcode(Source)
- Method in interface jp.cssj.cti2.
CTISession
メインドキュメントをデータソースから取得して変換します。
transcodeFile(CTISession, File, String, String)
- Static method in class jp.cssj.cti2.helpers.
CTISessionHelper
本体としてファイルを送信します。
TranscoderException
- Exception in
jp.cssj.cti2
ドキュメントの変換を中断したことを示す例外です。
TranscoderException(byte, short, String[], String)
- Constructor for exception jp.cssj.cti2.
TranscoderException
TranscoderException(short, String[], String)
- Constructor for exception jp.cssj.cti2.
TranscoderException
transcodeStream(CTISession, InputStream, URI, String, String)
- Static method in class jp.cssj.cti2.helpers.
CTISessionHelper
本体としてストリームから取り出されるデータを送信します。
transcodeURL(CTISession, URL, String, String)
- Static method in class jp.cssj.cti2.helpers.
CTISessionHelper
本体としてURLを送信します。
U
URIHelper
- Class in
jp.cssj.cti2.helpers
Deprecated.
jp.cssj.resolver.helpers.URIHelperを使ってください。
W
WARN
- Static variable in class jp.cssj.cti2.helpers.
CTIMessageHelper
警告レベルメッセージです。
WARN_BAD_BASE_URI
- Static variable in interface jp.cssj.cti2.helpers.
CTIMessageCodes
メインドキュメントのベースURIが不正である。
WARN_BAD_RESOURCE_URI
- Static variable in interface jp.cssj.cti2.helpers.
CTIMessageCodes
リソースのURIが不正である。
A
B
C
D
E
F
G
H
I
J
M
N
P
R
S
T
U
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2017
座間ソフト
. All rights reserved.