Uses of Interface
org.apache.velocity.context.InternalHousekeepingContext
-
Packages that use InternalHousekeepingContext Package Description 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 Modifier and Type Class Description classVelocityContextGeneral 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 Modifier and Type Interface Description interfaceInternalContextAdapterinterface to bring all necessary internal and user contexts together.Classes in org.apache.velocity.context that implement InternalHousekeepingContext Modifier and Type Class Description classAbstractContextThis class is the abstract base class for all conventional Velocity Context implementations.classChainedInternalContextAdapterThis is an abstract internal-use-only context implementation to be used as a subclass for other internal-use-only contexts that wrap other internal-use-only contexts.classEvaluateContextDeprecated.Will be removed in 2.0classInternalContextAdapterImplThis adapter class is the container for all context types for internal use.(package private) classInternalContextBaseclass to encapsulate the 'stuff' for internal operation of velocity.classProxyVMContextContext for Velocity macro arguments.Fields in org.apache.velocity.context declared as InternalHousekeepingContext Modifier and Type Field Description (package private) InternalHousekeepingContextInternalContextAdapterImpl. icbthe ICB we are wrapping. -
Uses of InternalHousekeepingContext in org.apache.velocity.runtime.directive
Classes in org.apache.velocity.runtime.directive that implement InternalHousekeepingContext Modifier and Type Class Description protected static classForeach.NullHolderContextA special context to use when the foreach iterator returns a null.
-