|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.intra_mart.foundation.straform.compiler.factory.DocumentCompilerFactory
public abstract class DocumentCompilerFactory
ドキュメント出力クラスファクトリ。
出力ドキュメント(HTML)を生成するコンパイラのファクトリクラスです。
メソッドの概要 | |
---|---|
static DocumentCompilerFactory |
getFactory(DocumentType type)
ファクトリを取得します。 |
abstract DocumentCompiler |
getInstance(DocumentPageType type)
出力ドキュメントを生成するコンパイラのインスタンスを返却します。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public abstract DocumentCompiler getInstance(DocumentPageType type)
type
- ドキュメントの使用用途種別
public static DocumentCompilerFactory getFactory(DocumentType type)
type
- ドキュメント種別
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |