|
||||||||||
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.EventRefBean
public class EventRefBean
EventBean is a Java representation of the faces-config component-extension event XML element.
Constructor Summary | |
---|---|
EventRefBean()
|
Method Summary | |
---|---|
java.lang.String[] |
getEventDeliveryPhases()
Returns the delivery phases for this event. |
java.lang.String |
getEventName()
|
java.lang.String |
getEventType()
Returns the event type for this event. |
boolean |
isIgnoreSourceInterface()
Returns a flag indicating whether or not to automatically implement the event source interface on the generated component source. |
EventBean |
resolveEventType()
Resolves the event type. |
void |
setEventDeliveryPhases(java.lang.String[] deliveryPhases)
Sets the delivery phases for this event. |
void |
setEventType(java.lang.String eventType)
Sets the event type for this event reference. |
void |
setIgnoreSourceInterface(boolean ignoreSourceInterface)
Sets a flag indicating whether or not to automatically implement the event source interface on the generated component source. |
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 EventRefBean()
Method Detail |
---|
public java.lang.String getEventName()
public void setEventType(java.lang.String eventType)
eventType
- the event typepublic java.lang.String getEventType()
public void setEventDeliveryPhases(java.lang.String[] deliveryPhases)
deliveryPhases
- the event delivery phasespublic java.lang.String[] getEventDeliveryPhases()
public void setIgnoreSourceInterface(boolean ignoreSourceInterface)
ignoreSourceInterface
- true, to ignore the event source interface;
false, otherwisepublic boolean isIgnoreSourceInterface()
public EventBean resolveEventType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |