public class Layout extends Object
Modifier and Type | Field and Description |
---|---|
protected ArrayList<ChildPage> |
childPages |
static String |
copyright |
static org.slf4j.Logger |
logger |
protected String |
template |
Constructor and Description |
---|
Layout() |
Modifier and Type | Method and Description |
---|---|
ArrayList<ChildPage> |
getChildPages() |
String |
getTemplate() |
void |
init() |
void |
setTemplate(String template) |
public static final String copyright
protected String template
public static final org.slf4j.Logger logger