uPortal 2.4.1
API Documentation

org.jasig.portal.container.om.servlet
Class ListenerImpl

java.lang.Object
  extended byorg.jasig.portal.container.om.servlet.ListenerImpl
All Implemented Interfaces:
java.io.Serializable

public class ListenerImpl
extends java.lang.Object
implements java.io.Serializable

Data structure to support WebApplicationDefinition for marshalling and unmarshalling of web.xml. Not needed by the Pluto container.

Version:
$Revision: 1.1 $
Author:
Ken Weiner, kweiner@unicon.net
See Also:
Serialized Form

Constructor Summary
ListenerImpl()
           
 
Method Summary
 java.lang.String getListenerClass()
           
 void setListenerClass(java.lang.String listenerClass)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerImpl

public ListenerImpl()
Method Detail

getListenerClass

public java.lang.String getListenerClass()

setListenerClass

public void setListenerClass(java.lang.String listenerClass)

uPortal 2.4.1
API Documentation