Eclipse Rich Ajax Platform

Uses of Class
org.eclipse.rwt.resources.IResourceManager.RegisterOptions

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.COMPRESS
          COMPRESS - the resource to be registered will be compressed, assuming it contains JavaScript code.
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.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(java.lang.String name, java.io.InputStream is, java.lang.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.
 void IResourceManager.register(java.lang.String name, java.lang.String charset, IResourceManager.RegisterOptions options)
          Deprecated. Use IResourceManager.register(String, InputStream) or IResourceManager.register(String, InputStream, String, RegisterOptions) instead
 


Eclipse Rich Ajax Platform

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