com.atlassian.webdriver.pageobjects
Class PageFactoryPostInjectionProcessor

java.lang.Object
  extended by com.atlassian.webdriver.pageobjects.PageFactoryPostInjectionProcessor
All Implemented Interfaces:
PostInjectionProcessor

public class PageFactoryPostInjectionProcessor
extends Object
implements PostInjectionProcessor

Processor that will use to initialize the object


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

Constructor Detail

PageFactoryPostInjectionProcessor

@Inject
public PageFactoryPostInjectionProcessor(AtlassianWebDriver atlassianWebDriver)
Method Detail

process

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


Copyright © 2014 Atlassian. All rights reserved.