org.apache.myfaces.tomahawk.application
Class PreRenderViewAddResourceEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.SystemEvent
          extended by javax.faces.event.ComponentSystemEvent
              extended by org.apache.myfaces.tomahawk.application.PreRenderViewAddResourceEvent
All Implemented Interfaces:
java.io.Serializable

public class PreRenderViewAddResourceEvent
extends javax.faces.event.ComponentSystemEvent

This event is triggered after PreRenderViewEvent but before ViewHandler.render, to give the chance to component to add resources to the current view before render occur.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PreRenderViewAddResourceEvent(javax.faces.component.UIComponent component)
           
 
Method Summary
 boolean isAppropriateListener(javax.faces.event.FacesListener listener)
           
 
Methods inherited from class javax.faces.event.ComponentSystemEvent
getComponent
 
Methods inherited from class javax.faces.event.SystemEvent
processListener
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PreRenderViewAddResourceEvent

public PreRenderViewAddResourceEvent(javax.faces.component.UIComponent component)
Method Detail

isAppropriateListener

public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
Overrides:
isAppropriateListener in class javax.faces.event.SystemEvent


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.