@version $Name: $ ($Revision: adfrt/faces/adf-faces-api/src/main/java/oracle/adf/view/faces/event/PollEvent.java#0 $) $Date: 10-nov-2005.19:09:03 $ @author The Oracle ADF Faces Team
6869707172737475767778
// And forcibly re-render ourselves - because that's how // we get the poll re-started RequestContext.getCurrentInstance().addPartialTarget(component); UIXPoll poll = (UIXPoll) component; (new PollEvent(component)).queue(); if (poll.isImmediate()) context.renderResponse(); } } }
7374757677787980818283
// And forcibly re-render ourselves - because that's how // we get the poll re-started RequestContext.getCurrentInstance().addPartialTarget(component); UIXPoll poll = (UIXPoll) component; (new PollEvent(component)).queue(); if (poll.isImmediate()) facesContext.renderResponse(); } } }
6768697071727374757677