Class ContextTool
java.lang.Object
org.apache.velocity.tools.generic.SafeConfig
org.apache.velocity.tools.generic.ContextTool
org.apache.velocity.tools.view.ViewContextTool
org.apache.velocity.tools.view.tools.ContextTool
Deprecated.
Use
ViewContextTool
-
Field Summary
FieldsFields inherited from class org.apache.velocity.tools.view.ViewContextTool
application, request, session
Fields inherited from class org.apache.velocity.tools.generic.ContextTool
context, toolbox
Fields inherited from class org.apache.velocity.tools.generic.SafeConfig
LOCK_CONFIG_KEY, OLD_LOCK_CONFIG_KEY, SAFE_MODE_KEY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.IfSafeConfig.isConfigLocked()
returnstrue
, then this method does nothing; otherwise, iffalse
, this will create a newValueParser
from the specified Map of params and callSafeConfig.configure(ValueParser)
with it.void
Deprecated.Methods inherited from class org.apache.velocity.tools.view.ViewContextTool
configure, fillKeyset
Methods inherited from class org.apache.velocity.tools.generic.ContextTool
contains, get, getKeys, getThis, getToolbox, getValues
Methods inherited from class org.apache.velocity.tools.generic.SafeConfig
isConfigLocked, isSafeMode, setLockConfig, setSafeMode
-
Field Details
-
OLD_SAFE_MODE_KEY
Deprecated.- See Also:
-
-
Constructor Details
-
ContextTool
public ContextTool()Deprecated.
-
-
Method Details
-
init
Deprecated. -
configure
Deprecated.Description copied from class:SafeConfig
IfSafeConfig.isConfigLocked()
returnstrue
, then this method does nothing; otherwise, iffalse
, this will create a newValueParser
from the specified Map of params and callSafeConfig.configure(ValueParser)
with it. Then this will check the parameters itself to find out whether or not the configuration for this tool should be put into safe mode or have its config locked. The safe mode value should be a boolean under the keySafeConfig.SAFE_MODE_KEY
and the lock value should be a boolean under the keySafeConfig.LOCK_CONFIG_KEY
.- Overrides:
configure
in classSafeConfig
-