org.apache.velocity.context

Interface InternalWrapperContext

Known Subinterfaces:
InternalContextAdapter
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 Details

getBaseContext

public InternalContextAdapter getBaseContext()
returns the base full context impl


getInternalUserContext

public Context getInternalUserContext()
returns the wrapped user context


Copyright © 2003 Apache Software Foundation. All Rights Reserved.