Class CalRegistry

java.lang.Object
com.groiss.cal.CalRegistry

public class CalRegistry extends Object
Use this class to register your own CalInfo implementation or participant class.
  • Method Details

    • addCalInfo

      public static void addCalInfo(CalInfo info)
      Register a new CalInfo. You can also use the parameter cal.applications in your system-configuration-file.
      Parameters:
      info - the CalInfo
    • addParticipantType

      public static void addParticipantType(String s)
      Register a participant type. You can also use the parameter cal.resources in your system-configuration-file.
      Parameters:
      s - the argument is either a class-name (typically of a form class) or an xml id, the latter with the prefix "xmlid:" to distinguish it from class names. The xml node should be a query node defining the object selection properties.