Class 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 Detail

      • systemEventListenerClass

        protected String systemEventListenerClass
      • systemEventClass

        protected String systemEventClass
      • sourceClass

        protected String sourceClass
    • 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