org.apache.openejb.jee
Class FacesSystemEventListener

java.lang.Object
  extended by org.apache.openejb.jee.FacesSystemEventListener

public class FacesSystemEventListener
extends Object

web-facesconfig_2_0.xsd

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>
 


Field Summary
protected  String id
           
protected  String sourceClass
           
protected  String systemEventClass
           
protected  String systemEventListenerClass
           
 
Constructor Summary
FacesSystemEventListener()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

systemEventListenerClass

protected String systemEventListenerClass

systemEventClass

protected String systemEventClass

sourceClass

protected String sourceClass

id

protected String id
Constructor Detail

FacesSystemEventListener

public FacesSystemEventListener()
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 is String

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 is String

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 is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.