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.14.1 2004/03/03 23:22:54 geirm 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 B) 2002 Apache Software Foundation. All Rights Reserved.