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

Packages that use Context
org.apache.velocity   
org.apache.velocity.context   
 

Uses of Context in org.apache.velocity
 

Classes in org.apache.velocity that implement Context
 class VelocityContext
          General purpose implemention of the application Context interface for general application use.
 

Uses of Context in org.apache.velocity.context
 

Subinterfaces of Context 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 Context
 class AbstractContext
          This class is the abstract base class for all conventional Velocity Context implementations.
 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.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.