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 |
java.lang.Object |
getAttribute(java.lang.String key)
|
void |
setAttribute(java.lang.String key,
java.lang.Object value)
|
getAttribute
java.lang.Object getAttribute(java.lang.String key)
setAttribute
void setAttribute(java.lang.String key,
java.lang.Object value)
Copyright (c) EclipseSource and others 2002, 2011. All rights reserved.