org.atmosphere.grizzly
Class AtmosphereWarDeployer

java.lang.Object
  extended by com.sun.grizzly.http.deployer.Deployer<V,T>
      extended by com.sun.grizzly.http.deployer.FromURIDeployer<com.sun.grizzly.http.servlet.deployer.WarDeployable,com.sun.grizzly.http.servlet.deployer.WarDeploymentConfiguration>
          extended by com.sun.grizzly.http.servlet.deployer.WarDeployer
              extended by org.atmosphere.grizzly.AtmosphereWarDeployer

public class AtmosphereWarDeployer
extends com.sun.grizzly.http.servlet.deployer.WarDeployer


Constructor Summary
AtmosphereWarDeployer()
           
 
Method Summary
 List<AtmosphereHandler> findAtmosphereHandlers(URLClassLoader classLoader)
           
protected  com.sun.grizzly.http.servlet.deployer.WebAppAdapter getWebAppAdapter(ClassLoader webAppCL)
           
 List<String> listFilesAndFolders(String folder, int tabCounter)
           
protected  void setExtraConfig(com.sun.grizzly.http.servlet.ServletAdapter sa, com.sun.grizzly.http.servlet.deployer.WarDeploymentConfiguration configuration)
           
 
Methods inherited from class com.sun.grizzly.http.servlet.deployer.WarDeployer
cleanup, convert, fromURI, getDefaultWorkFolder, getWorkFolder, isForceCleanUp, setForceCleanUp, setWorkFolder
 
Methods inherited from class com.sun.grizzly.http.deployer.FromURIDeployer
deploy
 
Methods inherited from class com.sun.grizzly.http.deployer.Deployer
deploy, undeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtmosphereWarDeployer

public AtmosphereWarDeployer()
Method Detail

getWebAppAdapter

protected com.sun.grizzly.http.servlet.deployer.WebAppAdapter getWebAppAdapter(ClassLoader webAppCL)
Overrides:
getWebAppAdapter in class com.sun.grizzly.http.servlet.deployer.WarDeployer

setExtraConfig

protected void setExtraConfig(com.sun.grizzly.http.servlet.ServletAdapter sa,
                              com.sun.grizzly.http.servlet.deployer.WarDeploymentConfiguration configuration)
Overrides:
setExtraConfig in class com.sun.grizzly.http.servlet.deployer.WarDeployer

findAtmosphereHandlers

public List<AtmosphereHandler> findAtmosphereHandlers(URLClassLoader classLoader)
                                               throws Exception
Throws:
Exception

listFilesAndFolders

public List<String> listFilesAndFolders(String folder,
                                        int tabCounter)


Copyright © 2011. All Rights Reserved.