org.javagen.agile.core.context
Interface ContextLoader

All Known Implementing Classes:
DefaultContextLoader

public interface ContextLoader

Generic mechanism to combine contexts from model tree. This interface is used when pre-processing models prior to template invocation and is typically managed by a visitor pattern. The EmitterContextLoader interface is provided to add template contexts into the mix during template invocation.

Author:
Richard Easterling

Method Summary
 void popAll(ContextHolderStack stack, Model modelTree)
           
 void pushAll(ContextHolderStack stack, Model modelTree)
           
 

Method Detail

pushAll

void pushAll(ContextHolderStack stack,
             Model modelTree)

popAll

void popAll(ContextHolderStack stack,
            Model modelTree)


Copyright 2006-2006-2007 Outsource Cafe Inc.. All Rights Reserved.