|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IResourceManager.RegisterOptions | |
org.eclipse.rwt.resources |
Uses of IResourceManager.RegisterOptions in org.eclipse.rwt.resources |
Fields in org.eclipse.rwt.resources declared as IResourceManager.RegisterOptions | |
static IResourceManager.RegisterOptions |
IResourceManager.RegisterOptions.NONE
NONE - no further action is taken. |
static IResourceManager.RegisterOptions |
IResourceManager.RegisterOptions.VERSION
VERSION - the resource to be registered will be versioned. |
static IResourceManager.RegisterOptions |
IResourceManager.RegisterOptions.COMPRESS
COMPRESS - the resource to be registered will be
compressed, assuming it contains JavaScript code. |
static IResourceManager.RegisterOptions |
IResourceManager.RegisterOptions.VERSION_AND_COMPRESS
VERSION_AND_COMPRESS - the resource to be registered will
be versioned and compressed. |
Methods in org.eclipse.rwt.resources that return IResourceManager.RegisterOptions | |
IResourceManager.RegisterOptions |
IResource.getOptions()
Specifies in which way the resource is delivered. |
static IResourceManager.RegisterOptions[] |
IResourceManager.RegisterOptions.values()
Returns all available RegisterOptions . |
Methods in org.eclipse.rwt.resources with parameters of type IResourceManager.RegisterOptions | |
void |
IResourceManager.register(String name,
String charset,
IResourceManager.RegisterOptions options)
Registers a text resource which is located on the web-applications classpath and encoded with the given charset . |
void |
IResourceManager.register(String name,
InputStream is,
String charset,
IResourceManager.RegisterOptions options)
Registers a text resource that is encoded with the given charset for download with the given name relative to the
context root. |
|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2011. All rights reserved.