com.atlassian.jira.web.action.util
Class UserAction

java.lang.Object
  extended byActionSupport
      extended bycom.atlassian.jira.web.action.util.UserAction

public class UserAction
extends ActionSupport

Simple action to get the config object from WW, and to use it

See Also:
Serialized Form

Constructor Summary
UserAction()
           
 
Method Summary
 java.util.Collection getAdministrators()
          Return the list of all administrators
 User getUser(java.lang.String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAction

public UserAction()
Method Detail

getUser

public User getUser(java.lang.String username)
             throws EntityNotFoundException
Throws:
EntityNotFoundException

getAdministrators

public java.util.Collection getAdministrators()
Return the list of all administrators