Package org.apache.velocity.util
Interface RuntimeServicesAware
-
- All Known Implementing Classes:
EscapeHtmlReference
,EscapeJavaScriptReference
,EscapeReference
,EscapeSqlReference
,EscapeXmlReference
,IncludeNotFound
,PrintExceptions
,ReportInvalidReferences
,SecureUberspector
public interface RuntimeServicesAware
Use this interface to automatically have the method setRuntimeServices called at initialization. Applies to EventHandler and Uberspect implementations.- Since:
- 1.5
- Version:
- $Id: RuntimeServicesAware.java 685685 2008-08-13 21:43:27Z nbubna $
- Author:
- Will Glass-Husain
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setRuntimeServices(RuntimeServices rs)
Called automatically when event cartridge is initialized.
-
-
-
Method Detail
-
setRuntimeServices
void setRuntimeServices(RuntimeServices rs)
Called automatically when event cartridge is initialized.- Parameters:
rs
- RuntimeServices object assigned during initialization
-
-