BEA Systems, Inc.

com.beasys.commerce.foundation.flow
Class ServletDestinationHandler

java.lang.Object
  |
  +--com.beasys.commerce.foundation.flow.ServletDestinationHandler

public class ServletDestinationHandler
extends java.lang.Object
implements DestinationHandler

Standard


Constructor Summary
ServletDestinationHandler()
           
 
Method Summary
 void handleDestination(javax.servlet.ServletConfig aServletConfig, javax.servlet.http.HttpServletRequest aRequest, javax.servlet.http.HttpServletResponse aResponse, java.util.Map aPropertySet, java.lang.Object aDestination)
          Handle the destination from the DestinationDeterminer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletDestinationHandler

public ServletDestinationHandler()
Method Detail

handleDestination

public void handleDestination(javax.servlet.ServletConfig aServletConfig,
                              javax.servlet.http.HttpServletRequest aRequest,
                              javax.servlet.http.HttpServletResponse aResponse,
                              java.util.Map aPropertySet,
                              java.lang.Object aDestination)
                       throws FlowException
Handle the destination from the DestinationDeterminer. This implementation is expecting that the destination is a String. This implementation just uses the request dispatcher to forward to the destination.
Specified by:
handleDestination in interface DestinationHandler
Parameters:
aServletConfig -  
aRequest -  
aResponse -  
aPropertySet -  
aDestination -  
Throws:
FlowException -  

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved