jrun.servlet
Interface WebAppServlet


public interface WebAppServlet

Interface that must be implemented by servlets that wish to have access to services provided by the web application.

Author:
Karl Moss

Method Summary
 void setWebApplication(WebApplication webapp)
          Sets the owning web application
 

Method Detail

setWebApplication

public void setWebApplication(WebApplication webapp)
Sets the owning web application
Parameters:
The - web app


Copyright � 2002 Macromedia Corporation. All Rights Reserved.