org.apache.velocity.tools.view.tools
Class ContextTool

java.lang.Object
  extended by org.apache.velocity.tools.generic.SafeConfig
      extended by org.apache.velocity.tools.generic.ContextTool
          extended by org.apache.velocity.tools.view.ViewContextTool
              extended by org.apache.velocity.tools.view.tools.ContextTool

Deprecated.

@Deprecated
public class ContextTool
extends ViewContextTool

Use ViewContextTool


Field Summary
static java.lang.String OLD_SAFE_MODE_KEY
          Deprecated. 
 
Fields 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
ContextTool()
          Deprecated.  
 
Method Summary
 void configure(java.util.Map params)
          Deprecated. If SafeConfig.isConfigLocked() returns true, then this method does nothing; otherwise, if false, this will create a new ValueParser from the specified Map of params and call SafeConfig.configure(ValueParser) with it.
 void init(java.lang.Object obj)
          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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OLD_SAFE_MODE_KEY

@Deprecated
public static final java.lang.String OLD_SAFE_MODE_KEY
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ContextTool

public ContextTool()
Deprecated. 
Method Detail

init

@Deprecated
public void init(java.lang.Object obj)
Deprecated. 


configure

public void configure(java.util.Map params)
Deprecated. 
Description copied from class: SafeConfig
If SafeConfig.isConfigLocked() returns true, then this method does nothing; otherwise, if false, this will create a new ValueParser from the specified Map of params and call SafeConfig.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 key SafeConfig.SAFE_MODE_KEY and the lock value should be a boolean under the key SafeConfig.LOCK_CONFIG_KEY.

Overrides:
configure in class SafeConfig


Copyright (c) 2003-2007 Apache Software Foundation