Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Rich Ajax Platform
Release 1.2

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. 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.2

Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire