HydraExpress™ C++ API Reference Guide

Product Documentation:
   HydraExpress C++
Documentation Home
List of all members | Public Member Functions
rwsf::ServletContextEvent Class Reference

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

#include <rwsf/servlet/ServletContextEvent.h>

Inherited by rwsf::ServletContextAttributeEvent.

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 © 2020 Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is registered trademark of Rogue Wave Software, Inc. in the United States and other countries, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.