|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.buildtools.maven2.plugin.faces.parse.ObjectBean
org.apache.myfaces.buildtools.maven2.plugin.faces.parse.EventBean
public class EventBean
EventBean is a Java representation of the faces-config-extension event XML element.
| Constructor Summary | |
|---|---|
EventBean()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description of this property. |
java.lang.String |
getEventClass()
Returns the event class for this event. |
java.lang.String |
getEventListenerClass()
Returns the event listener class for this event. |
java.lang.String |
getEventName()
|
java.lang.String |
getEventSourceInterface()
Returns the event source interface for this event. |
java.lang.String |
getEventType()
Returns the event type for this event. |
void |
setDescription(java.lang.String description)
Sets the description of this property. |
void |
setEventClass(java.lang.String eventClass)
Sets the event class for this event. |
void |
setEventListenerClass(java.lang.String eventListenerClass)
Sets the event listener class for this event. |
void |
setEventSourceInterface(java.lang.String eventSourceInterface)
Sets the event source interface for this event. |
void |
setEventType(java.lang.String eventType)
Sets the event type for this event. |
| Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.faces.parse.ObjectBean |
|---|
attach, getOwner, isModifiedSince |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventBean()
| Method Detail |
|---|
public java.lang.String getEventName()
public void setDescription(java.lang.String description)
description - the property descriptionpublic java.lang.String getDescription()
public void setEventType(java.lang.String eventType)
eventType - the event typepublic java.lang.String getEventType()
public void setEventClass(java.lang.String eventClass)
eventName - the event classpublic java.lang.String getEventClass()
public void setEventListenerClass(java.lang.String eventListenerClass)
eventListenerClass - the event listener classpublic java.lang.String getEventListenerClass()
public void setEventSourceInterface(java.lang.String eventSourceInterface)
eventSourceInterface - the event source interfacepublic java.lang.String getEventSourceInterface()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||