com.atlassian.confluence.servlet.simpledisplay
Class UserPathConverter

java.lang.Object
  extended by com.atlassian.confluence.servlet.simpledisplay.UserPathConverter
All Implemented Interfaces:
PathConverter

public class UserPathConverter
extends Object
implements PathConverter


Constructor Summary
UserPathConverter()
           
 
Method Summary
 String getPath(String simplePath)
           
 boolean handles(String simplePath)
           
 void setSpaceManager(SpaceManager spaceManager)
           
 void setUserAccessor(UserAccessor userAccessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPathConverter

public UserPathConverter()
Method Detail

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)


Confluence is developed by Atlassian.