|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse.ObjectBean
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse.EventBean
public class EventBean
EventBean is a Java representation of the faces-config-extension event XML element.
Constructor Summary | |
---|---|
EventBean()
|
Method Summary | |
---|---|
String |
getDescription()
Returns the description of this property. |
String |
getEventClass()
Returns the event class for this event. |
String |
getEventListenerClass()
Returns the event listener class for this event. |
String |
getEventName()
|
String |
getEventSourceInterface()
Returns the event source interface for this event. |
String |
getEventType()
Returns the event type for this event. |
void |
setDescription(String description)
Sets the description of this property. |
void |
setEventClass(String eventClass)
Sets the event class for this event. |
void |
setEventListenerClass(String eventListenerClass)
Sets the event listener class for this event. |
void |
setEventSourceInterface(String eventSourceInterface)
Sets the event source interface for this event. |
void |
setEventType(String eventType)
Sets the event type for this event. |
Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.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 String getEventName()
public void setDescription(String description)
description
- the property descriptionpublic String getDescription()
public void setEventType(String eventType)
eventType
- the event typepublic String getEventType()
public void setEventClass(String eventClass)
eventName
- the event classpublic String getEventClass()
public void setEventListenerClass(String eventListenerClass)
eventListenerClass
- the event listener classpublic String getEventListenerClass()
public void setEventSourceInterface(String eventSourceInterface)
eventSourceInterface
- the event source interfacepublic String getEventSourceInterface()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |