org.apache.velocity.context |
|
Java Source File Name | Type | Comment |
AbstractContext.java | Class | This class is the abstract base class for all conventional
Velocity Context implementations. |
Context.java | Interface | Interface describing the application data context. |
InternalContextAdapter.java | Interface | interface to bring all necessary internal and user contexts together.
this is what the AST expects to deal with. |
InternalContextAdapterImpl.java | Class | This adapter class is the container for all context types for internal
use. |
InternalContextBase.java | Class | class to encapsulate the 'stuff' for internal operation of velocity.
We use the context as a thread-safe storage : we take advantage of the
fact that it's a visitor of sorts to all nodes (that matter) of the
AST during init() and render().
Currently, it carries the template name for namespace
support, as well as node-local context data introspection caching.
Note that this is not a public class. |
InternalEventContext.java | Interface | Interface for event support. |
InternalHousekeepingContext.java | Interface | interface to encapsulate the 'stuff' for internal operation of velocity. |
InternalWrapperContext.java | Interface | |
VMContext.java | Class | This is a special, internal-use-only context implementation to be
used for the new Velocimacro implementation. |