org.qi4j.library.http
Class ServletInfo

java.lang.Object
  extended by org.qi4j.library.http.ServletInfo
All Implemented Interfaces:
Serializable

public class ServletInfo
extends Object
implements Serializable

JAVADOC

See Also:
Serialized Form

Constructor Summary
ServletInfo(String mountPath)
           
ServletInfo(String mountPath, Map<String,String> initParams)
           
 
Method Summary
 String getPath()
           
 Map<String,String> initParams()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletInfo

public ServletInfo(String mountPath)

ServletInfo

public ServletInfo(String mountPath,
                   Map<String,String> initParams)
Method Detail

getPath

public String getPath()

initParams

public Map<String,String> initParams()