|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.velocity.tools.generic.SafeConfig
org.apache.velocity.tools.generic.AbstractLockConfig
SafeConfig instead
@Deprecated public abstract class 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.
| Field Summary |
|---|
| Fields inherited from class org.apache.velocity.tools.generic.SafeConfig |
|---|
LOCK_CONFIG_KEY, OLD_LOCK_CONFIG_KEY, SAFE_MODE_KEY |
| Constructor Summary | |
|---|---|
AbstractLockConfig()
Deprecated. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.velocity.tools.generic.SafeConfig |
|---|
configure, configure, isConfigLocked, isSafeMode, setLockConfig, setSafeMode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractLockConfig()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||