|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.FacesSystemEventListener
public class FacesSystemEventListener
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 |
|---|
protected String systemEventListenerClass
protected String systemEventClass
protected String sourceClass
protected String id
| Constructor Detail |
|---|
public FacesSystemEventListener()
| Method Detail |
|---|
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
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||