org.openqa.selenium.support.pagefactory.internal
Class LocatingElementListHandler

java.lang.Object
  extended by org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler
All Implemented Interfaces:
InvocationHandler

public class LocatingElementListHandler
extends Object
implements InvocationHandler


Constructor Summary
LocatingElementListHandler(ElementLocator locator)
           
 
Method Summary
 Object invoke(Object object, Method method, Object[] objects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocatingElementListHandler

public LocatingElementListHandler(ElementLocator locator)
Method Detail

invoke

public Object invoke(Object object,
                     Method method,
                     Object[] objects)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2012. All Rights Reserved.