Uses of Interface
org.mortbay.jetty.ant.utils.WebApplicationProxy

Packages that use WebApplicationProxy
org.mortbay.jetty.ant   
org.mortbay.jetty.ant.utils   
 

Uses of WebApplicationProxy in org.mortbay.jetty.ant
 

Classes in org.mortbay.jetty.ant that implement WebApplicationProxy
 class WebApplicationProxyImpl
          An abstraction layer over Jetty WebAppContext.
 

Methods in org.mortbay.jetty.ant with parameters of type WebApplicationProxy
 void ServerProxyImpl.addWebApplication(WebApplicationProxy webApp, int scanIntervalSeconds)
           
 

Uses of WebApplicationProxy in org.mortbay.jetty.ant.utils
 

Methods in org.mortbay.jetty.ant.utils with parameters of type WebApplicationProxy
 void ServerProxy.addWebApplication(WebApplicationProxy webApp, int scanIntervalSeconds)
          Adds a new web application to this server.
 



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