Uses of Interface
org.apache.velocity.context.InternalWrapperContext

Packages that use InternalWrapperContext
org.apache.velocity.context   
org.apache.velocity.runtime.directive   
 

Uses of InternalWrapperContext in org.apache.velocity.context
 

Subinterfaces of InternalWrapperContext in org.apache.velocity.context
 interface InternalContextAdapter
          interface to bring all necessary internal and user contexts together.
 

Classes in org.apache.velocity.context that implement InternalWrapperContext
 class InternalContextAdapterImpl
          This adapter class is the container for all context types for internal use.
 class VMContext
          This is a special, internal-use-only context implementation to be used for the new Velocimacro implementation.
 

Uses of InternalWrapperContext in org.apache.velocity.runtime.directive
 

Classes in org.apache.velocity.runtime.directive that implement InternalWrapperContext
protected static class Foreach.NullHolderContext
          A special context to use when the foreach iterator returns a null.
 



Copyright © 2000-2007 The Apache Software Foundation. All Rights Reserved.