org.apache.velocity.context

Interface InternalContextAdapter

All Superinterfaces:
Context, InternalEventContext, InternalHousekeepingContext, InternalWrapperContext
Known Implementing Classes:
InternalContextAdapterImpl, VMContext

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,v 1.5.4.1 2004/03/03 23:22:54 geirm Exp $

Author:
Geir Magnusson Jr.

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

getCurrentResource, getCurrentTemplateName, getTemplateNameStack, icacheGet, icachePut, popCurrentTemplateName, pushCurrentTemplateName, setCurrentResource

Methods inherited from interface org.apache.velocity.context.InternalWrapperContext

getBaseContext, getInternalUserContext

Copyright B) 2002 Apache Software Foundation. All Rights Reserved.