Package de.oio.bugkilla.splitter

Summarizes the necessary classes those have to be to be installed in a J2EE application for notation user interactions.

See:
          Description

Interface Summary
CallHandler  
 

Class Summary
Connected  
FailureServletOutputStream The FailureServletOutputStream represents a class that only has the abiblity to write out an error message.
FilterManager  
FilterState  
LastUserInteraction  
NextUserInteraction  
NotConnected  
NoUserInteraction  
RequestWrapper Provides different methods to get information about the data content
of a javax.servlet.ServletRequest object.
ResponseWrapper  
SplitterServletOutputStreamImpl A class to write the incomning response data synchronously in a ByteArrayOutputStream.
TestStepWrapper  
UserInteractionGiven  
UserInteractionServing  
WebRecordFilter  
 

Package de.oio.bugkilla.splitter Description

Summarizes the necessary classes those have to be to be installed in a J2EE application for notation user interactions. By means of 'Filtering' the requests sent for application and the Responses resulting from it are led at a Wrapper class, which encase the data of these objects into appropriate beans from the package protocol. The controlling of a notation procedure is made by the FilterManager as Commandable object (package protocol).
For encasing the data of a Response a special implementation of the class ServletOutputStream is used.

See Also:
de.oio.bugkilla.protocol


Copyright © Orientation in Objects GmbH. All Rights Reserved.