com.ibm.websphere.webmsg.publisher
Interface PublisherContext
All known implementing classes:
- public interface PublisherContext
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAttribute(java.lang.String name)
Returns an object value for the given key, or null if there is no value
for the given key.
|
|
setAttribute(java.lang.String name,java.lang.Object value)
Sets the given context Object value for the given key.
|
Method Detail
setAttribute
- void setAttribute(java.lang.String name,
- java.lang.Object value)
Sets the given context Object value for the given key.
Parameters:
name
- value
- getAttribute
- java.lang.Object getAttribute(java.lang.String name)
Returns an object value for the given key, or null if there is no value
for the given key.
Parameters:
name
- Returns:
Given object for given key, or null if none found.