Class XmlDevice

  • All Implemented Interfaces:
    org.zkoss.zk.device.Device

    public class XmlDevice
    extends org.zkoss.zk.device.GenericDevice
    Represents the XML output.
    Author:
    tomyeh
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlDevice()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContentType()  
      • Methods inherited from class org.zkoss.zk.device.GenericDevice

        addEmbedded, getDocType, getEmbedded, getServerPushClass, getType, getUnavailableMessage, init, isCacheable, isCompatible, isSupported, matches, packageToPath, reloadMessages, sessionDidActivate, sessionWillPassivate, setServerPushClass, setUnavailableMessage, toAbsolutePath
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlDevice

        public XmlDevice()
    • Method Detail

      • getContentType

        public java.lang.String getContentType()