Package org.zkoss.stateless.action.data
Class URIData
- java.lang.Object
-
- org.zkoss.stateless.action.data.URIData
-
- All Implemented Interfaces:
java.io.Serializable
,ActionData
public class URIData extends java.lang.Object implements ActionData
The URI update event used withonURIChange
to notify that the associated URI is changed by the user.A typical use of this action is to support a better bookmarking for a page containing iframe.
- Author:
- jumperchen
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getURI()
Returns the URI (never null).
-