com.ibm.websphere.webmsg.publisher.servlet

Class ServletPublishContext

  • java.lang.Object
    • com.ibm.websphere.webmsg.publisher.servlet.ServletPublishContext
  • All Implemented Interfaces:
    PublisherContext


    public class ServletPublishContext
    extends java.lang.Object
    implements PublisherContext
    Concrete context implementation backed by a ServletContext object.
    See Also:
    ServletContext
    • Constructor Summary

      Constructors 
      Constructor and Description
      ServletPublishContext(javax.servlet.ServletContext ctx) 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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
IBM WebSphere Application Server [webmsg.publisher]