| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventHandler | |
|---|---|
| org.apache.velocity.app.event | |
| org.apache.velocity.app.event.implement | |
| Uses of EventHandler in org.apache.velocity.app.event | 
|---|
| Subinterfaces of EventHandler in org.apache.velocity.app.event | |
|---|---|
|  interface | IncludeEventHandlerEvent handler for include type directives (e.g. | 
|  interface | InvalidReferenceEventHandlerEvent handler called when an invalid reference is encountered. | 
|  interface | MethodExceptionEventHandlerEvent handler called when a method throws an exception. | 
|  interface | NullSetEventHandlerEvent handler called when the RHS of #set is null. | 
|  interface | ReferenceInsertionEventHandlerReference 'Stream insertion' event handler. | 
| Methods in org.apache.velocity.app.event with parameters of type EventHandler | |
|---|---|
|  boolean | EventCartridge.addEventHandler(EventHandler ev)Adds an event handler(s) to the Cartridge. | 
|  void | ReferenceInsertionEventHandler.referenceInsertExecutor.execute(EventHandler handler)Call the method referenceInsert() | 
|  void | NullSetEventHandler.ShouldLogOnNullSetExecutor.execute(EventHandler handler)Call the method shouldLogOnNullSet() | 
|  void | MethodExceptionEventHandler.MethodExceptionExecutor.execute(EventHandler handler)Call the method methodException() | 
|  void | InvalidReferenceEventHandler.InvalidGetMethodExecutor.execute(EventHandler handler)Call the method invalidGetMethod() | 
|  void | InvalidReferenceEventHandler.InvalidSetMethodExecutor.execute(EventHandler handler)Call the method invalidSetMethod() | 
|  void | InvalidReferenceEventHandler.InvalidMethodExecutor.execute(EventHandler handler)Call the method invalidMethod() | 
|  void | IncludeEventHandler.IncludeEventExecutor.execute(EventHandler handler)Call the method includeEvent() | 
|  void | EventHandlerMethodExecutor.execute(EventHandler handler)Execute the event handler method. | 
|  boolean | EventCartridge.removeEventHandler(EventHandler ev)Removes an event handler(s) from the Cartridge. | 
| Uses of EventHandler in org.apache.velocity.app.event.implement | 
|---|
| Classes in org.apache.velocity.app.event.implement that implement EventHandler | |
|---|---|
|  class | EscapeHtmlReferenceEscape all HTML entities. | 
|  class | EscapeJavaScriptReferenceEscapes the characters in a String to be suitable for use in JavaScript. | 
|  class | EscapeReferenceBase class for escaping references. | 
|  class | EscapeSqlReferenceEscapes the characters in a String to be suitable to pass to an SQL query. | 
|  class | EscapeXmlReferenceEscape all XML entities. | 
|  class | IncludeNotFoundSimple event handler that checks to see if an included page is available. | 
|  class | IncludeRelativePathEvent handler that looks for included files relative to the path of the current template. | 
|  class | PrintExceptionsSimple event handler that renders method exceptions in the page rather than throwing the exception. | 
|  class | ReportInvalidReferencesUse this event handler to flag invalid references. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||