com.ibm.btt.tools.migration.screenflow.module
Class MigrationSrcFlowData
java.lang.Object
com.ibm.btt.tools.migration.screenflow.module.MigrationSrcFlowData
- public class MigrationSrcFlowData
- extends java.lang.Object
The class is used for Migration purporse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTML_STATE_INIT
public static final java.lang.String HTML_STATE_INIT
- See Also:
- Constant Field Values
HTML_STATE_INIT_TRANSITION_ID
public static final java.lang.String HTML_STATE_INIT_TRANSITION_ID
- See Also:
- Constant Field Values
HTML_STATE_TYPE_INIT
public static final int HTML_STATE_TYPE_INIT
- See Also:
- Constant Field Values
HTML_STATE_TYPE_PAGE
public static final int HTML_STATE_TYPE_PAGE
- See Also:
- Constant Field Values
HTML_STATE_TYPE_WITH_ENTRY_ACTOIN
public static final int HTML_STATE_TYPE_WITH_ENTRY_ACTOIN
- See Also:
- Constant Field Values
HTML_STATE_TYPE_OPERATION
public static final int HTML_STATE_TYPE_OPERATION
- See Also:
- Constant Field Values
HTML_STATE_TYPE_SUB_FLOW
public static final int HTML_STATE_TYPE_SUB_FLOW
- See Also:
- Constant Field Values
HTML_STATE_TYPE_FINAL
public static final int HTML_STATE_TYPE_FINAL
- See Also:
- Constant Field Values
MigrationSrcFlowData
public MigrationSrcFlowData()
init
public void init(java.lang.String scrFlowName,
java.lang.String strutsConfigFilePath,
java.lang.String jspFilePath,
java.lang.String targetjspFilePath)
throws java.lang.Exception
- Read the Screen Flow Processor xml file and init DSEHtmlProcessor
- Parameters:
scrFlowName
- strutsConfigFilePath
- jspFilePath
- targetjspFilePath
-
- Throws:
java.lang.Exception
init
public void init(java.lang.String scrFlowName)
throws java.lang.Exception
- Read the Screen Flow Processor xml file and init DSEHtmlProcessor
- Parameters:
scrFlowName
-
- Throws:
java.lang.Exception
getSrcFlow
public DSEHtmlProcessor getSrcFlow()
- Returns:
- DSEHtmlProcessor
getStrutsConfigFileName
public java.lang.String getStrutsConfigFileName()
- Returns:
- String
getStrutsConfigFilePath
public java.lang.String getStrutsConfigFilePath()
- Returns:
- String
setSrcFlow
public void setSrcFlow(DSEHtmlProcessor processor)
- Parameters:
processor
-
setStrutsConfigFileName
public void setStrutsConfigFileName(java.lang.String string)
- Parameters:
string
-
setStrutsConfigFilePath
public void setStrutsConfigFilePath(java.lang.String string)
- Parameters:
string
-
getPackageName
public java.lang.String getPackageName()
- Returns:
- String
getProcContextName
public java.lang.String getProcContextName()
- Returns:
- String
getProcessName
public java.lang.String getProcessName()
- Returns:
- String
setPackageName
public void setPackageName(java.lang.String string)
- Parameters:
string
-
setProcContextName
public void setProcContextName(java.lang.String string)
- Parameters:
string
-
setProcessName
public void setProcessName(java.lang.String string)
- Parameters:
string
-
getFormBeanName
public java.lang.String getFormBeanName()
- Returns:
- String
setFormBeanName
public void setFormBeanName(java.lang.String string)
- Parameters:
string
-
getJspFilePath
public java.lang.String getJspFilePath()
- Returns:
- String
setJspFilePath
public void setJspFilePath(java.lang.String string)
- Parameters:
string
-
getTargetJSPFilePath
public java.lang.String getTargetJSPFilePath()
- Returns:
- String
setTargetJSPFilePath
public void setTargetJSPFilePath(java.lang.String string)
- Parameters:
string
-
getGphFilePath
public java.lang.String getGphFilePath()
- Returns:
- String
setGphFilePath
public void setGphFilePath(java.lang.String string)
- Parameters:
string
-
getStrutsConfigFile
public java.lang.String getStrutsConfigFile()
- Returns:
- String
setStrutsConfigFile
public void setStrutsConfigFile(java.lang.String string)
- Parameters:
string
-
getWebProjectName
public java.lang.String getWebProjectName()
- Returns:
- String
setWebProjectName
public void setWebProjectName(java.lang.String string)
- Parameters:
string
-
getServiceProjectName
public java.lang.String getServiceProjectName()
- Returns:
- String
setServiceProjectName
public void setServiceProjectName(java.lang.String string)
- Parameters:
string
-
(c) Copyright IBM Corporation 1998, 2005