Class NonRootContextJQueryRenderPatch

  • All Implemented Interfaces:
    PageRenderPatch

    public class NonRootContextJQueryRenderPatch
    extends JQueryRenderPatch
    Used to patch the rendering result of a ZK portlet for Liferay. When using ZK portlets with Liferay under non root context, we have to add a JSESSIONID under root(/) path.

    To use it, you have to specify a library property called ""org.zkoss.zk.portlet.PageRenderPatch.class" with this class's name ("org.zkoss.zkplus.liferay.NonRootContextJQueryRenderPatch").

    Since:
    5.0.11
    Author:
    jimmy