org.nuxeo.ecm.platform.url.service
Class AbstractDocumentViewCodec
java.lang.Object
org.nuxeo.ecm.platform.url.service.AbstractDocumentViewCodec
- All Implemented Interfaces:
- DocumentViewCodec
- Direct Known Subclasses:
- DocumentFileCodec, DocumentIdCodec
public abstract class AbstractDocumentViewCodec
- extends Object
- implements DocumentViewCodec
Abstract implementation for codecs.
Implements methods that are not likely to be customized except for
optimization.
- Author:
- Anahide Tchertchian
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
prefix
protected String prefix
AbstractDocumentViewCodec
public AbstractDocumentViewCodec()
getPrefix
public String getPrefix()
- Specified by:
getPrefix in interface DocumentViewCodec
setPrefix
public void setPrefix(String prefix)
- Specified by:
setPrefix in interface DocumentViewCodec
handleDocumentView
public boolean handleDocumentView(DocumentView docView)
- Specified by:
handleDocumentView in interface DocumentViewCodec
handleUrl
public boolean handleUrl(String url)
- Specified by:
handleUrl in interface DocumentViewCodec
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.