public interface HomepageBuilder
A builder for the home-page.
| Modifier and Type | Method and Description | 
|---|---|
String | 
buildHomepage(Homepage homepage,
             Context context)
 Builds the home-page. 
 | 
String buildHomepage(Homepage homepage, Context context) throws BuildException
Builds the home-page.
homepage - The home-page.context - The context.IllegalArgumentException - If any of the parameters are null.BuildException - If an error occurs during the building.Copyright © 2015–2019. All rights reserved.