Uses of Interface
org.apache.velocity.app.event.IncludeEventHandler
- 
Packages that use IncludeEventHandler Package Description org.apache.velocity.app.event org.apache.velocity.app.event.implement 
- 
- 
Uses of IncludeEventHandler in org.apache.velocity.app.eventMethods in org.apache.velocity.app.event with parameters of type IncludeEventHandler Modifier and Type Method Description voidEventCartridge. addIncludeEventHandler(IncludeEventHandler ev)Add an include event handler to the Cartridge.
- 
Uses of IncludeEventHandler in org.apache.velocity.app.event.implementClasses in org.apache.velocity.app.event.implement that implement IncludeEventHandler Modifier and Type Class Description classIncludeNotFoundSimple event handler that checks to see if an included page is available.classIncludeRelativePathEvent handler that looks for included files relative to the path of the current template.
 
-