Java javax.servlet ServletContextAttributeEvent fields, constructors, methods, implement or subclass

Example usage for Java javax.servlet ServletContextAttributeEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.servlet ServletContextAttributeEvent.

The text is from its open source code.

Constructor

ServletContextAttributeEvent(ServletContext source, String name, Object value)
Constructs a ServletContextAttributeEvent from the given ServletContext, attribute name, and attribute value.

Method

StringgetName()
Gets the name of the ServletContext attribute that changed.
ServletContextgetServletContext()
Return the ServletContext that changed.
ObjectgetSource()
The object on which the Event initially occurred.
ObjectgetValue()
Gets the value of the ServletContext attribute that changed.