jp.co.intra_mart.foundation.straform.compiler.factory
クラス DocumentCompilerFactory

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.straform.compiler.factory.DocumentCompilerFactory

public abstract class DocumentCompilerFactory
extends java.lang.Object

ドキュメント出力クラスファクトリ。
出力ドキュメント(HTML)を生成するコンパイラのファクトリクラスです。

導入されたバージョン:
7.2
作成者:
INTRAMART

メソッドの概要
static DocumentCompilerFactory getFactory(DocumentType type)
          ファクトリを取得します。
abstract  DocumentCompiler getInstance(DocumentPageType type)
          出力ドキュメントを生成するコンパイラのインスタンスを返却します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getInstance

public abstract DocumentCompiler getInstance(DocumentPageType type)
出力ドキュメントを生成するコンパイラのインスタンスを返却します。

パラメータ:
type - ドキュメントの使用用途種別
戻り値:
DocumentCompiler ドキュメントコンパイラのインスタンス

getFactory

public static DocumentCompilerFactory getFactory(DocumentType type)
ファクトリを取得します。

パラメータ:
type - ドキュメント種別
戻り値:
DocumentCompilerFactory ファクトリのインスタンス