HydraExpress™ C++ 2019 |
HydraExpress™ C++ API Reference Guide |
Product Documentation: HydraExpress C++ Documentation Home |
Event class for servlet context change notifications. More...
#include <rwsf/servlet/ServletContextEvent.h>
Inherited by rwsf::ServletContextAttributeEvent.
Public Member Functions | |
rwsf::ServletContext | getServletContext () const |
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.
rwsf::ServletContext rwsf::ServletContextEvent::getServletContext | ( | ) | const |
Returns the servlet context that changed.
Copyright © 2019 Rogue Wave Software, Inc. All Rights Reserved. |