com.bowstreet.builders.webapp.foundation
Interface WebAppControlBuilder
- All Known Implementing Classes:
- BaseWebAppControlBuilder
public interface WebAppControlBuilder
Interface that WebApp control builders have to implement.
-
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 regenwebApp
- The WebApp under constructionbuilderCall
- Use this to set errors, get BuilderDef, etc.builderInputs
- The inputs for this builder callpageLocation
- A PageLocation instance describing where to insert the control
Copyright © 2009 IBM. All Rights Reserved.