Package org.apache.openejb.jee
Class FacesSystemEventListener
- java.lang.Object
-
- org.apache.openejb.jee.FacesSystemEventListener
-
public class FacesSystemEventListener extends Object
web-facesconfig_2_0.xsdJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected StringsourceClassprotected StringsystemEventClassprotected StringsystemEventListenerClass
-
Constructor Summary
Constructors Constructor Description FacesSystemEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.StringgetSourceClass()Gets the value of the sourceClass property.StringgetSystemEventClass()Gets the value of the systemEventClass property.StringgetSystemEventListenerClass()Gets the value of the systemEventListenerClass property.voidsetId(String value)Sets the value of the id property.voidsetSourceClass(String value)Sets the value of the sourceClass property.voidsetSystemEventClass(String value)Sets the value of the systemEventClass property.voidsetSystemEventListenerClass(String value)Sets the value of the systemEventListenerClass property.
-
-
-
Method Detail
-
getSystemEventListenerClass
public String getSystemEventListenerClass()
Gets the value of the systemEventListenerClass property.- Returns:
- possible object is
String
-
setSystemEventListenerClass
public void setSystemEventListenerClass(String value)
Sets the value of the systemEventListenerClass property.- Parameters:
value- allowed object isString
-
getSystemEventClass
public String getSystemEventClass()
Gets the value of the systemEventClass property.- Returns:
- possible object is
String
-
setSystemEventClass
public void setSystemEventClass(String value)
Sets the value of the systemEventClass property.- Parameters:
value- allowed object isString
-
getSourceClass
public String getSourceClass()
Gets the value of the sourceClass property.- Returns:
- possible object is
String
-
setSourceClass
public void setSourceClass(String value)
Sets the value of the sourceClass property.- Parameters:
value- allowed object isString
-
-