|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandInterceptionException | |
|---|---|
| org.jboss.test.selenium.ajaxaware | |
| org.jboss.test.selenium.guard.request | |
| org.jboss.test.selenium.interception | |
| Uses of CommandInterceptionException in org.jboss.test.selenium.ajaxaware |
|---|
| Methods in org.jboss.test.selenium.ajaxaware that throw CommandInterceptionException | |
|---|---|
void |
AjaxAwareInterceptor.intercept(CommandContext ctx)
Executes the command wrapped in exception handler. |
| Uses of CommandInterceptionException in org.jboss.test.selenium.guard.request |
|---|
| Methods in org.jboss.test.selenium.guard.request that throw CommandInterceptionException | |
|---|---|
void |
RequestTypeGuard.intercept(CommandContext ctx)
Enfolds the command with guarding code to detect request type |
| Uses of CommandInterceptionException in org.jboss.test.selenium.interception |
|---|
| Methods in org.jboss.test.selenium.interception that throw CommandInterceptionException | |
|---|---|
void |
CommandInterceptor.intercept(CommandContext ctx)
When processing custom logic must satisfy, that at least once will be called method CommandContext.invoke(). |
Object |
CommandContext.invoke()
For each remaining interceptor in list call it's intercept method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||