Package jp.vmi.selenium.selenese.inject
Class AbstractDoCommandInterceptor
- java.lang.Object
-
- jp.vmi.selenium.selenese.inject.AbstractDoCommandInterceptor
-
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
- Direct Known Subclasses:
CommandLogInterceptor,HighlightInterceptor,MaxTimeInterruptInterceptor,ScreenshotInterceptor
public abstract class AbstractDoCommandInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
Super class for DoCommand interceptor.
-
-
Constructor Summary
Constructors Constructor Description AbstractDoCommandInterceptor()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Objectinvoke(org.aopalliance.intercept.MethodInvocation invocation)protected abstract Resultinvoke(org.aopalliance.intercept.MethodInvocation invocation, Context context, ICommand command, String[] curArgs)
-