org.apache.jetspeed.contentserver
Class SimpleContentLocator

java.lang.Object
  extended byorg.apache.jetspeed.contentserver.AbstractContentLocator
      extended byorg.apache.jetspeed.contentserver.SimpleContentLocator
All Implemented Interfaces:
ContentLocator

public class SimpleContentLocator
extends AbstractContentLocator
implements ContentLocator

SimpleContentLocator

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

Field Summary
protected  String realPath
           
 
Fields inherited from class org.apache.jetspeed.contentserver.AbstractContentLocator
contentFile, contextRoot, fileCache, log, lookupPathes, rootPath, URI, URLHints, useCachedLookup
 
Constructor Summary
SimpleContentLocator(String rootPath, String[] URLHints, boolean useCachedLookup, String contextRoot, String URI, List lookupPathes)
           
 
Method Summary
 String getRealPath()
           getRealPath
 
Methods inherited from class org.apache.jetspeed.contentserver.AbstractContentLocator
getBasePath, getInputStream, getLastModified, getOutputStream, writeToOutputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.jetspeed.contentserver.ContentLocator
getBasePath, getInputStream, getLastModified, getOutputStream, writeToOutputStream
 

Field Detail

realPath

protected String realPath
Constructor Detail

SimpleContentLocator

public SimpleContentLocator(String rootPath,
                            String[] URLHints,
                            boolean useCachedLookup,
                            String contextRoot,
                            String URI,
                            List lookupPathes)
                     throws FileNotFoundException
Parameters:
rootPath -
URLHints -
useCachedLookup -
contextRoot -
URI -
lookupPathes -
Throws:
FileNotFoundException
Method Detail

getRealPath

public String getRealPath()

getRealPath

Specified by:
getRealPath in interface ContentLocator
Returns:
See Also:
ContentLocator.getRealPath()


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