Uses of Class
com.atlassian.jira.jelly.ActionTagSupport

Packages that use ActionTagSupport
com.atlassian.jira.jelly Methods called when executing a Jelly Tag. 
com.atlassian.jira.jelly.exception   
com.atlassian.jira.jelly.tag   
com.atlassian.jira.jelly.tag.admin   
com.atlassian.jira.jelly.tag.admin.enterprise   
com.atlassian.jira.jelly.tag.enterprise   
com.atlassian.jira.jelly.tag.issue   
com.atlassian.jira.jelly.tag.login   
com.atlassian.jira.jelly.tag.project   
 

Uses of ActionTagSupport in com.atlassian.jira.jelly
 

Subclasses of ActionTagSupport in com.atlassian.jira.jelly
 class NotImplementedTag
           
 

Methods in com.atlassian.jira.jelly with parameters of type ActionTagSupport
 boolean WebWorkAdaptor.authenticateUser(ActionTagSupport tag, String username, String password, org.apache.commons.jelly.XMLOutput output)
           
 boolean WebWorkBackendAdaptor.mapJellyTagToAction(ActionTagSupport tag, org.apache.commons.jelly.XMLOutput output)
           
 boolean WebWorkAdaptor.mapJellyTagToAction(ActionTagSupport tag, org.apache.commons.jelly.XMLOutput output)
          Takes a Jelly Tag, maps it to a Webwork Action and executes the Webwork Action.
protected  boolean WebWorkAdaptor.processResult(ActionTagSupport tag, org.apache.commons.jelly.XMLOutput output)
           
protected  boolean WebWorkAdaptor.processWebworkException(String actionName, Exception e, org.apache.commons.jelly.XMLOutput output, ActionTagSupport tag)
           
static void WebWorkAdaptor.writeErrorToXmlOutput(org.apache.commons.jelly.XMLOutput output, StringBuffer errorMessage, String actionName, ActionTagSupport badTag)
          Formats the error output as one element per error.
 

Uses of ActionTagSupport in com.atlassian.jira.jelly.exception
 

Constructors in com.atlassian.jira.jelly.exception with parameters of type ActionTagSupport
ActionNotImplementedException(ActionTagSupport tag)
           
ActionNotImplementedException(ActionTagSupport tag, String message)
           
InputDataNotSupportedException(ActionTagSupport tag)
           
InputDataNotSupportedException(ActionTagSupport tag, String message)
           
 

Uses of ActionTagSupport in com.atlassian.jira.jelly.tag
 

Subclasses of ActionTagSupport in com.atlassian.jira.jelly.tag
 class IssueAwareActionTagSupport
           
 class PermissionSchemeAwareActionTagSupport
           
 class ProjectAwareActionTagSupport
           
 class UserAwareActionTagSupport
           
 

Uses of ActionTagSupport in com.atlassian.jira.jelly.tag.admin
 

Subclasses of ActionTagSupport in com.atlassian.jira.jelly.tag.admin
 class AddPermission
           
 class AddUserToGroup
           
 class CreateGroup
           
 class CreatePermissionScheme
           
 class CreateUser
           
 class RemoveGroup
           
 class RemovePermissionScheme
           
 class RemoveUser
           
 class SelectProjectScheme
           
 

Uses of ActionTagSupport in com.atlassian.jira.jelly.tag.admin.enterprise
 

Subclasses of ActionTagSupport in com.atlassian.jira.jelly.tag.admin.enterprise
 class AddIssueSecurity
           
 class AddIssueSecurityLevel
           
 class CreateIssueSecurityScheme
           
 

Uses of ActionTagSupport in com.atlassian.jira.jelly.tag.enterprise
 

Subclasses of ActionTagSupport in com.atlassian.jira.jelly.tag.enterprise
 class IssueSchemeAwareActionTagSupport
           
 class IssueSchemeLevelAwareActionTagSupport
           
 

Uses of ActionTagSupport in com.atlassian.jira.jelly.tag.issue
 

Subclasses of ActionTagSupport in com.atlassian.jira.jelly.tag.issue
 class AbstractCreateIssue
           
 class AssignIssue
           
 class ChangeIssue
           
 class CreateIssue
           
 class LinkIssue
           
 class StopProgress
           
 

Uses of ActionTagSupport in com.atlassian.jira.jelly.tag.login
 

Subclasses of ActionTagSupport in com.atlassian.jira.jelly.tag.login
 class Login
           
 

Uses of ActionTagSupport in com.atlassian.jira.jelly.tag.project
 

Subclasses of ActionTagSupport in com.atlassian.jira.jelly.tag.project
 class AddComponent
           
 class AddVersion
           
 class AssignPermissionScheme
           
 class CreateProject
           
 class RemoveProject
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.