org.apache.openejb.jee
Class Listener
java.lang.Object
org.apache.openejb.jee.Listener
public class Listener
- extends Object
web-common_3_0.xsd
Java class for listenerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listenerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="listener-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected TextMap description
displayName
protected TextMap displayName
icon
protected LocalCollection<Icon> icon
listenerClass
protected String listenerClass
id
protected String id
Listener
public Listener()
getDescriptions
public Text[] getDescriptions()
setDescriptions
public void setDescriptions(Text[] text)
getDescription
public String getDescription()
addDescription
public void addDescription(Text text)
getDisplayNames
public Text[] getDisplayNames()
setDisplayNames
public void setDisplayNames(Text[] text)
getDisplayName
public String getDisplayName()
addDisplayName
public void addDisplayName(Text text)
getIcons
public Collection<Icon> getIcons()
getIconMap
public Map<String,Icon> getIconMap()
getIcon
public Icon getIcon()
getListenerClass
public String getListenerClass()
setListenerClass
public void setListenerClass(String value)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.