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

void load(File skinFile)

skin

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


Copyright © 2009. All Rights Reserved.