Methods in com.atlassian.jira.jelly with parameters of type ActionTagSupport |
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(java.lang.String actionName,
java.lang.Exception e,
org.apache.commons.jelly.XMLOutput output,
ActionTagSupport tag)
|
static void |
WebWorkAdaptor.writeErrorToXmlOutput(org.apache.commons.jelly.XMLOutput output,
java.lang.StringBuffer buff,
java.lang.String actionName,
ActionTagSupport badTag)
Formats the error output as one element per error. |
boolean |
WebWorkAdaptor.authenticateUser(ActionTagSupport tag,
java.lang.String username,
java.lang.String password,
org.apache.commons.jelly.XMLOutput output)
|