com.sage.orion.sdata.servlet
Interface ResourceContext
- All Known Implementing Classes:
- AccpacResourceContext, BaseResourceContext, ResourceContextImpl, SystemResourceContext
public interface ResourceContext
Method Summary |
java.lang.Object |
get(java.lang.String tag)
Gets the requested context element. |
void |
put(java.lang.String tag,
java.lang.Object object)
Adds the given tag and context object to the context. |
put
void put(java.lang.String tag,
java.lang.Object object)
- Adds the given tag and context object to the context.
- Parameters:
tag
- object
-
get
java.lang.Object get(java.lang.String tag)
- Gets the requested context element.
- Parameters:
tag
-
- Returns:
- the requested context element. returns null if the element does
not exist.
Copyright © 2011 Sage Software, Inc. All rights reserved.