Package com.atlassian.confluence.core
Class CustomPageSettings
- java.lang.Object
-
- com.atlassian.confluence.core.CustomPageSettings
-
- All Implemented Interfaces:
Serializable
public class CustomPageSettings extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static CustomPageSettings
DEFAULT_SETTINGS
-
Constructor Summary
Constructors Constructor Description CustomPageSettings(String header, String footer, String sidebar)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFooter()
The page footer, can be wiki-markupString
getHeader()
The page header, can be wiki-markupString
getSidebar()
Sidebar customisation that will replace menu links
-
-
-
Field Detail
-
DEFAULT_SETTINGS
public static final CustomPageSettings DEFAULT_SETTINGS
-
-