com.bowstreet.builders.webapp.foundation
Interface WebAppControlBuilder

All Known Implementing Classes:
BaseWebAppControlBuilder

public interface WebAppControlBuilder

Interface that WebApp control builders have to implement.


Method Summary
 void doBuilderCall(GenContext genContext, WebApp webApp, BuilderCall builderCall, BuilderInputs builderInputs, PageLocation pageLocation)
          doBuilderCall - WebApp builders do their regen work here, getting inputs from builderInputs and adding/modifying elements in the WebApp.
 

Method Detail

doBuilderCall

void doBuilderCall(GenContext genContext,
                   WebApp webApp,
                   BuilderCall builderCall,
                   BuilderInputs builderInputs,
                   PageLocation pageLocation)
doBuilderCall - WebApp builders do their regen work here, getting inputs from builderInputs and adding/modifying elements in the WebApp.

Parameters:
genContext - The GenContext for this regen
webApp - The WebApp under construction
builderCall - Use this to set errors, get BuilderDef, etc.
builderInputs - The inputs for this builder call
pageLocation - A PageLocation instance describing where to insert the control


Copyright © 2009 IBM. All Rights Reserved.