com.bowstreet.builders.webapp.pageautomation
Class PageAutomationGenHandler

java.lang.Object
  extended by com.bowstreet.builders.webapp.foundation.WebAppGenHandler
      extended by 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.


Field Summary
 
Fields inherited from class com.bowstreet.builders.webapp.foundation.WebAppGenHandler
BUILDER_CLASS_STRING, FINAL_PROCESSING_COMPLETE, WEBAPP
 
Constructor Summary
PageAutomationGenHandler()
           
 
Method Summary
 void doBuilderCall(BuilderCall builderCall)
           
static DataSourceManager getGlobalDataSourceManager(GenContext context)
           
static com.bowstreet.builders.webapp.pageautomation.content.RuntimeAgent getGlobalRuntimeAgent(GenContext context)
           
 void initialize(GenContext context, GenContainer genContainer, BuilderCall builderCall)
           
 void phaseComplete(java.lang.String phaseName, boolean isLastPhase)
           
 
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
 

Constructor Detail

PageAutomationGenHandler

public PageAutomationGenHandler()
Method Detail

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.