com.atlassian.jira.jelly
Class NewUserContextAccessorImpl

java.lang.Object
  extended by com.atlassian.jira.jelly.NewUserContextAccessorImpl
All Implemented Interfaces:
NewUserAware, NewUserContextAccessor

public class NewUserContextAccessorImpl
extends Object
implements NewUserContextAccessor, NewUserAware


Constructor Summary
NewUserContextAccessorImpl(org.apache.commons.jelly.Tag tag)
           
 
Method Summary
 org.apache.commons.jelly.JellyContext getContext()
           
 String getNewUsername()
           
 boolean hasNewUsername()
           
 void loadPreviousNewUser()
           
 void setNewUser(String username)
           
 void setNewUser(User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewUserContextAccessorImpl

public NewUserContextAccessorImpl(org.apache.commons.jelly.Tag tag)
Method Detail

getContext

public org.apache.commons.jelly.JellyContext getContext()
Specified by:
getContext in interface NewUserContextAccessor

setNewUser

public void setNewUser(String username)
Specified by:
setNewUser in interface NewUserContextAccessor

setNewUser

public void setNewUser(User user)
Specified by:
setNewUser in interface NewUserContextAccessor

loadPreviousNewUser

public void loadPreviousNewUser()
Specified by:
loadPreviousNewUser in interface NewUserContextAccessor

hasNewUsername

public boolean hasNewUsername()
Specified by:
hasNewUsername in interface NewUserAware

getNewUsername

public String getNewUsername()
Specified by:
getNewUsername in interface NewUserAware


Copyright © 2002-2007 Atlassian. All Rights Reserved.