|
eXo JCR :: Component :: Webdav Service 1.15.10-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.webdav.command.propfind.PropFindResponseEntity
public class PropFindResponseEntity
Created by The eXo Platform SARL .
| Field Summary | |
|---|---|
protected int |
depth
Request depth. |
protected WebDavNamespaceContext |
namespaceContext
Namespace context. |
protected OutputStream |
outputStream
Output stream. |
protected Set<QName> |
propertyNames
The list of properties to get. |
protected boolean |
propertyNamesOnly
Boolean flag, shows if only property names a requested. |
protected Resource |
rootResource
Root resource. |
protected javax.jcr.Session |
session
Session. |
protected XMLStreamWriter |
xmlStreamWriter
XML writer. |
| Constructor Summary | |
|---|---|
PropFindResponseEntity(int depth,
Resource rootResource,
Set<QName> propertyNames,
boolean propertyNamesOnly)
|
|
PropFindResponseEntity(int depth,
Resource rootResource,
Set<QName> propertyNames,
boolean propertyNamesOnly,
javax.jcr.Session session)
Constructor. |
|
| Method Summary | |
|---|---|
void |
write(OutputStream stream)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XMLStreamWriter xmlStreamWriter
protected OutputStream outputStream
protected final WebDavNamespaceContext namespaceContext
protected final Resource rootResource
protected Set<QName> propertyNames
protected final int depth
protected final boolean propertyNamesOnly
protected final javax.jcr.Session session
| Constructor Detail |
|---|
public PropFindResponseEntity(int depth,
Resource rootResource,
Set<QName> propertyNames,
boolean propertyNamesOnly,
javax.jcr.Session session)
depth - reqest depth.rootResource - root resource.propertyNames - the list of properties requestedpropertyNamesOnly - if only property names a requested
public PropFindResponseEntity(int depth,
Resource rootResource,
Set<QName> propertyNames,
boolean propertyNamesOnly)
| Method Detail |
|---|
public void write(OutputStream stream)
throws IOException
write in interface javax.ws.rs.core.StreamingOutputIOException
|
eXo JCR :: Component :: Webdav Service 1.15.10-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||