org.exoplatform.services.jcr.webdav.xml
Class PropertyWriteUtil

java.lang.Object
  extended by org.exoplatform.services.jcr.webdav.xml.PropertyWriteUtil

public class PropertyWriteUtil
extends java.lang.Object

Created by The eXo Platform SAS. Author : Vitaly Guly

Version:
$Id: PropertyWriteUtil.java 38171 2009-10-06 07:39:42Z dkatayev $

Constructor Summary
PropertyWriteUtil()
           
 
Method Summary
static void writeAttributes(javax.xml.stream.XMLStreamWriter xmlStreamWriter, org.exoplatform.common.util.HierarchicalProperty property)
           
static void writeProperty(javax.xml.stream.XMLStreamWriter xmlStreamWriter, org.exoplatform.common.util.HierarchicalProperty prop)
           
static void writePropStats(javax.xml.stream.XMLStreamWriter xmlStreamWriter, java.util.Map<java.lang.String,java.util.Set<org.exoplatform.common.util.HierarchicalProperty>> propStatuses)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyWriteUtil

public PropertyWriteUtil()
Method Detail

writePropStats

public static void writePropStats(javax.xml.stream.XMLStreamWriter xmlStreamWriter,
                                  java.util.Map<java.lang.String,java.util.Set<org.exoplatform.common.util.HierarchicalProperty>> propStatuses)
                           throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeProperty

public static void writeProperty(javax.xml.stream.XMLStreamWriter xmlStreamWriter,
                                 org.exoplatform.common.util.HierarchicalProperty prop)
                          throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeAttributes

public static void writeAttributes(javax.xml.stream.XMLStreamWriter xmlStreamWriter,
                                   org.exoplatform.common.util.HierarchicalProperty property)
                            throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException


Copyright © 2010 eXo Platform SAS. All Rights Reserved.