icecore


Standard Syntax:
     <%@ taglib prefix="icecore" uri="http://icefaces.org/tld/core" %>

XML Syntax:
     <anyxmlelement xmlns:icecore="http://icefaces.org/tld/core" />

No Description

Tag Library Information
Display NameNone
Version3.3.0
Short Nameicecore
URIhttp://icefaces.org/tld/core
 

Tag Summary
configThis tag can be used to adjust behaviour on a per-page basis. These settings take precedence over corresponding application global settings specified via context-param entries in the web.xml file.
refreshThis tag can be used to configure push behavior on a per-view basis.
pushThis tag can be used to configure push behavior on a per-view basis.
setEventPhaseThe Set Event Phase component allows one to specify the phase that certain events will be broadcast in, for events originating from components in its child hierarchy. Note that some iterative containers, such as UIRepeat, UIData and its sub-classes, will wrap events inside another event type that records source row information, so if the iterative container is in-between setEventPhase and the intended source component, in the child/parent component hierarchy, that will interfere with setEventPhase's ability to alter events by their class name. Only selecting all events by specifying an events value of "FacesEvent" would work.
singleSubmitThis tag allows form submission from just the component generating the event and then update the page with any changes from all components (equivilant to <f:ajax execute="@this" render="@all">).
navigationNotifierThis tag can be used to configure the page to be notified when the browser back button is pressed.
 

Listeners
org.icefaces.impl.push.servlet.ICEpushResourceHandlerLifecycle
org.icefaces.impl.application.SessionExpiredListener
 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.