This class is intended to be used in the context of web presentation layer technologies such as JSP or Velocity.
250251252253254255256257258259260
* use the default namespace ("DAV:") **/ protected PropertyBean getProperty(RevisionBean revision, String name, String namespace) { PropertyBean bean = null; if (revision != null) { bean = revision.getProperty(name, namespace); } return bean;