public enum TempUrlHashPrefixSource extends java.lang.Enum<TempUrlHashPrefixSource>
| Enum Constant and Description |
|---|
ADMIN_URL_PATH |
INTERNAL_URL_PATH |
PUBLIC_URL_PATH |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getPath(java.lang.String url) |
static TempUrlHashPrefixSource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TempUrlHashPrefixSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TempUrlHashPrefixSource PUBLIC_URL_PATH
public static final TempUrlHashPrefixSource INTERNAL_URL_PATH
public static final TempUrlHashPrefixSource ADMIN_URL_PATH
public static TempUrlHashPrefixSource[] values()
for (TempUrlHashPrefixSource c : TempUrlHashPrefixSource.values()) System.out.println(c);
public static TempUrlHashPrefixSource valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static java.lang.String getPath(java.lang.String url)
Copyright © 2012-2020 42 BV. All Rights Reserved.