|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
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
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 | |
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 String toString()
|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2011. All rights reserved.