org.sakaiproject.util
Class DirectRefreshDelivery
java.lang.Object
org.sakaiproject.util.BaseDelivery
org.sakaiproject.util.DirectRefreshDelivery
- All Implemented Interfaces:
- Delivery
public class DirectRefreshDelivery
- extends BaseDelivery
DirectRefreshDelivery is a Delivery that does a direct location refresh.
|
Method Summary |
String |
compose()
Compose a javascript message for delivery to the browser client window. |
DirectRefreshDelivery
public DirectRefreshDelivery(String address)
- Construct.
- Parameters:
address - The address.
DirectRefreshDelivery
public DirectRefreshDelivery(String address,
String elementId)
- Construct.
- Parameters:
address - The address.elementId - The elementId.
compose
public String compose()
- Compose a javascript message for delivery to the browser client window.
- Specified by:
compose in interface Delivery- Overrides:
compose in class BaseDelivery
- Returns:
- The javascript message to send to the browser client window.
Copyright © 2003-2012 The Sakai Foundation. All Rights Reserved.