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

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

Uses of InternalHousekeepingContext in org.apache.velocity
 

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

Uses of InternalHousekeepingContext in org.apache.velocity.context
 

Subinterfaces of InternalHousekeepingContext 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 InternalHousekeepingContext
 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.
(package private)  class InternalContextBase
          class to encapsulate the 'stuff' for internal operation of velocity.
 class VMContext
          This is a special, internal-use-only context implementation to be used for the new Velocimacro implementation.
 

Fields in org.apache.velocity.context declared as InternalHousekeepingContext
(package private)  InternalHousekeepingContext InternalContextAdapterImpl.icb
          the ICB we are wrapping.
 

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

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



Copyright ? 2002 Apache Software Foundation. All Rights Reserved.