Uses of Interface
org.jboss.test.selenium.interception.CommandInterceptor

Packages that use CommandInterceptor
org.jboss.test.selenium.ajaxaware   
org.jboss.test.selenium.guard.request   
org.jboss.test.selenium.interception   
 

Uses of CommandInterceptor in org.jboss.test.selenium.ajaxaware
 

Classes in org.jboss.test.selenium.ajaxaware that implement CommandInterceptor
 class AjaxAwareInterceptor
          Class to use to extend functionality of command processors to catch Selenium exceptions and repeat the command for specific issue types (like Permission denied in Internet Explorer).
 

Uses of CommandInterceptor in org.jboss.test.selenium.guard.request
 

Classes in org.jboss.test.selenium.guard.request that implement CommandInterceptor
 class RequestTypeGuard
          The Guard which guards that request what was expected to be done will be actually done.
 

Uses of CommandInterceptor in org.jboss.test.selenium.interception
 

Methods in org.jboss.test.selenium.interception that return CommandInterceptor
 CommandInterceptor InterceptionProxy.unregisterInterceptor(CommandInterceptor interceptor)
          Removes and returns the interceptor instance, or null, if such instance isn't registered.
 

Methods in org.jboss.test.selenium.interception that return types with arguments of type CommandInterceptor
 Set<CommandInterceptor> InterceptionProxy.unregisterInterceptorType(Class<? extends CommandInterceptor> type)
          Removes and returns all associated interceptors which of given type.
 

Methods in org.jboss.test.selenium.interception with parameters of type CommandInterceptor
 void InterceptionProxy.registerInterceptor(CommandInterceptor interceptor)
          Registers the interceptor, only one interceptor can be registered for given class of interceptor.
 CommandInterceptor InterceptionProxy.unregisterInterceptor(CommandInterceptor interceptor)
          Removes and returns the interceptor instance, or null, if such instance isn't registered.
 

Method parameters in org.jboss.test.selenium.interception with type arguments of type CommandInterceptor
 Set<CommandInterceptor> InterceptionProxy.unregisterInterceptorType(Class<? extends CommandInterceptor> type)
          Removes and returns all associated interceptors which of given type.
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.