VelocityEngine 是什么包
1个回答
展开全部
org.apache.velocity.app.Velocity.类是一个初始化单例的velocity实例的类。
单例模式是一种简单的设计模式,用最简单的话来说,就是让多个类共享一个实例,让他们能够访问到同样的数据。
对比发现:
Velocity类中使用init方法里是使用了RuntimeSingleton.init();
在RuntimeSingleton类中,使用到的运行实例是静态new出来的。
private static RuntimeInstance ri = new RuntimeInstance();
而在org.apache.velocity.app.VelocityEngine类中,并没有一个单例类来初始化,每次都会使用
private RuntimeInstance ri = new RuntimeInstance()
来创建一个新的运行实例,这样就使得每个velocity引擎都会拥有各自的实例,互不干扰。
从RuntimeSingleton类的注释来看:
/**
* This is the Runtime system for Velocity. It is the
* single access point for all functionality in Velocity.
* It adheres to the mediator pattern and is the only
* structure that developers need to be familiar with
* in order to get Velocity to perform.
*
* The Runtime will also cooperate with external
* systems like Turbine. Runtime properties can
* set and then the Runtime is initialized.
*
* Turbine for example knows where the templates
* are to be loaded from, and where the velocity
* log file should be placed.
*/
velocity和外部合作的项目,例如turbine,就使用的这个类来实例化velocity引擎。
单例模式是一种简单的设计模式,用最简单的话来说,就是让多个类共享一个实例,让他们能够访问到同样的数据。
对比发现:
Velocity类中使用init方法里是使用了RuntimeSingleton.init();
在RuntimeSingleton类中,使用到的运行实例是静态new出来的。
private static RuntimeInstance ri = new RuntimeInstance();
而在org.apache.velocity.app.VelocityEngine类中,并没有一个单例类来初始化,每次都会使用
private RuntimeInstance ri = new RuntimeInstance()
来创建一个新的运行实例,这样就使得每个velocity引擎都会拥有各自的实例,互不干扰。
从RuntimeSingleton类的注释来看:
/**
* This is the Runtime system for Velocity. It is the
* single access point for all functionality in Velocity.
* It adheres to the mediator pattern and is the only
* structure that developers need to be familiar with
* in order to get Velocity to perform.
*
* The Runtime will also cooperate with external
* systems like Turbine. Runtime properties can
* set and then the Runtime is initialized.
*
* Turbine for example knows where the templates
* are to be loaded from, and where the velocity
* log file should be placed.
*/
velocity和外部合作的项目,例如turbine,就使用的这个类来实例化velocity引擎。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
AiPPT
2024-12-03 广告
2024-12-03 广告
作为北京饼干科技有限公司的一员,对于市场上各类工具都有所了解。就AiPPT而言,它确实为用户提供了便捷高效的PPT制作体验。通过智能化的辅助功能,用户能够快速生成专业且富有创意的演示文稿,极大地节省了时间和精力。无论是对于个人用户还是企业团...
点击进入详情页
本回答由AiPPT提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询