public class Page extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Documentable> |
constructs |
String |
description |
Caption |
heading |
List<Link> |
links |
List<Link> |
primitives |
public final String description
public final Caption heading
public final List<Documentable> constructs
public Page(Caption heading, ArrayList<Documentable> constructs, List<Link> links)
heading - name of the bal package.constructs - constructs in the package.links - links to the other packages.public Page(String description, Caption heading, ArrayList<Documentable> constructs, List<Link> links, List<Link> primitives)
description - description of the package.heading - name of the bal package.constructs - constructs in the package.links - links to the other packages.primitives - links to the primitives.Copyright © 2018 WSO2. All rights reserved.