public interface

VelocityConfig

org.springframework.web.servlet.view.velocity.VelocityConfig
Known Indirect Subclasses

Class Overview

Interface to be implemented by objects that configure and manage a VelocityEngine for automatic lookup in a web environment. Detected and used by VelocityView.

Summary

Public Methods
abstract VelocityEngine getVelocityEngine()
Return the VelocityEngine for the current web application context.

Public Methods

public abstract VelocityEngine getVelocityEngine ()

Return the VelocityEngine for the current web application context. May be unique to one servlet, or shared in the root context.

Returns
  • the VelocityEngine