This project has retired. For details please refer to its Attic page.
URLReader (Tiles 2 2.2.2 API)

org.apache.tiles.definition.dao
Interface URLReader

Package class diagram package URLReader
All Known Implementing Classes:
BaseLocaleUrlDefinitionDAO, CachingLocaleUrlDefinitionDAO, LocaleUrlDefinitionDAO, ResolvingLocaleUrlDefinitionDAO

public interface URLReader

It represents an object that reads URLs and is able to read them throw the use of a DefinitionsReader.

Since:
2.1.0
Version:
$Rev: 666834 $ $Date: 2008-06-11 22:49:05 +0200 (mer, 11 giu 2008) $

Method Summary
 void addSourceURL(URL sourceURL)
          Adds a single URL to use.
 void setReader(DefinitionsReader reader)
          Sets the definitions reader that will read the URLs.
 void setSourceURLs(List<URL> sourceURLs)
          Sets the source URLs to use.
 

Method Detail

setSourceURLs

void setSourceURLs(List<URL> sourceURLs)
Sets the source URLs to use.

Parameters:
sourceURLs - The source URLs.
Since:
2.1.0

setReader

void setReader(DefinitionsReader reader)
Sets the definitions reader that will read the URLs.

Parameters:
reader - The definitions reader.
Since:
2.1.0

addSourceURL

void addSourceURL(URL sourceURL)
Adds a single URL to use.

Parameters:
sourceURL - The source URL to add.
Since:
2.1.0


Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.