rwlogo
HydraExpress 4.6

HydraExpress C++ API Reference Guide


   


Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::ServletContextEvent Class Reference
[Servlet]

Event class for servlet context change notifications. More...

#include <rwsf/servlet/ServletContextEvent.h>

Inherited by rwsf::ServletContextAttributeEvent.

List of all members.

Public Member Functions

rwsf::ServletContext getServletContext () const

Detailed Description

rwsf::ServletContextEvent provides access to an rwsf::ServletContext when the Agent creates the context, when the Agent is about to destroy the context, or when attributes within the context change. When a context is created or destroyed, the Agent passes an instance of this class to rwsf::ServletContextListener objects within the Agent. When a context attribute changes, the Agent passes an instance of this class to rwsf::ServletContextAttributeListener objects within the Agent.


Member Function Documentation

rwsf::ServletContext rwsf::ServletContextEvent::getServletContext (  )  const

Returns the servlet context that changed.


Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo are registered trademarks of Rogue Wave Software, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.