IBM Bank Transformation Toolkit Javadoc

com.ibm.btt.struts.base
Class ConditionProcessor

java.lang.Object
  extended by com.ibm.btt.struts.base.ConditionProcessor

public class ConditionProcessor
extends java.lang.Object


Constructor Summary
ConditionProcessor()
          Constructor for FlowProcessor.
 
Method Summary
 org.apache.struts.action.ActionForward findForward(BTTBaseActionMapping mapping, org.apache.struts.action.ActionForm form, ConditionsConfig config, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          find the forward
 org.apache.struts.action.ActionForward findForward(BTTBaseActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          find the forward from config
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionProcessor

public ConditionProcessor()
Constructor for FlowProcessor.

Method Detail

findForward

public org.apache.struts.action.ActionForward findForward(BTTBaseActionMapping mapping,
                                                          org.apache.struts.action.ActionForm form,
                                                          javax.servlet.http.HttpServletRequest request,
                                                          javax.servlet.http.HttpServletResponse response)
                                                   throws javax.servlet.ServletException
find the forward from config

Parameters:
mapping -
form -
request -
response -
Returns:
forward
Throws:
javax.servlet.ServletException

findForward

public org.apache.struts.action.ActionForward findForward(BTTBaseActionMapping mapping,
                                                          org.apache.struts.action.ActionForm form,
                                                          ConditionsConfig config,
                                                          javax.servlet.http.HttpServletRequest request,
                                                          javax.servlet.http.HttpServletResponse response)
                                                   throws javax.servlet.ServletException
find the forward

Parameters:
mapping -
form -
config -
request -
response -
Returns:
forward
Throws:
javax.servlet.ServletException

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008