org.apache.shindig.gadgets.uri
Enum UriCommon.Param

java.lang.Object
  extended by java.lang.Enum<UriCommon.Param>
      extended by org.apache.shindig.gadgets.uri.UriCommon.Param
All Implemented Interfaces:
Serializable, Comparable<UriCommon.Param>
Enclosing interface:
UriCommon

public static enum UriCommon.Param
extends Enum<UriCommon.Param>


Enum Constant Summary
CAJOLE
           
CONTAINER
           
CONTAINER_MODE
           
COUNTRY
           
DEBUG
           
FALLBACK_URL_PARAM
           
GADGET
           
HTML_TAG_CONTEXT
           
JSON
           
LANG
           
LIBS
           
MODULE_ID
           
NO_CACHE
           
NO_EXPAND
           
OAUTH2_TOKEN
           
REFRESH
           
RESIZE_HEIGHT
           
RESIZE_QUALITY
           
RESIZE_WIDTH
           
RETURN_ORIGINAL_CONTENT_ON_ERROR
           
REWRITE_MIME_TYPE
           
SANITIZE
           
SECURITY_TOKEN
           
SYND
          Deprecated. 
TYPE
           
URL
           
VERSION
           
VIEW
           
 
Method Summary
 String getKey()
           
static UriCommon.Param valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UriCommon.Param[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

URL

public static final UriCommon.Param URL

GADGET

public static final UriCommon.Param GADGET

CONTAINER

public static final UriCommon.Param CONTAINER

VIEW

public static final UriCommon.Param VIEW

LANG

public static final UriCommon.Param LANG

COUNTRY

public static final UriCommon.Param COUNTRY

DEBUG

public static final UriCommon.Param DEBUG

NO_CACHE

public static final UriCommon.Param NO_CACHE

VERSION

public static final UriCommon.Param VERSION

SECURITY_TOKEN

public static final UriCommon.Param SECURITY_TOKEN

OAUTH2_TOKEN

public static final UriCommon.Param OAUTH2_TOKEN

MODULE_ID

public static final UriCommon.Param MODULE_ID

REFRESH

public static final UriCommon.Param REFRESH

LIBS

public static final UriCommon.Param LIBS

JSON

public static final UriCommon.Param JSON

TYPE

public static final UriCommon.Param TYPE

REWRITE_MIME_TYPE

public static final UriCommon.Param REWRITE_MIME_TYPE

SANITIZE

public static final UriCommon.Param SANITIZE

CAJOLE

public static final UriCommon.Param CAJOLE

CONTAINER_MODE

public static final UriCommon.Param CONTAINER_MODE

RESIZE_HEIGHT

public static final UriCommon.Param RESIZE_HEIGHT

RESIZE_WIDTH

public static final UriCommon.Param RESIZE_WIDTH

RESIZE_QUALITY

public static final UriCommon.Param RESIZE_QUALITY

NO_EXPAND

public static final UriCommon.Param NO_EXPAND

FALLBACK_URL_PARAM

public static final UriCommon.Param FALLBACK_URL_PARAM

RETURN_ORIGINAL_CONTENT_ON_ERROR

public static final UriCommon.Param RETURN_ORIGINAL_CONTENT_ON_ERROR

HTML_TAG_CONTEXT

public static final UriCommon.Param HTML_TAG_CONTEXT

SYND

@Deprecated
public static final UriCommon.Param SYND
Deprecated. 
Method Detail

values

public static UriCommon.Param[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (UriCommon.Param c : UriCommon.Param.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static UriCommon.Param valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getKey

public String getKey()


Copyright © 2007-2012. All Rights Reserved.