Uses of Interface
org.apache.velocity.context.InternalWrapperContext
-
Packages that use InternalWrapperContext Package Description org.apache.velocity.context -
-
Uses of InternalWrapperContext in org.apache.velocity.context
Subinterfaces of InternalWrapperContext in org.apache.velocity.context Modifier and Type Interface Description interface
InternalContextAdapter
interface to bring all necessary internal and user contexts together.Classes in org.apache.velocity.context that implement InternalWrapperContext Modifier and Type Class Description class
ChainedInternalContextAdapter
This 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.class
InternalContextAdapterImpl
This adapter class is the container for all context types for internal use.
-