public class SVFPrintService extends java.lang.Object implements PrintServiceDriver
修飾子とタイプ | フィールドと説明 |
---|---|
static Key |
ALL_PAGES |
protected java.lang.String[] |
convertFromStr |
protected java.lang.String[] |
convertToStr |
static Key |
FORM_DIR_PATH_KEY |
protected java.lang.String |
formDirPath |
protected java.lang.String |
printID |
protected Key |
printIDKey |
protected java.lang.String |
servletBase |
protected java.lang.String |
spoolPath |
protected java.lang.String |
svfPrinterControl |
protected java.lang.String |
svfPrinterName |
コンストラクタと説明 |
---|
SVFPrintService() |
SVFPrintService(java.util.Map info) |
修飾子とタイプ | メソッドと説明 |
---|---|
java.util.Map |
doPrint(java.util.List info,
java.util.Map controlMap) |
protected java.lang.Object |
getControlInfoValue(java.util.Map info,
Key key) |
java.util.Map |
print(java.util.List infoList,
java.util.Map controlInfo)
印刷を実施する。
|
protected java.lang.String |
unicodeConvert(java.lang.String beforeStr) |
public static final Key FORM_DIR_PATH_KEY
public static final Key ALL_PAGES
protected java.lang.String formDirPath
protected java.lang.String spoolPath
protected java.lang.String svfPrinterControl
protected java.lang.String svfPrinterName
protected java.lang.String servletBase
protected java.lang.String printID
protected Key printIDKey
protected java.lang.String[] convertFromStr
protected java.lang.String[] convertToStr
public SVFPrintService(java.util.Map info)
public SVFPrintService()
public java.util.Map doPrint(java.util.List info, java.util.Map controlMap) throws PrintServiceException
doPrint
インタフェース内 PrintServiceDriver
PrintServiceException
public java.util.Map print(java.util.List infoList, java.util.Map controlInfo) throws PrintServiceException
protected java.lang.Object getControlInfoValue(java.util.Map info, Key key) throws PrintServiceException
protected java.lang.String unicodeConvert(java.lang.String beforeStr)