com.atlassian.confluence.links.linktypes
Class UserProfileLink

java.lang.Object
  extended bycom.atlassian.renderer.links.Link
      extended bycom.atlassian.renderer.links.BaseLink
          extended bycom.atlassian.confluence.links.linktypes.AbstractContentEntityLink
              extended bycom.atlassian.confluence.links.linktypes.UserProfileLink

public class UserProfileLink
extends AbstractContentEntityLink


Field Summary
static String PERSONAL_SPACE_USER_ICON
           
static String USER_ICON
           
 
Fields inherited from class com.atlassian.confluence.links.linktypes.AbstractContentEntityLink
entityName
 
Fields inherited from class com.atlassian.renderer.links.Link
iconName, linkBody, relativeUrl, title, titleArgs, titleKey, url
 
Constructor Summary
UserProfileLink(GenericLinkParser parser, UserAccessor userAccessor)
           
 
Method Summary
 ContentEntityObject getDestinationContent()
           
 PersonalInformationManager getPersonalInformationManager()
           
 boolean hasDestination()
           
 void setPersonalInformationManager(PersonalInformationManager personalInformationManager)
           
 
Methods inherited from class com.atlassian.renderer.links.BaseLink
equals, getOriginalParser, hashCode, setI18nTitle, setTitle
 
Methods inherited from class com.atlassian.renderer.links.Link
getIconName, getLinkAttributes, getLinkBody, getOriginalLinkText, getTitle, getTitleArgs, getTitleKey, getUnpermittedLinkBody, getUrl, isRelativeUrl
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_ICON

public static final String USER_ICON
See Also:
Constant Field Values

PERSONAL_SPACE_USER_ICON

public static final String PERSONAL_SPACE_USER_ICON
See Also:
Constant Field Values
Constructor Detail

UserProfileLink

public UserProfileLink(GenericLinkParser parser,
                       UserAccessor userAccessor)
                throws ParseException
Method Detail

getDestinationContent

public ContentEntityObject getDestinationContent()
Specified by:
getDestinationContent in class AbstractContentEntityLink

hasDestination

public boolean hasDestination()
Overrides:
hasDestination in class AbstractContentEntityLink

setPersonalInformationManager

public void setPersonalInformationManager(PersonalInformationManager personalInformationManager)

getPersonalInformationManager

public PersonalInformationManager getPersonalInformationManager()


Confluence is developed by Atlassian.