com.atlassian.jira.web.component.webfragment
Class ViewUserProfileContextLayoutBean

java.lang.Object
  extended by com.atlassian.jira.web.component.webfragment.ViewUserProfileContextLayoutBean
All Implemented Interfaces:
ContextLayoutBean

public class ViewUserProfileContextLayoutBean
extends Object
implements ContextLayoutBean

Provides context when rendering user profile links

Since:
v3.12

Constructor Summary
ViewUserProfileContextLayoutBean(com.atlassian.crowd.embedded.api.User profileUser, String actionName)
           
 
Method Summary
 String getActionName()
           
 com.atlassian.crowd.embedded.api.User getProfileUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewUserProfileContextLayoutBean

public ViewUserProfileContextLayoutBean(com.atlassian.crowd.embedded.api.User profileUser,
                                        String actionName)
Method Detail

getProfileUser

public com.atlassian.crowd.embedded.api.User getProfileUser()

getActionName

public String getActionName()


Copyright © 2002-2014 Atlassian. All Rights Reserved.