Liferay 6.1.2-ce-ga3

com.liferay.portal.server.capabilities
Class TomcatServerCapabilities

java.lang.Object
  extended by com.liferay.portal.server.capabilities.TomcatServerCapabilities
All Implemented Interfaces:
ServerCapabilities

public class TomcatServerCapabilities
extends Object
implements ServerCapabilities


Constructor Summary
TomcatServerCapabilities()
           
 
Method Summary
 void determine(javax.servlet.ServletContext servletContext)
           
protected  void determineSupportsHotDeploy(javax.servlet.ServletContext servletContext)
           
 boolean isSupportsHotDeploy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomcatServerCapabilities

public TomcatServerCapabilities()
Method Detail

determine

public void determine(javax.servlet.ServletContext servletContext)
               throws Exception
Specified by:
determine in interface ServerCapabilities
Throws:
Exception

isSupportsHotDeploy

public boolean isSupportsHotDeploy()
Specified by:
isSupportsHotDeploy in interface ServerCapabilities

determineSupportsHotDeploy

protected void determineSupportsHotDeploy(javax.servlet.ServletContext servletContext)
                                   throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3