|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.rwt.resources.IResourceManager.RegisterOptions
public static final class IResourceManager.RegisterOptions
An enumeration used to specify additional behavior when registering a resource.
NONE
- no further action is taken.VERSION
- the resource to be registered will be versioned.COMPRESS
- the resource to be registered will be
compressed, assuming it contains JavaScript code.VERSION_AND_COMPRESS
- the resource to be registered will
be versioned and compressed.
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 |
---|
public static final IResourceManager.RegisterOptions NONE
NONE
- no further action is taken.
public static final IResourceManager.RegisterOptions VERSION
VERSION
- the resource to be registered will be versioned.
public static final IResourceManager.RegisterOptions COMPRESS
COMPRESS
- the resource to be registered will be
compressed, assuming it contains JavaScript code.
public static final IResourceManager.RegisterOptions VERSION_AND_COMPRESS
VERSION_AND_COMPRESS
- the resource to be registered will
be versioned and compressed.
Method Detail |
---|
public static IResourceManager.RegisterOptions[] values()
RegisterOptions
.
RegisterOptions
public java.lang.String toString()
toString
in class java.lang.Object
|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.