org.apache.velocity.context
Interface InternalWrapperContext

All Known Subinterfaces:
InternalContextAdapter
All Known Implementing Classes:
Foreach.NullHolderContext, InternalContextAdapterImpl, VMContext

public interface InternalWrapperContext

interface for internal context wrapping functionality

Version:
$Id: InternalWrapperContext.java 191743 2005-06-21 23:22:20Z dlr $
Author:
Geir Magnusson Jr.

Method Summary
 InternalContextAdapter getBaseContext()
          returns the base full context impl
 Context getInternalUserContext()
          returns the wrapped user context
 

Method Detail

getInternalUserContext

Context getInternalUserContext()
returns the wrapped user context


getBaseContext

InternalContextAdapter getBaseContext()
returns the base full context impl



Copyright © 2002 Apache Software Foundation. All Rights Reserved.