com.atlassian.jira.jelly
Interface IssueAware

All Known Implementing Classes:
IssueAwareActionTagSupport, IssueContextAccessorImpl

public interface IssueAware


Method Summary
 org.apache.commons.jelly.JellyContext getContext()
           
 org.ofbiz.core.entity.GenericValue getIssue()
           
 Long getIssueId()
           
 boolean hasIssue()
           
 

Method Detail

getContext

public org.apache.commons.jelly.JellyContext getContext()

hasIssue

public boolean hasIssue()

getIssueId

public Long getIssueId()

getIssue

public org.ofbiz.core.entity.GenericValue getIssue()


Copyright © 2002-2007 Atlassian. All Rights Reserved.