org.mortbay.jetty.servlet
Class PathMap.Entry
java.lang.Object
org.mortbay.jetty.servlet.PathMap.Entry
- All Implemented Interfaces:
- Map.Entry
- Enclosing class:
- PathMap
public static class PathMap.Entry
- extends Object
- implements Map.Entry
getKey
public Object getKey()
- Specified by:
getKey
in interface Map.Entry
getValue
public Object getValue()
- Specified by:
getValue
in interface Map.Entry
setValue
public Object setValue(Object o)
- Specified by:
setValue
in interface Map.Entry
toString
public String toString()
- Overrides:
toString
in class Object
getMapped
public String getMapped()