Uses of Interface
org.apache.velocity.app.event.IncludeEventHandler
Packages that use IncludeEventHandler
-
Uses of IncludeEventHandler in org.apache.velocity.app.event
Methods in org.apache.velocity.app.event with parameters of type IncludeEventHandlerModifier and TypeMethodDescriptionvoid
EventCartridge.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 TypeClassDescriptionclass
Simple event handler that checks to see if an included page is available.class
Event handler that looks for included files relative to the path of the current template.