org.exoplatform.services.jcr.webdav.command.propfind
Class PropFindResponseEntity
java.lang.Object
org.exoplatform.services.jcr.webdav.command.propfind.PropFindResponseEntity
- All Implemented Interfaces:
- org.exoplatform.services.rest.transformer.SerializableEntity
public class PropFindResponseEntity
- extends java.lang.Object
- implements org.exoplatform.services.rest.transformer.SerializableEntity
Created by The eXo Platform SARL .
- Version:
- $Id: PropFindResponseEntity.java 38172 2009-10-06 07:40:39Z dkatayev
$
- Author:
- Gennady Azarenkov
|
Constructor Summary |
PropFindResponseEntity(int depth,
Resource rootResource,
java.util.Set<javax.xml.namespace.QName> propertyNames,
boolean propertyNamesOnly)
|
|
Method Summary |
void |
writeObject(java.io.OutputStream stream)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xmlStreamWriter
protected javax.xml.stream.XMLStreamWriter xmlStreamWriter
outputStream
protected java.io.OutputStream outputStream
namespaceContext
protected final WebDavNamespaceContext namespaceContext
rootResource
protected final Resource rootResource
propertyNames
protected java.util.Set<javax.xml.namespace.QName> propertyNames
depth
protected final int depth
propertyNamesOnly
protected final boolean propertyNamesOnly
PropFindResponseEntity
public PropFindResponseEntity(int depth,
Resource rootResource,
java.util.Set<javax.xml.namespace.QName> propertyNames,
boolean propertyNamesOnly)
writeObject
public void writeObject(java.io.OutputStream stream)
throws java.io.IOException
- Specified by:
writeObject in interface org.exoplatform.services.rest.transformer.SerializableEntity
- Throws:
java.io.IOException
Copyright © 2010 eXo Platform SAS. All Rights Reserved.