Package com.atlassian.confluence.servlet.simpledisplay
package com.atlassian.confluence.servlet.simpledisplay
-
ClassDescriptionA Path converter that converts friendly blog path urls to a viewpage or viewblogposts action if the dark feature confluence.readable.url is disabled.Encapsulates the result of a path conversion.Default (memory-based) PathConverterManager.If the dark feature confluence.readable.url is enabled, redirect /display/{space}/{page-slug} to /spaces/{space}/pages/{page-id}/{page-slug} which will eventually forwarded to viewpage.action Otherwise, this path converter converts it into a viewpage action url.Specifies the action to take after PathConverter.getPath has been evaluated.Path converters are used by the
SimpleDisplayServlet
to convert friendly URL's to action URLs.This servlet uses thePathConverterManager
to convert the incoming (friendly) url into a url that maps to an struts action.This path converter takes a friendly space url and converts it into a viewspace action url.This path converter requests for a username to either their personal space (if they have one and the viewer has permission) or their user profile.