类 AbstractLockConfig
java.lang.Object
org.apache.velocity.tools.generic.SafeConfig
org.apache.velocity.tools.generic.AbstractLockConfig
已过时。
Apologies to anyone who stepped up to use Tools 2.0-beta1
and made their tools extend this class. Please just extend
the SafeConfig class now. It is better named and no longer
requires implementation of SafeConfig.configure(ValueParser)
,
as that may not be needed by subclasses that may simply want
to know safeMode and/or lockConfig settings.
Sorry for any inconvenience, but this class will be removed before Tools 2.0 goes final. Please update your subclasses before that time. Thanks.
- 从以下版本开始:
- VelocityTools 2.0
-
字段概要
从类继承的字段 org.apache.velocity.tools.generic.SafeConfig
LOCK_CONFIG_KEY, OLD_LOCK_CONFIG_KEY, SAFE_MODE_KEY
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.apache.velocity.tools.generic.SafeConfig
configure, configure, isConfigLocked, isSafeMode, setLockConfig, setSafeMode
-
构造器详细资料
-
AbstractLockConfig
public AbstractLockConfig()已过时。
-
SafeConfig
instead