com.jaspersoft.jasperserver.war.action.tree
Class TreeAction
java.lang.Object
org.springframework.webflow.action.AbstractAction
org.springframework.webflow.action.MultiAction
com.jaspersoft.jasperserver.war.action.tree.TreeAction
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action
public class TreeAction
- extends org.springframework.webflow.action.MultiAction
Spring Action class for Tree flow.
- Author:
- asokolnikov
Nested classes/interfaces inherited from class org.springframework.webflow.action.MultiAction |
org.springframework.webflow.action.MultiAction.MethodResolver |
Field Summary |
static java.lang.String |
AJAX_REPORT_MODEL
|
static java.lang.String |
DEPTH
|
protected org.apache.commons.logging.Log |
log
|
static java.lang.String |
PREFETCH
|
static java.lang.String |
PROVIDER
|
static java.lang.String |
URI
|
Fields inherited from class org.springframework.webflow.action.AbstractAction |
logger |
Methods inherited from class org.springframework.webflow.action.MultiAction |
doExecute, getMethodResolver, setMethodResolver, setTarget |
Methods inherited from class org.springframework.webflow.action.AbstractAction |
afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AJAX_REPORT_MODEL
public static final java.lang.String AJAX_REPORT_MODEL
- See Also:
- Constant Field Values
PROVIDER
public static final java.lang.String PROVIDER
- See Also:
- Constant Field Values
URI
public static final java.lang.String URI
- See Also:
- Constant Field Values
DEPTH
public static final java.lang.String DEPTH
- See Also:
- Constant Field Values
PREFETCH
public static final java.lang.String PREFETCH
- See Also:
- Constant Field Values
log
protected final org.apache.commons.logging.Log log
TreeAction
public TreeAction()
getNode
public org.springframework.webflow.execution.Event getNode(org.springframework.webflow.execution.RequestContext context)
- Gets the data, builds tree model and returns serialized tree data
getChildren
public org.springframework.webflow.execution.Event getChildren(org.springframework.webflow.execution.RequestContext context)
- Gets childern for specified tree node
- Parameters:
context
-
- Returns:
getTreeDataProviderFactory
public TreeDataProviderFactory getTreeDataProviderFactory()
setTreeDataProviderFactory
public void setTreeDataProviderFactory(TreeDataProviderFactory treeDataProviderFactory)
Copyright © 2007. All Rights Reserved.