protected class Audio.ExtraCtrl extends HtmlBasedComponent.ExtraCtrl implements DynamicMedia
HtmlBasedComponent.getExtraCtrl()
.
It is used only by component developers.Modifier | Constructor and Description |
---|---|
protected |
ExtraCtrl() |
Modifier and Type | Method and Description |
---|---|
Media |
getMedia(java.lang.String pathInfo)
Retrieve the view in
Media format. |
setPrologContent
public Media getMedia(java.lang.String pathInfo)
DynamicMedia
Media
format.
Unlike other methods, you cannot post event, create, remove, invalidate or do any smart updates in this method. In other words, READ ONLY.
getMedia
in interface DynamicMedia
pathInfo
- the extra info passed to
DHtmlUpdateServlet
.
It is what you passed to
Desktop.getDynamicMediaURI(org.zkoss.zk.ui.Component, java.lang.String)
.
It is never null. It must start with "/" or be empty.Copyright © 2005-2021 Potix Corporation. All Rights Reserved.