org.apache.jetspeed.contentserver
Interface ContentLocator

All Known Implementing Classes:
AbstractContentLocator, SimpleContentLocator

public interface ContentLocator

ContentLocator

Version:
$Id: ContentLocator.java 233055 2005-08-16 20:56:54Z weaver $
Author:
Scott T. Weaver

Method Summary
 String getBasePath()
           
 InputStream getInputStream()
           
 Date getLastModified()
           
 OutputStream getOutputStream()
           
 String getRealPath()
           
 long writeToOutputStream(OutputStream stream)
           
 

Method Detail

getOutputStream

public OutputStream getOutputStream()
                             throws IOException
Throws:
IOException

getInputStream

public InputStream getInputStream()
                           throws IOException
Throws:
IOException

getRealPath

public String getRealPath()

writeToOutputStream

public long writeToOutputStream(OutputStream stream)
                         throws IOException
Throws:
IOException

getBasePath

public String getBasePath()

getLastModified

public Date getLastModified()


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.