org.apache.velocity.context
Interface InternalWrapperContext

All Known Subinterfaces:
InternalContextAdapter
All Known Implementing Classes:
InternalContextAdapterImpl, VMContext

public interface InternalWrapperContext

interface for internal context wrapping functionality

Version:
$Id: InternalWrapperContext.java,v 1.2 2001/03/05 11:21:45 jvanzyl Exp $
Author:
Geir Magnusson Jr.

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

Method Detail

getInternalUserContext

public Context getInternalUserContext()
returns the wrapped user context


getBaseContext

public InternalContextAdapter getBaseContext()
returns the base full context impl



Copyright ? 2002 Apache Software Foundation. All Rights Reserved.