Liferay 6.2-ce-ga5

com.liferay.portal.util
Class WebAppPool

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

public class WebAppPool
extends Object


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

Method Detail

clear

public static void clear()

get

public static Object get(Long webAppId,
                         String key)

put

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

remove

public static Object remove(Long webAppId,
                            String key)

Liferay 6.2-ce-ga5