Package org.apache.velocity.context
Interface InternalContextAdapter
- All Superinterfaces:
Context,InternalEventContext,InternalHousekeepingContext,InternalWrapperContext
- All Known Implementing Classes:
ChainedInternalContextAdapter,InternalContextAdapterImpl
public interface InternalContextAdapter
extends InternalHousekeepingContext, Context, InternalWrapperContext, InternalEventContext
interface to bring all necessary internal and user contexts together.
this is what the AST expects to deal with. If anything new comes
along, add it here.
I will rename soon :)
- Version:
- $Id$
-
Method Summary
Methods inherited from interface org.apache.velocity.context.Context
containsKey, get, getKeys, put, removeMethods inherited from interface org.apache.velocity.context.InternalEventContext
attachEventCartridge, getEventCartridgeMethods inherited from interface org.apache.velocity.context.InternalHousekeepingContext
getCurrentMacroCallDepth, getCurrentMacroName, getCurrentResource, getCurrentTemplateName, getMacroLibraries, getMacroNameStack, getTemplateNameStack, icacheGet, icachePut, popCurrentMacroName, popCurrentTemplateName, pushCurrentMacroName, pushCurrentTemplateName, setCurrentResource, setMacroLibrariesMethods inherited from interface org.apache.velocity.context.InternalWrapperContext
containsKey, get, getBaseContext, getInternalUserContext, put