com.atlassian.jira.jelly
Class WebWorkBackendAdaptor

java.lang.Object
  extended by com.atlassian.jira.jelly.WebWorkAdaptor
      extended by com.atlassian.jira.jelly.WebWorkBackendAdaptor

public class WebWorkBackendAdaptor
extends WebWorkAdaptor

Used to kick off backend actions;


Constructor Summary
WebWorkBackendAdaptor()
           
 
Method Summary
 boolean mapJellyTagToAction(ActionTagSupport tag, org.apache.commons.jelly.XMLOutput output)
          Takes a Jelly Tag, maps it to a Webwork Action and executes the Webwork Action.
 
Methods inherited from class com.atlassian.jira.jelly.WebWorkAdaptor
authenticateUser, getJellyHttpRequest, getJellyHttpResponse, getJellyHttpSession, getResult, processResult, processWebworkException, setResult, writeErrorToXmlOutput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebWorkBackendAdaptor

public WebWorkBackendAdaptor()
Method Detail

mapJellyTagToAction

public boolean mapJellyTagToAction(ActionTagSupport tag,
                                   org.apache.commons.jelly.XMLOutput output)
                            throws org.apache.commons.jelly.JellyTagException
Description copied from class: WebWorkAdaptor
Takes a Jelly Tag, maps it to a Webwork Action and executes the Webwork Action.

Overrides:
mapJellyTagToAction in class WebWorkAdaptor
Parameters:
tag - The Jelly Tag
output - The XMLOutput writer (the Jelly XMLOutput Stream - where errors and output goes)
Throws:
org.apache.commons.jelly.JellyTagException


Copyright © 2002-2009 Atlassian. All Rights Reserved.