Interface DynamicMedia

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.zkoss.util.media.Media getMedia​(java.lang.String pathInfo)
      Retrieve the view in Media format.
    • Method Detail

      • getMedia

        org.zkoss.util.media.Media getMedia​(java.lang.String pathInfo)
        Retrieve the view in 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.

        Parameters:
        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.