Liferay 6.2-ce-ga6

com.liferay.portal.kernel.servlet.liferaypackage
Class LiferayPackageUtil

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.liferaypackage.LiferayPackageUtil

public class LiferayPackageUtil
extends Object


Constructor Summary
LiferayPackageUtil()
           
 
Method Summary
static void checkPackage()
           
static void registerFilter(javax.servlet.ServletContext servletContext, String pathContext)
           
static void unregisterFilter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiferayPackageUtil

public LiferayPackageUtil()
Method Detail

checkPackage

public static void checkPackage()
                         throws Exception
Throws:
Exception

registerFilter

public static void registerFilter(javax.servlet.ServletContext servletContext,
                                  String pathContext)
                           throws LiferayPackageHotDeployException
Throws:
LiferayPackageHotDeployException

unregisterFilter

public static void unregisterFilter()

Liferay 6.2-ce-ga6