|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jelly.TagSupport
org.apache.commons.jelly.DynaTagSupport
org.apache.commons.jelly.DynaBeanTagSupport
com.atlassian.jira.jelly.UserAwareDynaBeanTagSupport
com.atlassian.jira.jelly.tag.projectroles.ProjectRoleTagSupport
public abstract class ProjectRoleTagSupport
Copyright All Rights Reserved. Created: christo 29/06/2006 16:53:17
| Field Summary | |
|---|---|
static String |
DELIMITER
|
static String |
KEY_PROJECT_ID
|
static String |
KEY_PROJECTROLE_ACTOR_TYPE
|
static String |
KEY_PROJECTROLE_ACTORS
|
static String |
KEY_PROJECTROLE_DESCRIPTION
|
static String |
KEY_PROJECTROLE_ID
|
static String |
KEY_PROJECTROLE_NAME
|
| Fields inherited from class com.atlassian.jira.jelly.UserAwareDynaBeanTagSupport |
|---|
KEY_VARIABLE_NAME |
| Fields inherited from class org.apache.commons.jelly.TagSupport |
|---|
body, context, hasTrimmed, parent, shouldTrim |
| Constructor Summary | |
|---|---|
ProjectRoleTagSupport()
|
|
| Method Summary | |
|---|---|
protected Collection |
getActors()
|
protected Project |
getProject()
|
protected ProjectRole |
getProjectRole(SimpleErrorCollection errorCollection)
|
| Methods inherited from class com.atlassian.jira.jelly.UserAwareDynaBeanTagSupport |
|---|
getProperties, getRequiredContextVariables, getUser, getUsername |
| Methods inherited from class org.apache.commons.jelly.DynaBeanTagSupport |
|---|
beforeSetAttributes, getAttributeType, getDynaBean, setAttribute, setContext, setDynaBean |
| Methods inherited from class org.apache.commons.jelly.TagSupport |
|---|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setEscapeText, setParent, setTrim, trimBody |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.commons.jelly.Tag |
|---|
doTag, getBody, getContext, getParent, invokeBody, setBody, setParent |
| Field Detail |
|---|
public static final String KEY_PROJECTROLE_ID
public static final String KEY_PROJECTROLE_ACTORS
public static final String KEY_PROJECT_ID
public static final String KEY_PROJECTROLE_ACTOR_TYPE
public static final String DELIMITER
public static final String KEY_PROJECTROLE_NAME
public static final String KEY_PROJECTROLE_DESCRIPTION
| Constructor Detail |
|---|
public ProjectRoleTagSupport()
| Method Detail |
|---|
protected Collection getActors()
protected Project getProject()
protected ProjectRole getProjectRole(SimpleErrorCollection errorCollection)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||