Liferay 6.0.5

com.liferay.portal.velocity
Class VelocityContextPool

java.lang.Object
  extended by com.liferay.portal.velocity.VelocityContextPool

Deprecated. This class has been renamed to ServletContextPool.

public class VelocityContextPool
extends Object


Constructor Summary
VelocityContextPool()
          Deprecated.  
 
Method Summary
static boolean containsKey(String servletContextName)
          Deprecated.  
static javax.servlet.ServletContext get(String servletContextName)
          Deprecated.  
static void put(String servletContextName, javax.servlet.ServletContext servletContext)
          Deprecated.  
static javax.servlet.ServletContext remove(String servletContextName)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityContextPool

public VelocityContextPool()
Deprecated. 
Method Detail

containsKey

public static boolean containsKey(String servletContextName)
Deprecated. 

get

public static javax.servlet.ServletContext get(String servletContextName)
Deprecated. 

put

public static void put(String servletContextName,
                       javax.servlet.ServletContext servletContext)
Deprecated. 

remove

public static javax.servlet.ServletContext remove(String servletContextName)
Deprecated. 

Liferay 6.0.5