Library:Apache Jakarta Velocity Engine
Version:1.4
Compatibility:JDK 1.4
Interfaces in library Apache Jakarta Velocity Engine.
NamePackageDescription
CharStreamorg.apache.velocity.runtime.parserThis interface describes a character stream that maintains line and column number positions of the characters.
Contextorg.apache.velocity.contextInterface describing the application data context.
DirectiveConstantsorg.apache.velocity.runtime.directiveBase class for all directives used in Velocity.
EventHandlerorg.apache.velocity.app.eventBase interface for all event handlers
InternalContextAdapterorg.apache.velocity.contextinterface to bring all necessary internal and user contexts together.
InternalEventContextorg.apache.velocity.contextInterface for event support.
InternalWrapperContextorg.apache.velocity.contextinterface for internal context wrapping functionality
IntrospectorTestCase2.Woogieorg.apache.velocity.testNo description provided.
LogSystemorg.apache.velocity.runtime.logBase interface that Logging systems need to implement.
MethodExceptionEventHandlerorg.apache.velocity.app.eventCalled when a method throws an exception.
Nodeorg.apache.velocity.runtime.parser.nodeAll AST nodes must implement this interface.
NullSetEventHandlerorg.apache.velocity.app.eventEvent handler : lets an app approve / veto writing a log message when RHS of #set() is null.
ParserConstantsorg.apache.velocity.runtime.parserNo description provided.
ParserTreeConstantsorg.apache.velocity.runtime.parserNo description provided.
ParserVisitororg.apache.velocity.runtime.parser.nodeNo description provided.
ReferenceInsertionEventHandlerorg.apache.velocity.app.eventReference 'Stream insertion' event handler.
ResourceCacheorg.apache.velocity.runtime.resourceInterface that defines the shape of a pluggable resource cache for the included ResourceManager
ResourceManagerorg.apache.velocity.runtime.resourceClass to manage the text resource for the Velocity Runtime.
RuntimeConstantsorg.apache.velocity.runtimeThis class defines the keys that are used in the velocity.properties file so that they can be referenced as a constant within Java code.
RuntimeLoggerorg.apache.velocity.runtimeInterface for internal runtime logging services that are needed by the
RuntimeServicesorg.apache.velocity.runtimeInterface for internal runtime services that are needed by the various components w/in Velocity.
TemplateTestBaseorg.apache.velocity.testThis is a base interface that contains a bunch of static final strings that are of use when testing templates.
Uberspectorg.apache.velocity.util.introspection'Federated' introspection/reflection interface to allow the introspection behavior in Velocity to be customized.
UberspectLoggableorg.apache.velocity.util.introspectionMarker interface to let an uberspector indicate it can and wants to log Thanks to Paulo for the suggestion
VelMethodorg.apache.velocity.util.introspectionMethod used for regular method invocation $foo.bar()
VelPropertyGetorg.apache.velocity.util.introspectionInterface defining a 'getter'.
VelPropertySetorg.apache.velocity.util.introspectionInterface used for setting values that appear to be properties in Velocity.
Search