|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void doBuilderCall(GenContext genContext, WebApp webApp, BuilderCall builderCall, BuilderInputs builderInputs)
genContext
- The GenContext for this regenwebApp
- The WebApp under constructionbuilderCall
- Use this to set errors, get BuilderDef, etc.builderInputs
- The inputs for this builder call
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |