wt.ixb.tuner
Class ExportActionTuner

java.lang.Object
  extended bywt.ixb.tuner.ExportActionTuner

public class ExportActionTuner
extends Object


Field Summary
private  File actionFile
           
private  String actionName
           
private  String fileType
           
private  Templates template
           
 
Constructor Summary
ExportActionTuner(File actionRuleFile, String _actionName)
           
ExportActionTuner(File actionRuleFile, String _actionName, String actionFileType)
           
 
Method Summary
(package private)  String getExportActionForObject(Object object, IxbDocument fileXML)
           
private  String getExportActionFromXMLFileSetting(Object object, IxbDocument fileXML)
           
private static void PP(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actionFile

private File actionFile

fileType

private String fileType

actionName

private String actionName

template

private Templates template
Constructor Detail

ExportActionTuner

public ExportActionTuner(File actionRuleFile,
                         String _actionName)
                  throws WTException

ExportActionTuner

public ExportActionTuner(File actionRuleFile,
                         String _actionName,
                         String actionFileType)
                  throws WTException
Method Detail

getExportActionForObject

String getExportActionForObject(Object object,
                                IxbDocument fileXML)
                          throws WTException
Throws:
WTException

getExportActionFromXMLFileSetting

private String getExportActionFromXMLFileSetting(Object object,
                                                 IxbDocument fileXML)
                                          throws WTException
Throws:
WTException

PP

private static void PP(String s)