Package org.apache.velocity.context
Interface InternalContextAdapter
- All Superinterfaces:
Context
,InternalEventContext
,InternalHousekeepingContext
,InternalWrapperContext
- All Known Implementing Classes:
ChainedInternalContextAdapter
,EvaluateContext
,Foreach.NullHolderContext
,InternalContextAdapterImpl
,ProxyVMContext
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: InternalContextAdapter.java 463298 2006-10-12 16:10:32Z henning $
-
Method Summary
Methods inherited from interface org.apache.velocity.context.Context
containsKey, get, getKeys, put, remove
Methods inherited from interface org.apache.velocity.context.InternalEventContext
attachEventCartridge, getEventCartridge
Methods inherited from interface org.apache.velocity.context.InternalHousekeepingContext
getCurrentMacroCallDepth, getCurrentMacroName, getCurrentResource, getCurrentTemplateName, getMacroLibraries, getMacroNameStack, getTemplateNameStack, icacheGet, icachePut, popCurrentMacroName, popCurrentTemplateName, pushCurrentMacroName, pushCurrentTemplateName, setCurrentResource, setMacroLibraries
Methods inherited from interface org.apache.velocity.context.InternalWrapperContext
getBaseContext, getInternalUserContext, localPut