com.bowstreet.builders.webapp.foundation
Interface WebAppBuilder

All Known Implementing Classes:
ImportedPageBuilder, LocalizedResourceBuilder

public interface WebAppBuilder

Interface that WebApp builders have to implement.


Method Summary
 void doBuilderCall(GenContext genContext, WebApp webApp, BuilderCall builderCall, BuilderInputs builderInputs)
          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)
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


Copyright © 2009 IBM. All Rights Reserved.