javadoc tweaks
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1240 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
1b7bd7153b
commit
de841eba43
|
@ -19,7 +19,6 @@ import java.io.IOException;
|
|||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import org.eclipse.jetty.deploy.providers.MonitoredDirAppProvider;
|
||||
import org.eclipse.jetty.server.Server;
|
||||
import org.eclipse.jetty.server.handler.ContextHandler;
|
||||
import org.eclipse.jetty.server.handler.ContextHandlerCollection;
|
||||
|
@ -35,7 +34,7 @@ import org.eclipse.jetty.xml.XmlConfiguration;
|
|||
*
|
||||
* <p>
|
||||
* Note: The WebAppDeployer is being phased out of Jetty in favor of the {@link DeploymentManager} and
|
||||
* {@link MonitoredDirAppProvider} implementation.
|
||||
* {@link org.eclipse.jetty.deploy.providers.ContextProvider} implementation.
|
||||
*
|
||||
* <p>
|
||||
* This deployer scans a designated directory by {@link #setConfigurationDir(String)} for the appearance/disappearance
|
||||
|
|
|
@ -15,7 +15,6 @@ package org.eclipse.jetty.deploy;
|
|||
|
||||
import java.util.ArrayList;
|
||||
|
||||
import org.eclipse.jetty.deploy.providers.MonitoredDirAppProvider;
|
||||
import org.eclipse.jetty.server.Handler;
|
||||
import org.eclipse.jetty.server.handler.ContextHandler;
|
||||
import org.eclipse.jetty.server.handler.ContextHandlerCollection;
|
||||
|
@ -32,7 +31,7 @@ import org.eclipse.jetty.webapp.WebAppContext;
|
|||
*
|
||||
* <p>
|
||||
* Note: The WebAppDeployer is being phased out of Jetty in favor of the {@link DeploymentManager} and
|
||||
* {@link MonitoredDirAppProvider} implementation.
|
||||
* {@link org.eclipse.jetty.deploy.providers.WebAppProvider} implementation.
|
||||
*
|
||||
* <p>
|
||||
* The class searches a directory for and deploys standard web application. At startup, the directory specified by
|
||||
|
|
Loading…
Reference in New Issue