Interface PageRenderPatch


  • public interface PageRenderPatch
    A patch that is used to process the rendering result of a page. Currently, it is used only by DHtmlLayoutPortlet to allow the deployer to plug-in a patch for particular portal container.

    To specify a patch, use a library property called "org.zkoss.zk.portlet.PageRenderPatch.class" (refer to Attributes.PORTLET_RENDER_PATCH_CLASS.

    Since:
    5.0.0
    Author:
    tomyeh