Uses of Class
org.jboss.test.selenium.interception.CommandContext

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

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

Methods in org.jboss.test.selenium.ajaxaware with parameters of type CommandContext
 void AjaxAwareInterceptor.intercept(CommandContext ctx)
           Executes the command wrapped in exception handler.
 

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

Methods in org.jboss.test.selenium.guard.request with parameters of type CommandContext
 void RequestTypeGuard.intercept(CommandContext ctx)
          Enfolds the command with guarding code to detect request type
 

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

Methods in org.jboss.test.selenium.interception with parameters of type CommandContext
 void CommandInterceptor.intercept(CommandContext ctx)
          When processing custom logic must satisfy, that at least once will be called method invoke().
 



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