Uses of Class
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse.EventBean

Packages that use EventBean
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse   
 

Uses of EventBean in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse that return EventBean
 EventBean FacesConfigBean.findEvent(String eventType)
          Returns the event for this event type.
 EventBean EventRefBean.resolveEventType()
          Resolves the event type.
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse that return types with arguments of type EventBean
 Iterator<EventBean> FacesConfigBean.events()
          Returns an iterator for all events in this faces config.
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse with parameters of type EventBean
 void FacesConfigBean.addEvent(EventBean event)
          Adds an event to this faces config document.
 



Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.