Uses of Interface
info.bliki.wiki.template.ITemplateFunction

Packages that use ITemplateFunction
info.bliki.wiki.model Model classes for rendering Wikipedia texts to HTML, PDF with the IWikiModel interface. 
info.bliki.wiki.template Template parser functions like {{ #if: ... }} and {{ #ifeq: ... }}
info.bliki.wiki.template.extension This pacage contains template parser functions which are not included in the Mediawiki standard. 
 

Uses of ITemplateFunction in info.bliki.wiki.model
 

Fields in info.bliki.wiki.model with type parameters of type ITemplateFunction
protected static java.util.Map<java.lang.String,ITemplateFunction> Configuration.TEMPLATE_FUNCTION_MAP
          Map the template's function name to the TemplateFunction implementation
 

Methods in info.bliki.wiki.model that return ITemplateFunction
 ITemplateFunction IConfiguration.addTemplateFunction(java.lang.String key, ITemplateFunction value)
          Add a new interwiki link to the configuration
 ITemplateFunction Configuration.addTemplateFunction(java.lang.String key, ITemplateFunction value)
           
 ITemplateFunction AbstractWikiModel.addTemplateFunction(java.lang.String key, ITemplateFunction value)
          Add a new interwiki link to the configuration
 ITemplateFunction IWikiModel.getTemplateFunction(java.lang.String name)
          Get a template parser function (i.e.
 ITemplateFunction AbstractWikiModel.getTemplateFunction(java.lang.String name)
          Get a template parser function (i.e.
 

Methods in info.bliki.wiki.model that return types with arguments of type ITemplateFunction
 java.util.Map<java.lang.String,ITemplateFunction> IConfiguration.getTemplateMap()
          Get the template parser functions map of built-in template functions
 java.util.Map<java.lang.String,ITemplateFunction> Configuration.getTemplateMap()
           
 java.util.Map<java.lang.String,ITemplateFunction> AbstractWikiModel.getTemplateMap()
          Get the template parser functions map of built-in template functions
 

Methods in info.bliki.wiki.model with parameters of type ITemplateFunction
 ITemplateFunction IConfiguration.addTemplateFunction(java.lang.String key, ITemplateFunction value)
          Add a new interwiki link to the configuration
 ITemplateFunction Configuration.addTemplateFunction(java.lang.String key, ITemplateFunction value)
           
 ITemplateFunction AbstractWikiModel.addTemplateFunction(java.lang.String key, ITemplateFunction value)
          Add a new interwiki link to the configuration
 

Uses of ITemplateFunction in info.bliki.wiki.template
 

Classes in info.bliki.wiki.template that implement ITemplateFunction
 class AbstractTemplateFunction
          A template parser function for {{ #if: ... }} syntax
 class Anchorencode
          A template parser function for {{urlencode: ... }} syntax
 class Expr
          A template parser function for {{ #expr: ... }} syntax.
 class Formatnum
          A template parser function for {{formatnum: ... }} lower case syntax.
 class Fullurl
          A template parser function for {{localurl: ... }} syntax
 class If
          A template parser function for {{ #if: ... }} syntax.
 class Ifeq
          A template parser function for {{ #ifeq: ... }} syntax.
 class Iferror
          A template parser function for {{ #iferror: ... }} syntax.
 class Ifexist
          A template parser function for {{ #ifexist: ... }} syntax.
 class Ifexpr
          A template parser function for {{ #ifexpr: ... }} syntax See Mediwiki's Help:Extension:ParserFunctions See:
 class LC
          A template parser function for {{lc: ... }} lower case syntax.
 class LCFirst
          A template parser function for {{lcfirst: ... }} first character to lower case syntax.
 class Localurl
          A template parser function for {{localurl: ... }} syntax
 class NS
          A template parser function for {{ns: ... }} namespace/i> syntax
 class Padleft
          A template parser function for {{padleft: ... }}, which pads a string with a character to the specified width.
 class Padright
          A template parser function for {{padright: ... }}, which pads a string with a character to the specified width.
 class Plural
          A template parser function for {{plural: ... }} lower case syntax.
 class Safesubst
          A template parser function for {{safesubst: ... }}.
 class Subst
          A template parser function for {{subst: ... }}.
 class Switch
          A template parser function for {{ #switch: ... }} syntax.
 class Tag
          A template parser function for {{ #tag: ... }} syntax.
 class Time
          A template parser function for {{ #time: ... }} syntax.
 class UC
          A template parser function for {{uc: ... }} upper case syntax.
 class UCFirst
          A template parser function for {{ucfirst: ... }} first character to upper case syntax.
 class URLEncode
          A template parser function for {{urlencode: ... }} syntax
 

Fields in info.bliki.wiki.template declared as ITemplateFunction
static ITemplateFunction URLEncode.CONST
           
static ITemplateFunction UCFirst.CONST
           
static ITemplateFunction UC.CONST
           
static ITemplateFunction Time.CONST
          Static instance of this template function parser.
static ITemplateFunction Tag.CONST
           
static ITemplateFunction Switch.CONST
           
static ITemplateFunction Subst.CONST
           
static ITemplateFunction Safesubst.CONST
           
static ITemplateFunction Plural.CONST
           
static ITemplateFunction Padright.CONST
           
static ITemplateFunction Padleft.CONST
           
static ITemplateFunction NS.CONST
           
static ITemplateFunction Localurl.CONST
           
static ITemplateFunction LCFirst.CONST
           
static ITemplateFunction LC.CONST
           
static ITemplateFunction Ifexpr.CONST
           
static ITemplateFunction Ifexist.CONST
           
static ITemplateFunction Iferror.CONST
           
static ITemplateFunction Ifeq.CONST
           
static ITemplateFunction If.CONST
           
static ITemplateFunction Fullurl.CONST
           
static ITemplateFunction Formatnum.CONST
           
static ITemplateFunction Expr.CONST
           
static ITemplateFunction Anchorencode.CONST
           
 

Uses of ITemplateFunction in info.bliki.wiki.template.extension
 

Classes in info.bliki.wiki.template.extension that implement ITemplateFunction
 class Allmacros
          A template parser function for {{ #all_macros: ... }} syntax.
 class DollarContext
          A template parser function for Java attributes.
 

Fields in info.bliki.wiki.template.extension declared as ITemplateFunction
static ITemplateFunction DollarContext.CONST
           
static ITemplateFunction Allmacros.CONST
           
 



Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.