Search
Preparing search index...
The search index is not available
review.js
Options
Inherited
Private
Externals
Only exported
Menu
Globals
ReVIEW
Controller
Class Controller
ReVIEW文書を処理するためのコントローラ。 処理の起点。
Index
Constructor methods
constructor
Properties
builders
config
options
Methods
acceptable
Syntaxes
compile
Finished
handle
Error
init
Config
parse
Content
preprocess
Content
process
process
Content
read
ReVIEWFiles
to
Content
Chunk
write
Content
Constructor methods
constructor
constructor
(
options
?:
IOptions
=
{}
)
:
Controller
Parameters
options?:
IOptions
optional
Returns
Controller
Properties
builders
builders
:
Object
builders.
Analyzer
Error
builders.
Analyzer
Error
:
Object
builders.()
(
message
?:
string
)
:
builders.AnalyzerError
Parameters
message?:
string
optional
Returns
builders.AnalyzerError
builders.constructor.constructor
constructor
(
message
?:
string
)
:
builders.AnalyzerError
Parameters
message?:
string
optional
Returns
builders.AnalyzerError
builders.prototype.prototype
builders.prototype.prototype
:
builders.AnalyzerError
message
message
:
string
name
name
:
string
private
config
config
:
Config
options
options
:
IOptions
Methods
acceptable
Syntaxes
acceptable
Syntaxes
(
book
:
Book
)
:
Promise<ReVIEW.Book>
Parameters
book:
Book
Returns
Promise<ReVIEW.Book>
compile
Finished
compile
Finished
(
book
:
Book
)
:
Book
Parameters
book:
Book
Returns
Book
handle
Error
handle
Error
(
err
:
any
)
:
Promise<ReVIEW.Book>
Parameters
err:
any
Returns
Promise<ReVIEW.Book>
init
Config
init
Config
(
data
:
IConfigRaw
)
設定の初期化を行う。 通常、 ReVIEW.start 経由で呼び出される。
Parameters
data:
IConfigRaw
parse
Content
parse
Content
(
book
:
Book
)
:
Book
Parameters
book:
Book
Returns
Book
preprocess
Content
preprocess
Content
(
book
:
Book
)
:
Book
Parameters
book:
Book
Returns
Book
process
process
(
)
:
Promise<ReVIEW.Book>
Returns
Promise<ReVIEW.Book>
process
Content
process
Content
(
book
:
Book
)
:
Promise<ReVIEW.Book>
Parameters
book:
Book
Returns
Promise<ReVIEW.Book>
read
ReVIEWFiles
read
ReVIEWFiles
(
book
:
Book
)
:
Promise<ReVIEW.Book>
Parameters
book:
Book
Returns
Promise<ReVIEW.Book>
to
Content
Chunk
to
Content
Chunk
(
book
:
Book
)
:
Book
Parameters
book:
Book
Returns
Book
write
Content
write
Content
(
book
:
Book
)
:
Promise<ReVIEW.Book>
Parameters
book:
Book
Returns
Promise<ReVIEW.Book>
Globals
ReVIEW
ReVIEW.
Build
ReVIEW.
Exec
ReVIEW.IO
ReVIEW.
Parse
ReVIEW.i18n
Controller
constructor
builders
config
options
acceptable
Syntaxes
compile
Finished
handle
Error
init
Config
parse
Content
preprocess
Content
process
process
Content
read
ReVIEWFiles
to
Content
Chunk
write
Content
Generated using
TypeDoc
ReVIEW文書を処理するためのコントローラ。 処理の起点。