Module net.shibboleth.ext.spring
Interface VelocityConfig
-
- All Known Implementing Classes:
VelocityConfigurer
public interface VelocityConfigInterface to be implemented by objects that configure and manage a VelocityEngine for automatic lookup in a web environment. Detected and used byVelocityView.- Since:
- 6.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.velocity.app.VelocityEnginegetVelocityEngine()Return the VelocityEngine for the current web application context.
-