com.atlassian.confluence.servlet.simpledisplay
Class UserPathConverter
java.lang.Object
com.atlassian.confluence.servlet.simpledisplay.UserPathConverter
- All Implemented Interfaces:
- PathConverter
public class UserPathConverter
- extends Object
- implements PathConverter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserPathConverter
public UserPathConverter()
handles
public boolean handles(String simplePath)
- Specified by:
handles in interface PathConverter
getPath
public String getPath(String simplePath)
- Specified by:
getPath in interface PathConverter
- Parameters:
simplePath -
- Returns:
- returns path to home page of personal space if it exists, otherwise send to old profile page
setSpaceManager
public void setSpaceManager(SpaceManager spaceManager)
setUserAccessor
public void setUserAccessor(UserAccessor userAccessor)