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, sessionFields inherited from class org.apache.velocity.tools.generic.ContextTool
context, toolboxFields 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 TypeMethodDescriptionvoidDeprecated.IfSafeConfig.isConfigLocked()returnstrue, then this method does nothing; otherwise, iffalse, this will create a newValueParserfrom the specified Map of params and callSafeConfig.configure(ValueParser)with it.voidDeprecated.Methods inherited from class org.apache.velocity.tools.view.ViewContextTool
configure, fillKeysetMethods inherited from class org.apache.velocity.tools.generic.ContextTool
contains, get, getKeys, getThis, getToolbox, getValuesMethods 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:SafeConfigIfSafeConfig.isConfigLocked()returnstrue, then this method does nothing; otherwise, iffalse, this will create a newValueParserfrom 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_KEYand the lock value should be a boolean under the keySafeConfig.LOCK_CONFIG_KEY.- Overrides:
configurein classSafeConfig
-