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

All Known Implementing Classes:
DefaultDomainActionSet

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public interface IDomainActionSet

Author:
Mark Boyd TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 Object getLabelData(String action, Object domainObject)
          Deprecated. Provides information needed by a custom renderer to render the labeling of an action for a given domain object.
 String[] getSupportedActions()
          Deprecated. Returns an array of keys representing the supported actions that will appear in the tree.
 

Method Detail

getSupportedActions

String[] getSupportedActions()
Deprecated. 
Returns an array of keys representing the supported actions that will appear in the tree.

Returns:

getLabelData

Object getLabelData(String action,
                    Object domainObject)
Deprecated. 
Provides information needed by a custom renderer to render the labeling of an action for a given domain object. This information is made accessible to the custom renderer JSP via:
   ${requestScope.model.actionLabelData}
 

Parameters:
action -
domainObject -
Returns:


Copyright © 2010 Jasig. All Rights Reserved.