RequestListener

public interface RequestListener

RequestListener is a listener for handling servlet requests.

Author:Hugo Y. K. Lam

Methods

getParameters

public Properties getParameters()

Gets the parameters of this listener.

Returns:the parameters of this listener.

listenerCreated

public void listenerCreated()

Invoked after the listener has been created and before it can handle any request.

Throws:

listenerDestroyed

public void listenerDestroyed()

Invoked after the listener has been taken out from service and before disposal.

Throws: