Returns docDisplay, dirDisplay, or search for the resolved nodeId.
This resolver expects request parameters in the following format:
http://host/ -- rewrite filter --> http://host/context/wiki.seam
http://host/123.html -- rewrite filter --> http://host/context/wiki.seam?nodeId=123
http://host/Foo -- rewrite filter --> http://host/context/wiki.seam?areaName=Foo
http://host/Foo/Bar -- rewrite filter --> http://host/context/wiki.seam?areaName=Foo&nodeName=Bar
'Foo' is a WikiName of a directory with a parentless parent (ROOT), we call this a logical area.
'Bar' is a WikiName of a node in that logical area, unique within that area subtree. |