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

org.eclipse.rwt.service
Interface IServiceStore


public interface IServiceStore

The IServiceStore can be used to store and retrieve information during a life cycle request.

Note: the IServiceStore has request-scope, meaning that all information stored here will be lost at the end of a request.

See Also:
RWT

Method Summary
  Object getAttribute ( String key)
           
 void setAttribute ( String key, Object value)
           
 

Method Detail

getAttribute

public 
Object getAttribute(
String key)

setAttribute

public void setAttribute(
String key,
                         
Object value)

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