|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.fn.JspFns
public class JspFns
Utilities to generate ZK related information in JSP pages.
For DSP pages, use DspFns instead.
For ZUML pages, use ZkFns instead.
| Constructor Summary | |
|---|---|
JspFns()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
outDeviceStyleSheets(javax.servlet.ServletContext ctx,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String deviceType)
Returns HTML tags to include style sheets of the specified device of the current application (never null). |
static java.lang.String |
outZkHtmlTags(javax.servlet.ServletContext ctx,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String deviceType)
Generates and returns the ZK specific HTML tags such as stylesheet and JavaScript. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JspFns()
| Method Detail |
|---|
public static java.lang.String outZkHtmlTags(javax.servlet.ServletContext ctx,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String deviceType)
deviceType - the device type. If null, ajax is assumed.
public static final java.lang.String outDeviceStyleSheets(javax.servlet.ServletContext ctx,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String deviceType)
It is the same as DspFns.outDeviceStyleSheets(java.lang.String)
except this method is used for JSP pages.
deviceType - the device type. If null, ajax is assumed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||