org.codehaus.xsite
Interface Skin

All Known Implementing Classes:
FreemarkerSkin

public interface Skin

Represents a skin, i.e. a template, which is used to process (or "skin") each page.

Author:
Mauro Talevi, Joe Walnes

Method Summary
 void load(File skinFile)
           
 void skin(Page page, Sitemap sitemap, File outputDirectory, Map<String,Object> customProperties)
           
 

Method Detail

load

void load(File skinFile)

skin

void skin(Page page,
          Sitemap sitemap,
          File outputDirectory,
          Map<String,Object> customProperties)


Copyright © 2011. All Rights Reserved.