Deprecated API


Contents
Deprecated Classes
org.eclipse.jetty.deploy.ContextDeployer
           
org.eclipse.jetty.deploy.WebAppDeployer
            
 

Deprecated Methods
org.eclipse.jetty.deploy.ContextDeployer.getConfigurationDir()
          use ContextDeployer.setContextsDir(String) 
org.eclipse.jetty.deploy.App.getContextId()
          Use getContextPath instead. 
org.eclipse.jetty.deploy.ContextDeployer.getDirectory()
          use ContextDeployer.setContextsDir(String) 
org.eclipse.jetty.deploy.providers.ScanningAppProvider.getMonitoredDir()
           
org.eclipse.jetty.deploy.ContextDeployer.setConfigurationDir(File)
          use ContextDeployer.setContextsDir(String) 
org.eclipse.jetty.deploy.ContextDeployer.setConfigurationDir(Resource)
          use ContextDeployer.setContextsDir(String) 
org.eclipse.jetty.deploy.ContextDeployer.setConfigurationDir(String)
          use ContextDeployer.setContextsDir(String) 
org.eclipse.jetty.deploy.ContextDeployer.setDirectory(String)
          use ContextDeployer.setContextsDir(String) 
org.eclipse.jetty.deploy.providers.ScanningAppProvider.setMonitoredDir(Resource)
          use setMonitoredDirResource(Resource) 
org.eclipse.jetty.deploy.providers.ScanningAppProvider.setMonitoredDir(String)
          use setMonitoredDirName(String) 
 



Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.