Package org.jboss.test.selenium.interception

Interface Summary
CommandInterceptor Interface for implementors of command interception.
 

Class Summary
CommandContext This context holds the iterator over collection of interceptors, which will be triggered before the command will be passed to commandProcessor to execute.
InterceptionProxy The proxy for command processor which instead of direct executing of given command triggers logic of all associated interceptors.
 

Exception Summary
CommandInterceptionException Thrown when at least one interceptor didn't call CommandContext.invoke() in it's CommandInterceptor.intercept(CommandContext) method body
 



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