org.apache.velocity.util
Interface RuntimeServicesAware
- All Known Implementing Classes:
- EscapeReference, 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.
- Version:
- $Id: RuntimeServicesAware.java 463298 2006-10-12 16:10:32Z henning $
- Author:
- Will Glass-Husain
setRuntimeServices
public void setRuntimeServices(RuntimeServices rs)
- Called automatically when event cartridge is initialized.
- Parameters:
rs
- RuntimeServices object assigned during initialization
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.