org.apache.openjpa.persistence.jest
Class PropertiesFormatter
java.lang.Object
org.apache.openjpa.persistence.jest.XMLFormatter
org.apache.openjpa.persistence.jest.PropertiesFormatter
- All Implemented Interfaces:
- ObjectFormatter<Document>
class PropertiesFormatter
- extends XMLFormatter
Formats a key-value pair in a HTML Document.
- Author:
- Pinaki Poddar
Methods inherited from class org.apache.openjpa.persistence.jest.XMLFormatter |
decorate, encode, encode, getMimeType, ior, newDocument, typeOf, typeOf, typeOf, typeOf, typeOf, validate, write, write, writeOut, writeOut |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesFormatter
PropertiesFormatter()
createXML
public Document createXML(String title,
String tkey,
String tvalue,
Map<String,Object> properties)
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.