|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.dpml.http.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 path| Method Detail |
public String getName()
public String getPath()
public boolean equals(Object other)
other - the object to evaluate this object against
public int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||