|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.webmsg.publisher.servlet.ServletPublishContext
public class ServletPublishContext
Concrete context implementation backed by a ServletContext object.
ServletContext
Constructor Summary | |
---|---|
ServletPublishContext(javax.servlet.ServletContext ctx)
|
Method Summary | |
---|---|
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. |
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Sets the given context Object value for the given key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServletPublishContext(javax.servlet.ServletContext ctx)
Method Detail |
---|
public java.lang.Object getAttribute(java.lang.String name)
PublisherContext
getAttribute
in interface PublisherContext
PublisherContext.getAttribute(String)
public void setAttribute(java.lang.String name, java.lang.Object value)
PublisherContext
setAttribute
in interface PublisherContext
PublisherContext.setAttribute(String, Object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |