Uses of Interface
org.apache.velocity.context.InternalEventContext
Packages that use InternalEventContext
Package
Description
-
Uses of InternalEventContext in org.apache.velocity
Classes in org.apache.velocity that implement InternalEventContextModifier and TypeClassDescriptionclassGeneral purpose implemention of the application Context interface for general application use. -
Uses of InternalEventContext in org.apache.velocity.context
Subinterfaces of InternalEventContext in org.apache.velocity.contextModifier and TypeInterfaceDescriptioninterfaceinterface to bring all necessary internal and user contexts together.Classes in org.apache.velocity.context that implement InternalEventContextModifier and TypeClassDescriptionclassThis class is the abstract base class for all conventional Velocity Context implementations.classThis 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.classDeprecated.Will be removed in 2.0final classThis adapter class is the container for all context types for internal use.(package private) classclass to encapsulate the 'stuff' for internal operation of velocity.classContext for Velocity macro arguments.Fields in org.apache.velocity.context declared as InternalEventContextModifier and TypeFieldDescription(package private) InternalEventContextInternalContextAdapterImpl.iecThe InternalEventContext that we are wrapping. -
Uses of InternalEventContext in org.apache.velocity.runtime.directive
Classes in org.apache.velocity.runtime.directive that implement InternalEventContextModifier and TypeClassDescriptionprotected static classA special context to use when the foreach iterator returns a null.