Searched defs:Prefix (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/web/
H A DPrefix.java35 public enum Prefix { enum
79 private Prefix(String prefix) { method in class:Prefix
93 private static final Map<String, Prefix> lookupTable;
96 for (Prefix p : Prefix.values()) {
104 * @return {@link Prefix#UNKNOWN} if <var>path</var> is {@code null} or has
108 public static Prefix get(String servletPath) {
117 Prefix p = lookupTable.get(pathPrefix);

Completed in 23 milliseconds