| org.apache.lenya.cms.cocoon.source.SiteSource
SiteSource | public class SiteSource extends AbstractLogEnabled implements Source(Code) | | Source for the site:/ protocol.
|
SiteSource | public SiteSource(ServiceManager manager, Request request, String location, Logger logger)(Code) | | Parameters: manager - The service manager. Parameters: request - The cocoon request. Parameters: location - The source URI. Parameters: logger - The logger. |
exists | public boolean exists()(Code) | | |
getContentLength | public long getContentLength()(Code) | | |
getLastModified | public long getLastModified()(Code) | | |
getValidity | public SourceValidity getValidity()(Code) | | |
refresh | public void refresh()(Code) | | |
|
|