Uses of Interface
org.apache.velocity.app.event.IncludeEventHandler
Packages that use IncludeEventHandler
-
Uses of IncludeEventHandler in org.apache.velocity.app.event
Fields in org.apache.velocity.app.event with type parameters of type IncludeEventHandlerModifier and TypeFieldDescriptionprivate List<IncludeEventHandler> EventCartridge.includeHandlersMethods in org.apache.velocity.app.event with parameters of type IncludeEventHandlerModifier and TypeMethodDescriptionvoidEventCartridge.addIncludeEventHandler(IncludeEventHandler ev) Add an include event handler to the Cartridge. -
Uses of IncludeEventHandler in org.apache.velocity.app.event.implement
Classes in org.apache.velocity.app.event.implement that implement IncludeEventHandlerModifier and TypeClassDescriptionclassSimple event handler that checks to see if an included page is available.classEvent handler that looks for included files relative to the path of the current template.