public static enum ConcatUriManager.Type extends Enum<ConcatUriManager.Type>
| Modifier and Type | Method and Description |
|---|---|
static ConcatUriManager.Type |
fromMime(String mime) |
static ConcatUriManager.Type |
fromType(String type) |
String |
getMimeType() |
String |
getSrcAttrib() |
String |
getTagName() |
String |
getType() |
static ConcatUriManager.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConcatUriManager.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConcatUriManager.Type JS
public static final ConcatUriManager.Type CSS
public static ConcatUriManager.Type[] values()
for (ConcatUriManager.Type c : ConcatUriManager.Type.values()) System.out.println(c);
public static ConcatUriManager.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getMimeType()
public String getSrcAttrib()
public String getType()
public String getTagName()
public static ConcatUriManager.Type fromType(String type)
public static ConcatUriManager.Type fromMime(String mime)
Copyright © 2007-2012. All Rights Reserved.