Liferay 6.1.2-ce-ga3

com.liferay.portal.util
Class ExtRegistry

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

public class ExtRegistry
extends Object


Constructor Summary
ExtRegistry()
           
 
Method Summary
static Map<String,Set<String>> getConflicts(javax.servlet.ServletContext servletContext)
           
static Set<String> getServletContextNames()
           
static boolean isRegistered(String servletContextName)
           
static void registerExt(javax.servlet.ServletContext servletContext)
           
static void registerPortal(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtRegistry

public ExtRegistry()
Method Detail

getConflicts

public static Map<String,Set<String>> getConflicts(javax.servlet.ServletContext servletContext)
                                            throws Exception
Throws:
Exception

getServletContextNames

public static Set<String> getServletContextNames()

isRegistered

public static boolean isRegistered(String servletContextName)

registerExt

public static void registerExt(javax.servlet.ServletContext servletContext)
                        throws Exception
Throws:
Exception

registerPortal

public static void registerPortal(javax.servlet.ServletContext servletContext)
                           throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3