This plugin is used to analyze the URLs to output the page information that users want to access. The configuration can be found in
wiki-injector/src/main/resources/conf/portal/configuration.xml
.
Sample configuration:
<external-component-plugins>
<target-component>org.exoplatform.wiki.resolver.PageResolver</target-component>
<component-plugin>
<name>urlresolver</name>
<set-method>setResolverPlugin</set-method>
<type>org.exoplatform.wiki.resolver.URLResolver</type>
</component-plugin>
</external-component-plugins>
In which:
Name:
urlresolver
Set-method:
setResolverPlugin
Type:
org.exoplatform.wiki.resolver.URLResolver