org.opennms.web.report.database
Class BatchReportFlowHander

java.lang.Object
  extended by org.springframework.webflow.mvc.servlet.AbstractFlowHandler
      extended by org.opennms.web.report.database.BatchReportFlowHander
All Implemented Interfaces:
org.springframework.webflow.mvc.servlet.FlowHandler

public class BatchReportFlowHander
extends org.springframework.webflow.mvc.servlet.AbstractFlowHandler

BatchReportFlowHander class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger

Constructor Summary
BatchReportFlowHander()
           
 
Method Summary
 String handleException(org.springframework.webflow.core.FlowException e, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          
 String handleExecutionOutcome(org.springframework.webflow.execution.FlowExecutionOutcome outcome, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          
 
Methods inherited from class org.springframework.webflow.mvc.servlet.AbstractFlowHandler
createExecutionInputMap, getFlowId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BatchReportFlowHander

public BatchReportFlowHander()
Method Detail

handleExecutionOutcome

public String handleExecutionOutcome(org.springframework.webflow.execution.FlowExecutionOutcome outcome,
                                     javax.servlet.http.HttpServletRequest request,
                                     javax.servlet.http.HttpServletResponse response)

Specified by:
handleExecutionOutcome in interface org.springframework.webflow.mvc.servlet.FlowHandler
Overrides:
handleExecutionOutcome in class org.springframework.webflow.mvc.servlet.AbstractFlowHandler

handleException

public String handleException(org.springframework.webflow.core.FlowException e,
                              javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response)

Specified by:
handleException in interface org.springframework.webflow.mvc.servlet.FlowHandler
Overrides:
handleException in class org.springframework.webflow.mvc.servlet.AbstractFlowHandler


Copyright © 2011. All Rights Reserved.