Liferay 6.0.5

com.liferay.portal.util
Class WebAppPool

java.lang.Object
  extended by com.liferay.portal.util.WebAppPool

public class WebAppPool
extends Object


Method Summary
static Object get(String webAppId, String key)
           
static void put(String webAppId, String key, Object obj)
           
static Object remove(String webAppId, String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static Object get(String webAppId,
                         String key)

put

public static void put(String webAppId,
                       String key,
                       Object obj)

remove

public static Object remove(String webAppId,
                            String key)

Liferay 6.0.5