| Modifier and Type | Method and Description |
|---|---|
WikiConfig |
WtEngine.getWikiConfig() |
WikiConfig |
ParserFunctionBase.getWikiConfig() |
WikiConfig |
TagExtensionBase.getWikiConfig() |
WikiConfig |
WtEngineImpl.getWikiConfig() |
WikiConfig |
ExpansionFrame.getWikiConfig() |
| Modifier and Type | Method and Description |
|---|---|
static PageTitle |
PageTitle.make(WikiConfig config,
String target) |
static PageTitle |
PageTitle.make(WikiConfig config,
String target,
Namespace defaultNamespace) |
void |
ParserFunctionBase.setWikiConfig(WikiConfig wikiConfig)
For internal use only!
|
void |
TagExtensionBase.setWikiConfig(WikiConfig wikiConfig)
For internal use only!
|
| Constructor and Description |
|---|
PageTitle(WikiConfig config,
String title,
String fragment,
Namespace namespace,
String namespaceAlias,
Interwiki interwiki,
boolean initialColon,
boolean isDefaultNs) |
ParserFunctionBase(WikiConfig wikiConfig,
PfnArgumentMode argMode,
boolean pageSwitch,
String id) |
ParserFunctionBase(WikiConfig wikiConfig,
PfnArgumentMode argMode,
String id) |
ParserFunctionBase(WikiConfig wikiConfig,
String id) |
TagExtensionBase(WikiConfig wikiConfig,
String id) |
WtEngineImpl(WikiConfig wikiConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
WikiConfigImpl |
| Modifier and Type | Method and Description |
|---|---|
static BuiltInParserFunctions |
BuiltInParserFunctions.group(WikiConfig wikiConfig) |
static BuiltInTagExtensions |
BuiltInTagExtensions.group(WikiConfig wikiConfig) |
| Constructor and Description |
|---|
BuiltInParserFunctions(WikiConfig wikiConfig) |
BuiltInTagExtensions(WikiConfig wikiConfig) |
ParserFunctionSafeSubst(WikiConfig wikiConfig) |
TagExtensionNowiki(WikiConfig wikiConfig) |
TagExtensionPre(WikiConfig wikiConfig) |
| Modifier and Type | Method and Description |
|---|---|
static ConvertPnfExt |
ConvertPnfExt.group(WikiConfig wikiConfig) |
| Constructor and Description |
|---|
Convert(WikiConfig wikiConfig) |
ConvertPnfExt(WikiConfig wikiConfig) |
| Modifier and Type | Method and Description |
|---|---|
static CorePfnFunctionsFormatting |
CorePfnFunctionsFormatting.group(WikiConfig wikiConfig) |
static CorePfnBehaviorSwitches |
CorePfnBehaviorSwitches.group(WikiConfig wikiConfig) |
static CorePfnVariablesPageNames |
CorePfnVariablesPageNames.group(WikiConfig wikiConfig) |
static CorePfnFunctionsUrlData |
CorePfnFunctionsUrlData.group(WikiConfig wikiConfig) |
static CorePfnFunctionsLocalization |
CorePfnFunctionsLocalization.group(WikiConfig wikiConfig) |
static CorePfnVariablesStatistics |
CorePfnVariablesStatistics.group(WikiConfig wikiConfig) |
static CorePfnVariablesDateAndTime |
CorePfnVariablesDateAndTime.group(WikiConfig wikiConfig) |
static CorePfnVariablesTechnicalMetadata |
CorePfnVariablesTechnicalMetadata.group(WikiConfig wikiConfig) |
static CorePfnFunctionsMiscellaneous |
CorePfnFunctionsMiscellaneous.group(WikiConfig wikiConfig) |
static CorePfnVariablesNamespaces |
CorePfnVariablesNamespaces.group(WikiConfig wikiConfig) |
static CorePfnFunctionsNamespaces |
CorePfnFunctionsNamespaces.group(WikiConfig wikiConfig) |
| Modifier and Type | Method and Description |
|---|---|
static MathTagExt |
MathTagExt.group(WikiConfig wikiConfig) |
| Constructor and Description |
|---|
MathTagExt(WikiConfig wikiConfig) |
MathTagExtImpl(WikiConfig wikiConfig) |
| Modifier and Type | Method and Description |
|---|---|
static ParserFunctionsPfnExt |
ParserFunctionsPfnExt.group(WikiConfig wikiConfig) |
| Constructor and Description |
|---|
CtrlStmt(WikiConfig wikiConfig,
String name) |
IfThenElseStmt(WikiConfig wikiConfig,
String name,
int thenArgIndex) |
IfThenElseStmt(WikiConfig wikiConfig,
String name,
int thenArgIndex,
boolean hasDefault) |
ParserFunctionExpr(WikiConfig wikiConfig) |
ParserFunctionIf(WikiConfig wikiConfig)
{{#if:
test string
| value if test string is not empty
| value if test string is empty (or only white space)
}}
|
ParserFunctionIfeq(WikiConfig wikiConfig)
{{#ifeq:
string 1
| string 2
| value if identical
| value if different }}
|
ParserFunctionIfError(WikiConfig wikiConfig)
{{#iferror:
test string
| value if error
| value if correct
}}
|
ParserFunctionIfExist(WikiConfig wikiConfig)
{{#ifexist:
page title
| value if exists
| value if doesn't exist
}}
|
ParserFunctionIfExpr(WikiConfig wikiConfig)
{{#ifexpr:
expression
| value if true
| value if false
}}
|
ParserFunctionsExtPfn(WikiConfig wikiConfig,
PfnArgumentMode argMode,
String name) |
ParserFunctionsExtPfn(WikiConfig wikiConfig,
String name) |
ParserFunctionsPfnExt(WikiConfig wikiConfig) |
ParserFunctionSwitch(WikiConfig wikiConfig) |
ParserFunctionTime(WikiConfig wikiConfig) |
ParserFunctionTimeLocal(WikiConfig wikiConfig) |
ParserFunctionTitleparts(WikiConfig wikiConfig) |
| Modifier and Type | Method and Description |
|---|---|
static RefTagExt |
RefTagExt.group(WikiConfig wikiConfig) |
| Constructor and Description |
|---|
RefTagExt(WikiConfig wikiConfig) |
RefTagExtImpl(WikiConfig wikiConfig) |
| Modifier and Type | Field and Description |
|---|---|
protected WikiConfig |
HtmlRenderer.wikiConfig |
| Modifier and Type | Method and Description |
|---|---|
static <T extends WtNode> |
HtmlRenderer.print(HtmlRendererCallback callback,
WikiConfig wikiConfig,
PageTitle pageTitle,
T node) |
static <T extends WtNode> |
HtmlRenderer.print(HtmlRendererCallback callback,
WikiConfig wikiConfig,
Writer writer,
PageTitle pageTitle,
T node) |
| Constructor and Description |
|---|
HtmlRenderer(HtmlRendererCallback callback,
WikiConfig wikiConfig,
PageTitle pageTitle,
Writer w) |
SafeLinkTitlePrinter(Writer writer,
WikiConfig wikiConfig) |
| Modifier and Type | Method and Description |
|---|---|
static void |
EngineAstNodeConverter.setup(WikiConfig config,
de.fau.cs.osr.ptk.common.serialization.AstNodeConverterBase<WtNode> converter) |
static void |
EngineAstNodeConverter.setupDefaultNodeFactory(WikiConfig config,
de.fau.cs.osr.ptk.common.serialization.AstNodeConverterBase<WtNode> converter) |
| Modifier and Type | Method and Description |
|---|---|
static WikiConfig |
LanguageConfigGenerator.generateWikiConfig(String languagePrefix) |
static WikiConfig |
LanguageConfigGenerator.generateWikiConfig(String siteName,
String siteURL,
String languagePrefix) |
static WikiConfig |
LanguageConfigGenerator.generateWikiConfig(String siteName,
String siteUrl,
String languagePrefix,
String apiUrlNamespacealiases,
String apiUrlNamespaces,
String apiUrlInterwikimap,
String apiUrlMagicwords) |
| Modifier and Type | Method and Description |
|---|---|
static PageId |
WtEngineToolbox.makePageId(WikiConfig wikiConfig,
String title) |
static PageId |
WtEngineToolbox.makePageId(WikiConfig wikiConfig,
String title,
long id) |
Copyright © 2010–2018 University of Erlangen-Nürnberg - Open Source Research Group. All rights reserved.