Package org.zkoss.zml.device
Class XmlDevice
- java.lang.Object
-
- org.zkoss.zk.device.GenericDevice
-
- org.zkoss.zml.device.XmlDevice
-
- All Implemented Interfaces:
Device
public class XmlDevice extends 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()
Returns the default content type (never null).-
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
-
-
-
-
Method Detail
-
getContentType
public java.lang.String getContentType()
Description copied from interface:Device
Returns the default content type (never null).
-
-