PageWriter
Record
This writes the page content for normal class (or element) pages.
Extends
Record
Modifiers
public final
final PageWriter writer = new PageWriter(
Blob.class, // the root class to structure this page around
new WebsiteDetails("hello", new ArrayList<>()), // details of the entire generation process
"My Title", // page title
"Cool description", // page description
"hello", "there", "thing" // page keywords
);
final PageWriter writer = new PageWriter(
ThisClass.class,
new WebsiteDetails("MyProgram", classes),
"Documentation for ThisClass", // page title
"Cool description", // page description
"hello", "there", "thing" // page keywords
);
Constructors
new PageWriter (Class, WebsiteDetails, String, String, String...)
ConstructorNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Class | clazz |
2 | WebsiteDetails | details |
3 | String | string |
4 | String | string |
5 | String[] | string |
Return Type
PageWriter
Modifiers
public varargs
new PageWriter (Class, WebsiteDetails, String, String, String[], String[], String[])
ConstructorNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Class | clazz |
2 | WebsiteDetails | details |
3 | String | string |
4 | String | string |
5 | String[] | string |
6 | String[] | string |
7 | String[] | string |
Return Type
PageWriter
Modifiers
public
Methods
equals (Object)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Object | o |
Return Type
boolean
Modifiers
public final
toString ()
MethodNo description is available for this element.
Return Type
String
Modifiers
public final
hashCode ()
MethodNo description is available for this element.
Return Type
int
Modifiers
public final
write (OutputStream, WritableElement...)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | target |
2 | WritableElement[] | elements |
Return Type
boolean
Modifiers
public varargs
root ()
MethodNo description is available for this element.
Return Type
Class
Modifiers
public
scripts ()
MethodNo description is available for this element.
Return Type
String[]
Modifiers
public
description ()
MethodNo description is available for this element.
Return Type
String
Modifiers
public
details ()
MethodNo description is available for this element.
Return Type
WebsiteDetails
Modifiers
public
title ()
MethodNo description is available for this element.
Return Type
String
Modifiers
public
keywords ()
MethodNo description is available for this element.
Return Type
String[]
Modifiers
public
metas ()
MethodNo description is available for this element.
Return Type
String[]
Modifiers
public