de.oio.bugkilla.splitter
Class UserInteractionGiven

java.lang.Object
  |
  +--de.oio.bugkilla.protocol.CommandLanguage
        |
        +--de.oio.bugkilla.splitter.FilterState
              |
              +--de.oio.bugkilla.splitter.UserInteractionGiven
All Implemented Interfaces:
CallHandler, Commandable

public class UserInteractionGiven
extends FilterState

Author:
cdedek To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Field Summary
 
Fields inherited from class de.oio.bugkilla.splitter.FilterState
manager
 
Fields inherited from class de.oio.bugkilla.protocol.CommandLanguage
EXIT_RECORDER, START_RECORDING, START_TEST_STEP, START_USER_INTERACTION, STOP_RECORDING
 
Constructor Summary
UserInteractionGiven(FilterManager manager)
          Constructor for UserInteractionGiven.
 
Method Summary
 void handleIncomingCall(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)
           
 
Methods inherited from class de.oio.bugkilla.protocol.CommandLanguage
startRecording, startRecordingUserInteraction, stop, stopRecording
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.oio.bugkilla.protocol.Commandable
startRecording, startRecordingUserInteraction, stop, stopRecording
 

Constructor Detail

UserInteractionGiven

public UserInteractionGiven(FilterManager manager)
Constructor for UserInteractionGiven.

Parameters:
manager -
Method Detail

handleIncomingCall

public void handleIncomingCall(javax.servlet.ServletRequest request,
                               javax.servlet.ServletResponse response,
                               javax.servlet.FilterChain chain)
                        throws java.io.IOException,
                               javax.servlet.ServletException
Specified by:
handleIncomingCall in interface CallHandler
Overrides:
handleIncomingCall in class FilterState
java.io.IOException
javax.servlet.ServletException
See Also:
CallHandler.handleIncomingCall(ServletRequest, ServletResponse, FilterChain)


Copyright © Orientation in Objects GmbH. All Rights Reserved.