Class ActionService


  • public class ActionService
    extends fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<Action>
    This class define a service to retrieve an Action
    Since:
    1.0
    Author:
    Laurent Jourdren
    • Constructor Detail

      • ActionService

        protected ActionService()
        Private constructor.
    • Method Detail

      • getInstance

        public static ActionService getInstance()
        Retrieve the singleton static instance of an ActionService.
        Returns:
        A ActionService instance
      • accept

        protected boolean accept​(Class<?> clazz)
        Specified by:
        accept in class fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<Action>
      • getMethodName

        protected String getMethodName()
        Specified by:
        getMethodName in class fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<Action>
      • getActions

        public List<Action> getActions()
        Get the list of actions available.
        Returns:
        a list with all the available actions