类 OldToolInfo
java.lang.Object
org.apache.velocity.tools.ToolInfo
org.apache.velocity.tools.OldToolInfo
- 所有已实现的接口:
Serializable
Manages old tools which still use the deprecated init() method.
- 版本:
- $Id: OldToolInfo.java 511959 2007-02-26 19:24:39Z nbubna $
- 作者:
- Nathan Bubna
- 另请参阅:
-
字段概要
字段从类继承的字段 org.apache.velocity.tools.ToolInfo
CONFIGURE_METHOD_NAME
-
构造器概要
构造器构造器说明OldToolInfo
(String key, Class clazz) Creates a new instance using the minimum required info necessary for a tool. -
方法概要
从类继承的方法 org.apache.velocity.tools.ToolInfo
addProperties, combine, create, getClassname, getConfigure, getKey, getProperties, getProps, getToolClass, hasConfigure, hasPermission, invoke, isSkipSetters, newInstance, putProperty, restrictTo, setKey, setProperty, setSkipSetters
-
字段详细资料
-
构造器详细资料
-
OldToolInfo
Creates a new instance using the minimum required info necessary for a tool.
-
-
方法详细资料
-
getInit
-
setClass
从类复制的说明:ToolInfo
Tries to create an instance of the specified Class, then looks for a configure(Map<String,Object>) method. -
configure
从类复制的说明:ToolInfo
Actually performs configuration of the newly instantiated tool using the combined final set of configuration properties. First, if the class lacks theSkipSetters
annotation, then any specific setters matching the configuration keys are called, then the general configure(Map) method (if any) is called.
-