org.jasig.portal.channels.jsp.tree
Interface ITreeActionUrlResolver


Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public interface ITreeActionUrlResolver

If a tree is to support expanding and collapsing portions of the tree then an implementation of this interface must be provided to the tree to translate user actions into URLs suitable for the domain in which the tree is being used and which will cause the appropriate methods on the appropriate tree nodes to be called.

Author:
Mark Boyd

Field Summary
static int HIDE_ASPECTS
          Deprecated.  
static int HIDE_CHILDREN
          Deprecated.  
static int SHOW_ASPECTS
          Deprecated.  
static int SHOW_CHILDREN
          Deprecated.  
 
Method Summary
 String getTreeActionUrl(int type, String nodeId)
          Deprecated.  
 

Field Detail

SHOW_CHILDREN

static final int SHOW_CHILDREN
Deprecated. 
See Also:
Constant Field Values

HIDE_CHILDREN

static final int HIDE_CHILDREN
Deprecated. 
See Also:
Constant Field Values

SHOW_ASPECTS

static final int SHOW_ASPECTS
Deprecated. 
See Also:
Constant Field Values

HIDE_ASPECTS

static final int HIDE_ASPECTS
Deprecated. 
See Also:
Constant Field Values
Method Detail

getTreeActionUrl

String getTreeActionUrl(int type,
                        String nodeId)
Deprecated. 


Copyright © 2010 Jasig. All Rights Reserved.