com.beasys.commerce.foundation.flow
Class XMLDestinationHandler
java.lang.Object
|
+--com.beasys.commerce.foundation.flow.XMLDestinationHandler
- All Implemented Interfaces:
- DestinationHandler
- public class XMLDestinationHandler
- extends java.lang.Object
- implements DestinationHandler
WebLogic specific implementation to redirect the output
stream to a ByteArrayOutputStream, so that it can be
manipulated after going through the JSP engine.
PRIVATE CLASS: Not for external use.
- Version:
- $Revision$, $Date$
- Author:
- smusson
|
Method Summary |
void |
handleDestination(javax.servlet.ServletConfig aServletConfig,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.util.Map aPropertySet,
java.lang.Object aDestination)
Handle destination. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLDestinationHandler
public XMLDestinationHandler()
- Default constructor.
handleDestination
public void handleDestination(javax.servlet.ServletConfig aServletConfig,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.util.Map aPropertySet,
java.lang.Object aDestination)
throws FlowException
- Handle destination.
- Specified by:
handleDestination in interface DestinationHandler
- Parameters:
aServletConfig - aRequest - aResponse - aPropertySet - aDestination - - Throws:
FlowException -
Copyright © 2000 BEA Systems, Inc. All Rights Reserved