public static enum GadgetsHandlerApi.RenderingType extends Enum<GadgetsHandlerApi.RenderingType>
| Enum Constant and Description |
|---|
DEFAULT |
IFRAME_CAJOLED |
INLINE_CAJOLED |
SANITIZED |
| Modifier and Type | Method and Description |
|---|---|
static GadgetsHandlerApi.RenderingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GadgetsHandlerApi.RenderingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GadgetsHandlerApi.RenderingType DEFAULT
public static final GadgetsHandlerApi.RenderingType SANITIZED
public static final GadgetsHandlerApi.RenderingType INLINE_CAJOLED
public static final GadgetsHandlerApi.RenderingType IFRAME_CAJOLED
public static GadgetsHandlerApi.RenderingType[] values()
for (GadgetsHandlerApi.RenderingType c : GadgetsHandlerApi.RenderingType.values()) System.out.println(c);
public static GadgetsHandlerApi.RenderingType 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 nullCopyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.