org.exoplatform.services.jcr.webdav.command.propfind
Class PropFindResponseEntity

java.lang.Object
  extended by 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

Field Summary
protected  int depth
           
protected  WebDavNamespaceContext namespaceContext
           
protected  java.io.OutputStream outputStream
           
protected  java.util.Set<javax.xml.namespace.QName> propertyNames
           
protected  boolean propertyNamesOnly
           
protected  Resource rootResource
           
protected  javax.xml.stream.XMLStreamWriter xmlStreamWriter
           
 
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
 

Field Detail

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
Constructor Detail

PropFindResponseEntity

public PropFindResponseEntity(int depth,
                              Resource rootResource,
                              java.util.Set<javax.xml.namespace.QName> propertyNames,
                              boolean propertyNamesOnly)
Method Detail

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.