pagefilters.txt
来自「wiki建站资源 java编写的 很好用」· 文本 代码 · 共 31 行
TXT
31 行
Page Filters are a new addition in JSPWiki 2.2. They essentially allow you to pre- and postprocess the information that flies back and forth between the Wiki engine and the browser.
There are four possible places where the filters can be applied:
# ''pre-translate'' - that is, after the page has been fetched from the [page repository], but before it has been translated from [WikiMarkup] to HTML.
# ''post-translate'' - after the page has been translated into HTML, but before it is shown to the user.
# ''pre-save'' - before the page is committed to the repository.
# ''post-save'' - after the page has been committed to the repository successfully. Note that at this point it is useless to change the page data anymore, so filters that hook to this event are typically general notification filters - such as sending email.
To see which filters are running on this instance of JSPWiki, use the [[{$pagefilters}] [WikiVariable] to list them. See [System Info] for more information.
----
!Filter documentation
JSPWiki ships with a few predefined filters:
* [PingWeblogsComFilter]
* [ProfanityFilter]
* [SpamFilter]
To use these (or any other PageFilter [contributed|JSPWiki:ContributedFilters] by the JSPWiki community), you have to also see
* [PageFilterConfiguration]
----
!Developer documentation
* [WritingPageFilters]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?