org.apache.tapestry5.corelib.mixins
Class ZoneRefresh

java.lang.Object
  extended by org.apache.tapestry5.corelib.mixins.ZoneRefresh

@Import(library="zone-refresh.js")
public class ZoneRefresh
extends Object

This mixin periodically refreshs a @{link org.apache.tapestry5.corelib.components.Zone zone} by triggering an event on the server using ajax requests.

Note: This mixin is only meant for a @{link org.apache.tapestry5.corelib.components.Zone zone}

Parameters:
NameTypeFlagsDefaultDefault PrefixSinceDescription
contextjava.lang.ObjectpropContext passed to the event
periodintRequiredliteralPeriod between two consecutive refreshes (in seconds)

Constructor Summary
ZoneRefresh()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZoneRefresh

public ZoneRefresh()


Copyright © 2003-2012 The Apache Software Foundation.