Package org.zkoss.zkmax.zul
Class Video.ExtraCtrl
- java.lang.Object
-
- org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
-
- org.zkoss.zkmax.zul.Video.ExtraCtrl
-
- All Implemented Interfaces:
DynamicMedia
,PrologAllowed
- Enclosing class:
- Video
protected class Video.ExtraCtrl extends HtmlBasedComponent.ExtraCtrl implements DynamicMedia
A utility class to implementHtmlBasedComponent.getExtraCtrl()
. It is used only by component developers.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ExtraCtrl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Media
getMedia(java.lang.String pathInfo)
Retrieve the view inMedia
format.-
Methods inherited from class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
setPrologContent
-
-
-
-
Method Detail
-
getMedia
public Media getMedia(java.lang.String pathInfo)
Description copied from interface:DynamicMedia
Retrieve the view inMedia
format.Unlike other methods, you cannot post event, create, remove, invalidate or do any smart updates in this method. In other words, READ ONLY.
- Specified by:
getMedia
in interfaceDynamicMedia
- Parameters:
pathInfo
- the extra info passed toDHtmlUpdateServlet
. It is what you passed toDesktop.getDynamicMediaURI(org.zkoss.zk.ui.Component, java.lang.String)
. It is never null. It must start with "/" or be empty.
-
-