org.alfresco.web.ui.common
Class Utils.URLMode

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.web.ui.common.Utils.URLMode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
Utils

public static final class Utils.URLMode
extends java.lang.Enum

Enum representing the client URL type to generate

See Also:
Serialized Form

Field Summary
static Utils.URLMode BROWSE
           
static Utils.URLMode CIFS
           
static Utils.URLMode FTP
           
static Utils.URLMode HTTP_DOWNLOAD
           
static Utils.URLMode HTTP_INLINE
           
static Utils.URLMode SHOW_DETAILS
           
static Utils.URLMode WEBDAV
           
 
Method Summary
static Utils.URLMode valueOf(java.lang.String name)
           
static Utils.URLMode[] values()
           
 
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
 

Field Detail

HTTP_DOWNLOAD

public static final Utils.URLMode HTTP_DOWNLOAD

HTTP_INLINE

public static final Utils.URLMode HTTP_INLINE

WEBDAV

public static final Utils.URLMode WEBDAV

CIFS

public static final Utils.URLMode CIFS

SHOW_DETAILS

public static final Utils.URLMode SHOW_DETAILS

BROWSE

public static final Utils.URLMode BROWSE

FTP

public static final Utils.URLMode FTP
Method Detail

values

public static Utils.URLMode[] values()

valueOf

public static Utils.URLMode valueOf(java.lang.String name)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.