T - public class DumpEntity<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DumpEntity.DumpType
We're dumping the entire object
|
| Constructor and Description |
|---|
DumpEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(org.bedework.util.xml.XmlEmit xml,
DumpEntity.DumpType dtype)
Dump this entity as xml.
|
void |
dump(org.bedework.util.xml.XmlEmit xml,
DumpEntity.DumpType dtype,
boolean fromCollection)
Dump this entity as xml.
|
protected void |
error(String msg) |
protected org.apache.log4j.Logger |
getLog() |
boolean |
hasDumpValue()
Override this if we want to optionally suppress the dump based on some
attributes.
|
public boolean hasDumpValue()
throws org.bedework.webdav.servlet.shared.WebdavException
org.bedework.webdav.servlet.shared.WebdavExceptionpublic void dump(org.bedework.util.xml.XmlEmit xml,
DumpEntity.DumpType dtype)
throws org.bedework.webdav.servlet.shared.WebdavException
xml - dtype - org.bedework.webdav.servlet.shared.WebdavExceptionpublic void dump(org.bedework.util.xml.XmlEmit xml,
DumpEntity.DumpType dtype,
boolean fromCollection)
throws org.bedework.webdav.servlet.shared.WebdavException
xml - dtype - fromCollection - true if the value is a member of a collectionorg.bedework.webdav.servlet.shared.WebdavExceptionprotected org.apache.log4j.Logger getLog()
protected void error(String msg)
Copyright © 2015 Bedework. All rights reserved.