com.liferay.portal.velocity
Class VelocityContextPool
java.lang.Object
com.liferay.portal.velocity.VelocityContextPool
Deprecated. This class has been renamed to ServletContextPool
.
public class VelocityContextPool
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
static boolean |
containsKey(java.lang.String servletContextName)
Deprecated. |
static javax.servlet.ServletContext |
get(java.lang.String servletContextName)
Deprecated. |
static void |
put(java.lang.String servletContextName,
javax.servlet.ServletContext servletContext)
Deprecated. |
static javax.servlet.ServletContext |
remove(java.lang.String servletContextName)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VelocityContextPool
public VelocityContextPool()
- Deprecated.
containsKey
public static boolean containsKey(java.lang.String servletContextName)
- Deprecated.
get
public static javax.servlet.ServletContext get(java.lang.String servletContextName)
- Deprecated.
put
public static void put(java.lang.String servletContextName,
javax.servlet.ServletContext servletContext)
- Deprecated.
remove
public static javax.servlet.ServletContext remove(java.lang.String servletContextName)
- Deprecated.