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(java.io.File skinFile)
|
void |
skin(Page page,
Sitemap sitemap,
java.io.File outputDirectory,
java.util.Map<java.lang.String,java.lang.Object> customProperties)
|
load
void load(java.io.File skinFile)
skin
void skin(Page page,
Sitemap sitemap,
java.io.File outputDirectory,
java.util.Map<java.lang.String,java.lang.Object> customProperties)
Copyright © 2009 null. All Rights Reserved.