Package org.radeox.macro.book
Interface UrlMapper
-
- All Known Implementing Classes:
AsinServices,BookServices,TextFileUrlMapper
public interface UrlMapperManages links to keys- Version:
- $Id$
- Author:
- Stephan J. Schmidt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WriterappendTo(Writer writer)WriterappendUrl(Writer writer, String key)
-
-
-
Method Detail
-
appendTo
Writer appendTo(Writer writer) throws IOException
- Throws:
IOException
-
appendUrl
Writer appendUrl(Writer writer, String key) throws IOException
- Throws:
IOException
-
-