Uses of Class
org.gatein.pc.portlet.impl.metadata.portlet.PortletCacheScopeEnum
-
Packages that use PortletCacheScopeEnum Package Description org.gatein.pc.portlet.impl.metadata.portlet -
-
Uses of PortletCacheScopeEnum in org.gatein.pc.portlet.impl.metadata.portlet
Methods in org.gatein.pc.portlet.impl.metadata.portlet that return PortletCacheScopeEnum Modifier and Type Method Description PortletCacheScopeEnumPortletMetaData. getCacheScope()static PortletCacheScopeEnumPortletCacheScopeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PortletCacheScopeEnum[]PortletCacheScopeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gatein.pc.portlet.impl.metadata.portlet with parameters of type PortletCacheScopeEnum Modifier and Type Method Description voidPortletMetaData. setCacheScope(PortletCacheScopeEnum cacheScope)
-