Liferay 6.2-ce-ga5

com.liferay.portal.deploy.auto.exploded.tomcat
Class PortletExplodedTomcatListener

java.lang.Object
  extended by com.liferay.portal.deploy.auto.exploded.tomcat.BaseExplodedTomcatListener
      extended by com.liferay.portal.deploy.auto.exploded.tomcat.PortletExplodedTomcatListener
All Implemented Interfaces:
AutoDeployListener

public class PortletExplodedTomcatListener
extends BaseExplodedTomcatListener


Constructor Summary
PortletExplodedTomcatListener()
           
 
Method Summary
protected  int deploy(File file)
           
protected  ExplodedTomcatDeployer getPhpDeployer()
           
 
Methods inherited from class com.liferay.portal.deploy.auto.exploded.tomcat.BaseExplodedTomcatListener
copyContextFile, deploy, getDocBaseDir, isMatchingFileExtension
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletExplodedTomcatListener

public PortletExplodedTomcatListener()
Method Detail

deploy

protected int deploy(File file)
              throws AutoDeployException
Specified by:
deploy in class BaseExplodedTomcatListener
Throws:
AutoDeployException

getPhpDeployer

protected ExplodedTomcatDeployer getPhpDeployer()
                                         throws AutoDeployException
Throws:
AutoDeployException

Liferay 6.2-ce-ga5