com.bowstreet.builders.webapp.pageautomation
Class PageAutomationGenHandler
java.lang.Object
com.bowstreet.builders.webapp.foundation.WebAppGenHandler
com.bowstreet.builders.webapp.pageautomation.PageAutomationGenHandler
- All Implemented Interfaces:
- com.bowstreet.generation.GenHandler
public class PageAutomationGenHandler
- extends com.bowstreet.builders.webapp.foundation.WebAppGenHandler
This is the GenHandler you must use (or extend) for any PageAutomation Builders.
-
Fields inherited from class com.bowstreet.builders.webapp.foundation.WebAppGenHandler |
BUILDER_CLASS_STRING, FINAL_PROCESSING_COMPLETE, WEBAPP |
Methods inherited from class com.bowstreet.builders.webapp.foundation.WebAppGenHandler |
getWebApp, getWebAppFromGenContainer, getWebAppGenElement |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageAutomationGenHandler
public PageAutomationGenHandler()
doBuilderCall
public void doBuilderCall(BuilderCall builderCall)
- Specified by:
doBuilderCall
in interface com.bowstreet.generation.GenHandler
- Overrides:
doBuilderCall
in class com.bowstreet.builders.webapp.foundation.WebAppGenHandler
getGlobalDataSourceManager
public static DataSourceManager getGlobalDataSourceManager(GenContext context)
getGlobalRuntimeAgent
public static com.bowstreet.builders.webapp.pageautomation.content.RuntimeAgent getGlobalRuntimeAgent(GenContext context)
initialize
public void initialize(GenContext context,
GenContainer genContainer,
BuilderCall builderCall)
- Specified by:
initialize
in interface com.bowstreet.generation.GenHandler
- Overrides:
initialize
in class com.bowstreet.builders.webapp.foundation.WebAppGenHandler
phaseComplete
public void phaseComplete(java.lang.String phaseName,
boolean isLastPhase)
- Specified by:
phaseComplete
in interface com.bowstreet.generation.GenHandler
- Overrides:
phaseComplete
in class com.bowstreet.builders.webapp.foundation.WebAppGenHandler
Copyright © 2009 IBM. All Rights Reserved.