public class FacesSystemEventListener extends Object
Java class for faces-config-system-event-listenerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-system-event-listenerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="system-event-listener-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
<element name="system-event-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
<element name="source-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
sourceClass |
protected String |
systemEventClass |
protected String |
systemEventListenerClass |
| Constructor and Description |
|---|
FacesSystemEventListener() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getSourceClass()
Gets the value of the sourceClass property.
|
String |
getSystemEventClass()
Gets the value of the systemEventClass property.
|
String |
getSystemEventListenerClass()
Gets the value of the systemEventListenerClass property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSourceClass(String value)
Sets the value of the sourceClass property.
|
void |
setSystemEventClass(String value)
Sets the value of the systemEventClass property.
|
void |
setSystemEventListenerClass(String value)
Sets the value of the systemEventListenerClass property.
|
protected String systemEventListenerClass
protected String systemEventClass
protected String sourceClass
protected String id
public String getSystemEventListenerClass()
Stringpublic void setSystemEventListenerClass(String value)
value - allowed object is
Stringpublic String getSystemEventClass()
Stringpublic void setSystemEventClass(String value)
value - allowed object is
Stringpublic String getSourceClass()
Stringpublic void setSourceClass(String value)
value - allowed object is
StringCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.