org.apache.velocity.context
インタフェース InternalWrapperContext

既知のサブインタフェースの一覧:
InternalContextAdapter
既知の実装クラスの一覧:
InternalContextAdapterImpl, VMContext

public interface InternalWrapperContext

interface for internal context wrapping functionality

バージョン:
$Id: InternalWrapperContext.java,v 1.2 2001/03/05 11:21:45 jvanzyl Exp $
作成者:
Geir Magnusson Jr.

メソッドの概要
 InternalContextAdapter getBaseContext()
          returns the base full context impl
 Context getInternalUserContext()
          returns the wrapped user context
 

メソッドの詳細

getInternalUserContext

public Context getInternalUserContext()
returns the wrapped user context


getBaseContext

public InternalContextAdapter getBaseContext()
returns the base full context impl



Copyright © 2003 Apache Software Foundation. All Rights Reserved.