com.atlassian.jira.jelly.tag.admin
Class AddNewUser

java.lang.Object
  extended byDynaBeanTagSupport
      extended bycom.atlassian.jira.jelly.JiraDynaBeanTagSupport
          extended bycom.atlassian.jira.jelly.ActionTagSupport
              extended bycom.atlassian.jira.jelly.tag.UserAwareActionTagSupport
                  extended bycom.atlassian.jira.jelly.tag.admin.AddNewUser
All Implemented Interfaces:
NewUserContextAccessor, UserAware

public class AddNewUser
extends UserAwareActionTagSupport
implements NewUserContextAccessor

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.jira.jelly.ActionTagSupport
FAILURE, ignoreErrors, SUCCESS
 
Constructor Summary
AddNewUser()
           
 
Method Summary
protected  void endTagExecution(XMLOutput output)
           
 java.lang.String[] getRequiredContextVariablesAfter()
           
 java.lang.String[] getRequiredProperties()
           
 void loadPreviousNewUser()
           
protected  void postTagExecution(XMLOutput output)
           
 void setNewUser(java.lang.String username)
           
 
Methods inherited from class com.atlassian.jira.jelly.tag.UserAwareActionTagSupport
getRequiredContextVariables, getUser, getUsername
 
Methods inherited from class com.atlassian.jira.jelly.ActionTagSupport
arrayToString, contextContainsAfter, contextContainsBefore, contextValidation, copyRedirectUrlParametersToTag, doTag, getActionName, getProperty, getRequest, getResponse, getTagName, getTagName, getWebWorkAdaptor, mapContainsAll, mapProperty, postTagValidation, preContextValidation, prePropertyValidation, propertiesContains, propertyValidation, reportRequired, reportRequiredContextVariablesAfter, reportRequiredContextVariablesBefore, reportRequiredProperties, setActionName, setProperty, setProperty, toString
 
Methods inherited from class com.atlassian.jira.jelly.JiraDynaBeanTagSupport
getProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.jelly.NewUserContextAccessor
getContext
 

Constructor Detail

AddNewUser

public AddNewUser()
Method Detail

postTagExecution

protected void postTagExecution(XMLOutput output)
                         throws JellyTagException
Overrides:
postTagExecution in class ActionTagSupport
Throws:
JellyTagException

endTagExecution

protected void endTagExecution(XMLOutput output)
Overrides:
endTagExecution in class ActionTagSupport

getRequiredProperties

public java.lang.String[] getRequiredProperties()
Specified by:
getRequiredProperties in class ActionTagSupport

getRequiredContextVariablesAfter

public java.lang.String[] getRequiredContextVariablesAfter()
Specified by:
getRequiredContextVariablesAfter in class ActionTagSupport

setNewUser

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

loadPreviousNewUser

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