|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentHolder
Super interface for nodes and revisions.
Method Summary | |
---|---|
boolean |
exists()
|
long |
getContentLength()
|
java.io.InputStream |
getInputStream()
|
long |
getLastModified()
|
java.lang.String |
getMimeType()
|
java.lang.String |
getSourceURI()
Accessor for the source URI of this node |
Methods inherited from interface org.apache.lenya.cms.metadata.MetaDataOwner |
---|
getMetaData, getMetaDataNamespaceUris |
Method Detail |
---|
long getLastModified() throws RepositoryException
RepositoryException
- if the node does not exist.long getContentLength() throws RepositoryException
RepositoryException
- if the node does not exist.java.lang.String getSourceURI()
boolean exists() throws RepositoryException
RepositoryException
- if an error occurs.java.io.InputStream getInputStream() throws RepositoryException
RepositoryException
- if the node does not exist.java.lang.String getMimeType() throws RepositoryException
RepositoryException
- if the node does not exist.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |