org.jasig.portal.channels.jsp.tree
Class DefaultDomainActionSet

java.lang.Object
  extended by org.jasig.portal.channels.jsp.tree.DefaultDomainActionSet
All Implemented Interfaces:
IDomainActionSet

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class DefaultDomainActionSet
extends Object
implements IDomainActionSet

Represents a trivial default implementation of IDomainActionSet that provides no supported actions for the tree.

Author:
Mark Boyd

Constructor Summary
DefaultDomainActionSet()
          Deprecated.  
 
Method Summary
 Object getLabelData(String action, Object domainObject)
          Deprecated. Returns null since it will never get called due to no domain actions being supported by this class.
 String[] getSupportedActions()
          Deprecated. Returns null indicating that no domain specific actions are supported for objects in the tree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDomainActionSet

public DefaultDomainActionSet()
Deprecated. 
Method Detail

getSupportedActions

public String[] getSupportedActions()
Deprecated. 
Returns null indicating that no domain specific actions are supported for objects in the tree.

Specified by:
getSupportedActions in interface IDomainActionSet
Returns:

getLabelData

public Object getLabelData(String action,
                           Object domainObject)
Deprecated. 
Returns null since it will never get called due to no domain actions being supported by this class.

Specified by:
getLabelData in interface IDomainActionSet
Returns:


Copyright © 2010 Jasig. All Rights Reserved.