All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.jsft.taglib.xml Maven / Gradle / Ivy

The newest version!







    http://jsftemplating.java.net/jsft

    
	event
	com.sun.jsft.facelets.EventHandler
	
	     Name of the event for which to install a listener. The
		following table lists the valid values for this attribute,
		and the corresponding event type for which the listener
		action is registered.

value for "type" tag attribute Type of event sent to listener method
preRenderComponent javax.faces.event.PreRenderComponentEvent
postAddToView javax.faces.event.PostAddToViewEvent
preValidate javax.faces.event.PreValidateEvent
postValidate javax.faces.event.PostValidateEvent

In addition to these values, the fully qualified class name of any java class that extends javax.faces.event.ComponentSystemEvent may be used as the value of the "type" attribute.

The listener that is registered will dipatch to the expressions specified in the body of this element. Each expression must be separated by a semicolon and need not be enclosed in #{}.

]]>
type true java.lang.String
deferredFragment com.sun.jsft.component.fragment.DeferredFragment




© 2015 - 2025 Weber Informatics LLC | Privacy Policy