Uses of Interface
com.atlassian.jira.plugin.profile.UserFormat

Packages that use UserFormat
com.atlassian.jira.plugin.profile   
 

Uses of UserFormat in com.atlassian.jira.plugin.profile
 

Classes in com.atlassian.jira.plugin.profile that implement UserFormat
 class FullNameUserFormat
          Very simple implementation that only renders the users full name.
 class FullProfileUserFormat
          Provides the full user's profile that is used to display the column on the left in the View Profile page.
 class ProfileLinkUserFormat
          Very simple implementation that only renders the users full name with a link to the user's profile page.
 

Methods in com.atlassian.jira.plugin.profile that return UserFormat
 UserFormat UserFormatModuleDescriptor.getModule()
           
 UserFormat UserFormatManager.getUserFormat(String type)
          Returns the UserFormat for a specific type, or null if none exists
 UserFormat DefaultUserFormatManager.getUserFormat(String type)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.