public interface WriterFeatures
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALLOW_IDENTICAL_TITLE_IDS
The feature stating if the parser accept identical title IDs.
|
static java.lang.String |
FORCE_ABSOLUTE_LINKS
The feature which set relative links to files on the file system outside of the wiki will be converted to
absolute links (default is false).
|
static java.lang.String |
SUPPORT_THEMES
The feature which specifies if the styling support themes.
|
static java.lang.String |
WRITE_ANY_SCRIPTS
The feature to allow to write any scripts files.
|
static java.lang.String |
WRITE_ARTICLES_TOC
The feature to allow to write the articles table of contents.
|
static java.lang.String |
WRITE_CATEGORIES
The feature to allow to write the categories.
|
static java.lang.String |
WRITE_COMMENTS
The feature to allow to write the comments.
|
static java.lang.String |
WRITE_DICTIONARY
The feature to allow to write the dictionary.
|
static java.lang.String |
WRITE_FALLBACK
The feature to allow to write the fallback articles.
|
static java.lang.String |
WRITE_GLOSSARY
The feature to allow to write the glossary.
|
static java.lang.String |
WRITE_HEADER_FRAME
The feature to allow to write the articles header frame.
|
static java.lang.String |
WRITE_HTML_FRAMES
The feature to allow to enclose html article in frames.
|
static java.lang.String |
WRITE_IMAGES
The feature to allow to write the images.
|
static java.lang.String |
WRITE_RESOURCES
The feature to allow to write the resources files.
|
static java.lang.String |
WRITE_SCRIPTS
The feature to allow to write the scripts files.
|
static java.lang.String |
WRITE_SEEALSO
The feature to allow to write the seeAlso.
|
static java.lang.String |
WRITE_SUBDIRECTORIES
The feature to allow to write articles, resources and images in sub-directories.
|
static java.lang.String |
XHTML_COMPLIANT
The feature stating that the writer is XHTML compliant.
|
static final java.lang.String WRITE_ARTICLES_TOC
static final java.lang.String WRITE_CATEGORIES
static final java.lang.String WRITE_DICTIONARY
static final java.lang.String WRITE_GLOSSARY
static final java.lang.String WRITE_FALLBACK
static final java.lang.String WRITE_RESOURCES
static final java.lang.String WRITE_SCRIPTS
static final java.lang.String WRITE_ANY_SCRIPTS
static final java.lang.String WRITE_HEADER_FRAME
static final java.lang.String WRITE_IMAGES
static final java.lang.String WRITE_SEEALSO
static final java.lang.String WRITE_SUBDIRECTORIES
static final java.lang.String WRITE_HTML_FRAMES
static final java.lang.String ALLOW_IDENTICAL_TITLE_IDS
static final java.lang.String WRITE_COMMENTS
static final java.lang.String XHTML_COMPLIANT
static final java.lang.String FORCE_ABSOLUTE_LINKS
static final java.lang.String SUPPORT_THEMES
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence