|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.device.GenericDevice
org.zkoss.zk.device.AjaxDevice
public class AjaxDevice
Represents a Web browser with the Ajax support.
| Constructor Summary | |
|---|---|
AjaxDevice()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getContentType()
Returns text/html;charset=UTF-8 |
java.lang.String |
getDocType()
Returns <! |
boolean |
isCacheable()
Return false to indicate it is cacheable. |
| Methods inherited from class org.zkoss.zk.device.GenericDevice |
|---|
getServerPushClass, getTimeoutURI, getType, getUnavailableMessage, init, sessionDidActivate, sessionWillPassivate, setServerPushClass, setTimeoutURI, setUnavailableMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AjaxDevice()
| Method Detail |
|---|
public boolean isCacheable()
isCacheable in interface DeviceisCacheable in class GenericDevicepublic java.lang.String getContentType()
text/html;charset=UTF-8
public java.lang.String getDocType()
<!DOCTYPE html ...XHTML 1.0 Transitional...>.
getDocType in interface DevicegetDocType in class GenericDevice
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||