jrun.servlet
Class WebAppMapping

java.lang.Object
  |
  +--jrun.servlet.ServletMapping
        |
        +--jrun.servlet.WebAppMapping

public class WebAppMapping
extends ServletMapping

Represents a single web application mapping.

Author:
Karl Moss

Constructor Summary
WebAppMapping()
           
 
Method Summary
 WebApplication getWebApplication()
           
 void setUseWebServerRoot(boolean use)
          Determines if the web application should use the web server root dir
 void setWebApplication(WebApplication webapp)
           
 
Methods inherited from class jrun.servlet.ServletMapping
getExtension, getHost, getLength, getName, getPath, getPrefix, getTarget, isServlet, setName, setPath, setServlet, setTarget, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebAppMapping

public WebAppMapping()
Method Detail

setUseWebServerRoot

public void setUseWebServerRoot(boolean use)
Determines if the web application should use the web server root dir
Parameters:
useRoot - true if the web applications should use the web server root dir

setWebApplication

public void setWebApplication(WebApplication webapp)

getWebApplication

public WebApplication getWebApplication()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.