|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.intra_mart.foundation.service.client.NetworkConnector
jp.co.intra_mart.foundation.service.client.NetworkAgent
jp.co.intra_mart.foundation.service.client.file.AbstractComponent
jp.co.intra_mart.product.pdfmaker.sample.SamplePDFBuilder
public class SamplePDFBuilder
This class is the sample of PDF file creation.
A layout definition file is in a Storage-Service. Moreover, program file With JSP It consists of classes of Java. A class file is in an application server and a Storage-Service. Since this program is in cooperation with a Storage-Service, the performance in distributed system employment is influenced of network environment.
In this sample program, one PDF file is created using a middle file (iod) of finishing [ creation ] beforehand. Usually, iodoc One or more middle files (iod) created by iocela will be changed into one PDF file.
In order to create a middle file (iod),
they are an IOCelaPageBuilder class and an IODocPageBuilder class.
A createIODWriter method is used.
IOCelaPageBuilder class When creating a middle file (iod) using an IODocPageBuilder class, it is completely the same as the procedure which creates a PDF file except the point of using a createIODWriter method.
コンストラクタの概要 | |
---|---|
SamplePDFBuilder()
Constructor for SamplePDFBuilder object. |
メソッドの概要 | |
---|---|
java.lang.Object |
action(java.lang.Object argV)
推奨されていません。 |
java.lang.String |
create(java.lang.String path)
A PDF file is created. |
クラス jp.co.intra_mart.foundation.service.client.file.AbstractComponent から継承されたメソッド |
---|
getInstance |
クラス jp.co.intra_mart.foundation.service.client.NetworkConnector から継承されたメソッド |
---|
close, execute, freeMemory, isConnected, serverTime, totalMemory |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public SamplePDFBuilder()
メソッドの詳細 |
---|
public java.lang.String create(java.lang.String path) throws java.io.IOException
The path of an output file should specify the path name expressed with the relative form from the document route of a Storage-Service.
At this method, it is a Storage-Service by the call of an execute method.
The action method is performed.
path
- output file path
java.io.IOException
- if an I/O error occurs.public java.lang.Object action(java.lang.Object argV)
jp.co.intra_mart.foundation.service.client.ActionListener
内の action
jp.co.intra_mart.foundation.service.client.NetworkAgent
内の action
argV
- runtime argument. output file path(String).
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |