com.atlassian.pageobjects.elements
Class ElementByPostInjectionProcessor
java.lang.Object
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
|
Method Summary |
|
process(T pageObject)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementByPostInjectionProcessor
public ElementByPostInjectionProcessor()
process
public <T> T process(T pageObject)
- Specified by:
process in interface PostInjectionProcessor
Copyright © 2014 Atlassian. All rights reserved.