com.opensymphony.webwork.quickstart
Class Mapping

java.lang.Object
  extended by com.opensymphony.webwork.quickstart.Mapping

public class Mapping
extends Object

Used for mapping configuration for the QuickStart application.

Author:
patrick

Constructor Summary
Mapping()
           
Mapping(String path, String dir)
           
 
Method Summary
 String getDir()
           
 String getPath()
           
 void setDir(String dir)
           
 void setPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mapping

public Mapping(String path,
               String dir)

Mapping

public Mapping()
Method Detail

getPath

public String getPath()

setPath

public void setPath(String path)

getDir

public String getDir()

setDir

public void setDir(String dir)

WebWork Project Page