com.liferay.portal.kernel.resiliency.spi
Class SPIRegistryUtil
java.lang.Object
com.liferay.portal.kernel.resiliency.spi.SPIRegistryUtil
public class SPIRegistryUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPIRegistryUtil
public SPIRegistryUtil()
addExcludedPortletId
public static void addExcludedPortletId(String portletId)
getErrorSPI
public static SPI getErrorSPI()
getExcludedPortletIds
public static Set<String> getExcludedPortletIds()
getPortletSPI
public static SPI getPortletSPI(String portletId)
throws PortalResiliencyException
- Throws:
PortalResiliencyException
getServletContextSPI
public static SPI getServletContextSPI(String servletContextName)
throws PortalResiliencyException
- Throws:
PortalResiliencyException
getSPIRegistry
public static SPIRegistry getSPIRegistry()
registerSPI
public static void registerSPI(SPI spi)
throws RemoteException
- Throws:
RemoteException
removeExcludedPortletId
public static void removeExcludedPortletId(String portletId)
setSPIRegistryValidator
public static void setSPIRegistryValidator(SPIRegistryValidator spiRegistryValidator)
unregisterSPI
public static void unregisterSPI(SPI spi)
setSPIRegistry
public void setSPIRegistry(SPIRegistry spiRegistry)