@ManagedObject(value="Mapped Resource") public static class PathMappings.MappedResource<E> extends Object implements Comparable<PathMappings.MappedResource<E>>
Constructor and Description |
---|
PathMappings.MappedResource(PathSpec pathSpec,
E resource) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PathMappings.MappedResource<E> other)
Comparison is based solely on the pathSpec
|
boolean |
equals(Object obj) |
PathSpec |
getPathSpec() |
E |
getResource() |
int |
hashCode() |
String |
toString() |
public int compareTo(PathMappings.MappedResource<E> other)
compareTo
in interface Comparable<PathMappings.MappedResource<E>>
@ManagedAttribute(value="path spec", readonly=true) public PathSpec getPathSpec()
@ManagedAttribute(value="resource", readonly=true) public E getResource()
Copyright © 1995-2015 Webtide. All Rights Reserved.