class YamlTocStrategy extends Object
Class representing a Grails user guide table of contents defined in YAML.
Constructor and description |
---|
YamlTocStrategy(ResourceChecker resourceChecker, String ext) |
Type Params | Return Type | Name and description |
---|---|---|
|
UserGuideNode |
generateToc(Object yaml) |
|
protected UserGuideNode |
load(String yaml) |
|
protected UserGuideNode |
load(File file) |
|
protected UserGuideNode |
load(InputStream input) |
|
protected UserGuideNode |
load(Reader input) |