com.atlassian.jira.issue.action
Class AbstractIssueAction

java.lang.Object
  extended by com.atlassian.jira.issue.action.AbstractIssueAction
All Implemented Interfaces:
IssueAction, java.lang.Comparable
Direct Known Subclasses:
AbstractGVIssueAction, Commit, OutOfMemoryCommitIssueAction

public abstract class AbstractIssueAction
extends java.lang.Object
implements IssueAction


Field Summary
protected static java.lang.String JIRA_TEMPLATES
           
 
Fields inherited from interface com.atlassian.jira.issue.action.IssueAction
FS
 
Constructor Summary
protected AbstractIssueAction(com.opensymphony.user.User remoteUser)
           
 
Method Summary
 java.lang.String getHtml(JiraWebActionSupport webAction)
           
protected  java.lang.String getPrettyDate(java.util.Date timePerformed)
           
 java.lang.String getPrettyTimePerformed()
           
 com.opensymphony.user.User getRemoteUser()
           
protected  java.lang.String getTemplateDirectory()
           
protected abstract  java.lang.String getTemplateName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.issue.action.IssueAction
getId, getLevel, getTimePerformed, getType, getUsername
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

JIRA_TEMPLATES

protected static final java.lang.String JIRA_TEMPLATES
Constructor Detail

AbstractIssueAction

protected AbstractIssueAction(com.opensymphony.user.User remoteUser)
Method Detail

getHtml

public java.lang.String getHtml(JiraWebActionSupport webAction)
Specified by:
getHtml in interface IssueAction

getTemplateDirectory

protected java.lang.String getTemplateDirectory()

getPrettyTimePerformed

public java.lang.String getPrettyTimePerformed()
Specified by:
getPrettyTimePerformed in interface IssueAction

getPrettyDate

protected java.lang.String getPrettyDate(java.util.Date timePerformed)

getRemoteUser

public com.opensymphony.user.User getRemoteUser()

getTemplateName

protected abstract java.lang.String getTemplateName()


Copyright © 2002-2006 Atlassian. All Rights Reserved.