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(File skinFile)
           
 void skin(Page page, Sitemap siteMap, File outputDirectory)
           
 

Method Detail

load

public void load(File skinFile)

skin

public void skin(Page page,
                 Sitemap siteMap,
                 File outputDirectory)


Copyright © {inceptionYear}-2007 null. All Rights Reserved.