public class CustomPageSettings extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
| static CustomPageSettings | DEFAULT_SETTINGS | 
| Constructor and Description | 
|---|
| CustomPageSettings(String header,
                  String footer,
                  String sidebar) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFooter()The page footer, can be wiki-markup | 
| String | getHeader()The page header, can be wiki-markup | 
| String | getSidebar()Sidebar customisation that will replace menu links | 
public static final CustomPageSettings DEFAULT_SETTINGS
Copyright © 2003–2019 Atlassian. All rights reserved.