|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.dpml.http.ServletEntry
public class ServletEntry
A ServletEntry maintains a mapping between a servlet name and a relative path.
Constructor Summary | |
---|---|
ServletEntry(String name,
String path)
Creation of a new servlet name to path entry. |
Method Summary | |
---|---|
boolean |
equals(Object other)
Test is this object is equal to the supplied object. |
String |
getName()
Return the servlet name. |
String |
getPath()
Return the path. |
int |
hashCode()
Return the instance hashcode. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServletEntry(String name, String path)
name
- the servlet namepath
- the context relative pathMethod Detail |
---|
public String getName()
public String getPath()
public boolean equals(Object other)
equals
in class Object
other
- the object to evaluate this object against
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |