com.atlassian.pageobjects.elements
Class ElementByPostInjectionProcessor

java.lang.Object
  extended by com.atlassian.pageobjects.elements.ElementByPostInjectionProcessor
All Implemented Interfaces:
PostInjectionProcessor

public class ElementByPostInjectionProcessor
extends Object
implements PostInjectionProcessor

Find fields marked with @ElementBy annotation and set them to instances of WebDriverElement


Constructor Summary
ElementByPostInjectionProcessor()
           
 
Method Summary
<T> T
process(T pageObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementByPostInjectionProcessor

public ElementByPostInjectionProcessor()
Method Detail

process

public <T> T process(T pageObject)
Specified by:
process in interface PostInjectionProcessor


Copyright © 2014 Atlassian. All rights reserved.