1 5 6 package org.exoplatform.services.portletcontainer; 7 8 14 15 public class PortletContainerConstants { 16 17 public static final String CACHE_REGION = "jsr168:"; 18 public static final String USER_SCOPE_CACHE = CACHE_REGION + "user"; 19 public static final String GLOBAL_SCOPE_CACHE = CACHE_REGION + "forAll"; 20 21 static public String EXCEPTION = "org.exoplatform.portal.container.exception"; 22 static public String DESTROYED = "org.exoplatform.portal.container.destroyed"; 23 } | Popular Tags |