org.alfresco.web.ui.common
Class Utils.URLMode
java.lang.Object
java.lang.Enum
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
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 |
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
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.