org.apache.openjpa.persistence.jest
Class PropertiesFormatter

java.lang.Object
  extended by org.apache.openjpa.persistence.jest.XMLFormatter
      extended by 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

Field Summary
 
Fields inherited from class org.apache.openjpa.persistence.jest.XMLFormatter
_loc, _xsd
 
Fields inherited from interface org.apache.openjpa.persistence.jest.ObjectFormatter
dateFormat
 
Constructor Summary
PropertiesFormatter()
           
 
Method Summary
 Document createXML(String title, String tkey, String tvalue, Map<String,Object> properties)
           
 
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
 

Constructor Detail

PropertiesFormatter

PropertiesFormatter()
Method Detail

createXML

public Document createXML(String title,
                          String tkey,
                          String tvalue,
                          Map<String,Object> properties)


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.