Interface InitialStems


public interface InitialStems
Pluggable interface thats allows site-specific rules for obtaining a list of initial stems to display to users. To use this feature, the key plugin.initialstems in resources/<module>/media.properties must be set to the name of a Class which implements this interface

Version:
$Id: InitialStems.java,v 1.4 2007-04-11 08:19:24 isgwb Exp $
  • Method Details

    • getInitialStems

      List getInitialStems(GrouperSession s) throws Exception
      Parameters:
      s - GrouperSession for authenticated user
      Returns:
      List of stems to display to user
      Throws:
      Exception