Eclipse Rich Ajax Platform

org.eclipse.rwt.resources
Class IResourceManager.RegisterOptions

java.lang.Object
  extended by org.eclipse.rwt.resources.IResourceManager.RegisterOptions
Enclosing interface:
IResourceManager

public static final class IResourceManager.RegisterOptions
extends java.lang.Object

An enumeration used to specify additional behavior when registering a resource.

Since:
1.0

Field Summary
static IResourceManager.RegisterOptions COMPRESS
          COMPRESS - the resource to be registered will be compressed, assuming it contains JavaScript code.
static IResourceManager.RegisterOptions NONE
          NONE - no further action is taken.
static IResourceManager.RegisterOptions VERSION
          VERSION - the resource to be registered will be versioned.
static IResourceManager.RegisterOptions VERSION_AND_COMPRESS
          VERSION_AND_COMPRESS - the resource to be registered will be versioned and compressed.
 
Method Summary
 java.lang.String toString()
           
static IResourceManager.RegisterOptions[] values()
          Returns all available RegisterOptions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final IResourceManager.RegisterOptions NONE
NONE - no further action is taken.


VERSION

public static final IResourceManager.RegisterOptions VERSION
VERSION - the resource to be registered will be versioned.


COMPRESS

public static final IResourceManager.RegisterOptions COMPRESS
COMPRESS - the resource to be registered will be compressed, assuming it contains JavaScript code.


VERSION_AND_COMPRESS

public static final IResourceManager.RegisterOptions VERSION_AND_COMPRESS
VERSION_AND_COMPRESS - the resource to be registered will be versioned and compressed.

Method Detail

values

public static IResourceManager.RegisterOptions[] values()
Returns all available RegisterOptions.

Returns:
array of available RegisterOptions

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Eclipse Rich Ajax Platform

Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.