org.codehaus.xsite
Interface Skin
- All Known Implementing Classes:
- FreemarkerSkin
public interface Skin
Interface that allows the loading of a skin - ie a template
file for the website pages - and to skin each page.
- Author:
- Mauro Talevi, Joe Walnes
|
Method Summary |
void |
load(java.io.File skinFile)
|
void |
skin(Page page,
Sitemap siteMap,
java.io.File outputDirectory)
|
load
void load(java.io.File skinFile)
skin
void skin(Page page,
Sitemap siteMap,
java.io.File outputDirectory)
Copyright © 2008 null. All Rights Reserved.