com.khubla.pragmatach.plugin.jcr
Class PragmatachJCRToJSON

java.lang.Object
  extended by com.khubla.pragmatach.plugin.jcr.PragmatachJCRToJSON

public class PragmatachJCRToJSON
extends Object

Author:
tome

Constructor Summary
PragmatachJCRToJSON()
           
 
Method Summary
static String renderNodeProperties(javax.jcr.Node node)
          Pretty simple; render all the properties to JSON
static String renderSubnodeNames(javax.jcr.Node node)
          Pretty simple; render all the subnode names to JSON
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PragmatachJCRToJSON

public PragmatachJCRToJSON()
Method Detail

renderNodeProperties

public static String renderNodeProperties(javax.jcr.Node node)
                                   throws PragmatachException
Pretty simple; render all the properties to JSON

Throws:
PragmatachException

renderSubnodeNames

public static String renderSubnodeNames(javax.jcr.Node node)
                                 throws PragmatachException
Pretty simple; render all the subnode names to JSON

Throws:
PragmatachException


Copyright © 2014 khubla.com. All rights reserved.