org.apache.velocity.context
Interface InternalContextAdapter

All Superinterfaces:
Context, InternalEventContext, InternalHousekeepingContext, InternalWrapperContext
All 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.4 2001/05/20 19:44:34 geirm Exp $
Author:
Geir Magnusson Jr.

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.Context
containsKey, get, getKeys, put, remove
 
Methods inherited from interface org.apache.velocity.context.InternalWrapperContext
getBaseContext, getInternalUserContext
 
Methods inherited from interface org.apache.velocity.context.InternalEventContext
attachEventCartridge, getEventCartridge
 



Copyright © 2003 Apache Software Foundation. All Rights Reserved.