接口 VelocityConfig

所有已知实现类:
VelocityConfigurer

public interface VelocityConfig
Interface to be implemented by objects that configure and manage a VelocityEngine for automatic lookup in a web environment. Detected and used by VelocityView.
作者:
Rod Johnson
另请参阅:
  • 方法概要

    修饰符和类型
    方法
    说明
    org.apache.velocity.app.VelocityEngine
    Return the VelocityEngine for the current web application context.
  • 方法详细资料

    • getVelocityEngine

      org.apache.velocity.app.VelocityEngine getVelocityEngine()
      Return the VelocityEngine for the current web application context. May be unique to one servlet, or shared in the root context.
      返回:
      the VelocityEngine