Eclipse Remote Application Platform

Uses of Package
org.eclipse.rap.rwt.service

Packages that use org.eclipse.rap.rwt.service
org.eclipse.rap.rwt   
org.eclipse.rap.rwt.application   
org.eclipse.rap.rwt.service   
 

Classes in org.eclipse.rap.rwt.service used by org.eclipse.rap.rwt
ApplicationContext
          An application context represents a running instance of a RAP application.
IServiceStore
          Deprecated. This interface will be removed in a future release without a replacement. If you need to store data in the scope of a request, consider to use the request object (e.g. HttpServletRequest#setAttribute(String, Object)).
ResourceManager
          The resource manager is used to register static resources like images, CSS files etc.
ServiceManager
          The service manager is used to register service handlers with the framework.
SettingStore
          A setting store is a persistent store for user-specific settings (i.e.
UISession
          The UISession represents the current instance of the UI.
 

Classes in org.eclipse.rap.rwt.service used by org.eclipse.rap.rwt.application
ResourceLoader
          A resource loader is used to load the contents of a named resource.
ServiceHandler
          A service handler can be used to process custom requests, e.g.
SettingStoreFactory
          A setting store factory is responsible for creating and initializing a specific kind of setting store.
 

Classes in org.eclipse.rap.rwt.service used by org.eclipse.rap.rwt.service
IApplicationStore
          Deprecated. Use ApplicationContext instead.
IResourceManager
          Deprecated. Use ResourceManager instead
IServiceManager
          Deprecated. Use ServiceManager instead
ISessionStore
          Deprecated. Use UISession instead
ISettingStore
          Deprecated. Use SettingStore instead.
ResourceManager
          The resource manager is used to register static resources like images, CSS files etc.
ServiceHandler
          A service handler can be used to process custom requests, e.g.
ServiceManager
          The service manager is used to register service handlers with the framework.
SettingStore
          A setting store is a persistent store for user-specific settings (i.e.
SettingStoreEvent
          An event that contains the details of a single attribute change in the setting store.
SettingStoreFactory
          A setting store factory is responsible for creating and initializing a specific kind of setting store.
SettingStoreListener
          Setting store listeners are notified when an attribute in the setting store has been changed (i.e.
UISession
          The UISession represents the current instance of the UI.
UISessionEvent
          Events of this type signal a state change of a UI session.
UISessionListener
          UISessionListeners can be attached to a UI session to receive a notification before the UI session is destroyed.
 


Eclipse Remote Application Platform

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