|
eXo JCR :: Component :: Webdav Service 1.15.4-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.webdav.xml.PropertyWriteUtil
public class PropertyWriteUtil
Created by The eXo Platform SAS. Author : Vitaly Guly
| Constructor Summary | |
|---|---|
PropertyWriteUtil()
|
|
| Method Summary | |
|---|---|
static void |
writeAttributes(XMLStreamWriter xmlStreamWriter,
org.exoplatform.common.util.HierarchicalProperty property)
Writes property attributes into XML. |
static void |
writeProperty(XMLStreamWriter xmlStreamWriter,
org.exoplatform.common.util.HierarchicalProperty prop)
Writes the statuses of property into XML. |
static void |
writePropStats(XMLStreamWriter xmlStreamWriter,
Map<String,Set<org.exoplatform.common.util.HierarchicalProperty>> propStatuses)
Writes the statuses of properties into XML. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyWriteUtil()
| Method Detail |
|---|
public static void writePropStats(XMLStreamWriter xmlStreamWriter,
Map<String,Set<org.exoplatform.common.util.HierarchicalProperty>> propStatuses)
throws XMLStreamException
xmlStreamWriter - XML writerpropStatuses - properties statuses
XMLStreamException - XMLStreamException
public static void writeProperty(XMLStreamWriter xmlStreamWriter,
org.exoplatform.common.util.HierarchicalProperty prop)
throws XMLStreamException
xmlStreamWriter - XML writerprop - property
XMLStreamException - XMLStreamException
public static void writeAttributes(XMLStreamWriter xmlStreamWriter,
org.exoplatform.common.util.HierarchicalProperty property)
throws XMLStreamException
xmlStreamWriter - XML writerproperty - property
XMLStreamException - XMLStreamException
|
eXo JCR :: Component :: Webdav Service 1.15.4-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||