1.1 2.0 core.jsp http://www.zkoss.org/tld/core.jsp Methods for JSP pages outZkHtmlTags org.zkoss.zk.fn.ZkFns java.lang.String outZkHtmlTags(ServletContext, HttpServletRequest, HttpServletResponse, String) Returns the desktop info to render a desktop. It is required only if outPageAttrs might not be called outDeviceStyleSheets org.zkoss.zk.fn.JspFns java.lang.String outDeviceStyleSheets(ServletContext, HttpServletRequest, HttpServletResponse, String) Returns HTML tags to include all style sheets used by the specified device. Note: unlike outLangStyleSheets, it can be called without current execution. setCacheControl org.zkoss.zk.fn.JspFns void setCacheControl(HttpServletResponse, java.lang.String, int) Sets the Cache-Control and Expires headers for the current request. setCSSCacheControl org.zkoss.zk.fn.JspFns void setCSSCacheControl(HttpServletResponse) Sets the Cache-Control and Expires headers for the CSS file from class Web resource for the current request. setCWRCacheControl org.zkoss.zk.fn.JspFns void setCWRCacheControl(HttpServletResponse) Sets the Cache-Control and Expires headers for class Web resource for the current request.