Package com.groiss.cal
Class CalRegistry
java.lang.Object
com.groiss.cal.CalRegistry
Use this class to register your own
CalInfo
implementation or participant class.-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addCalInfo
(CalInfo info) Register a newCalInfo
.static void
Register a participant type.
-
Method Details
-
addCalInfo
Register a newCalInfo
. You can also use the parametercal.applications
in your system-configuration-file.- Parameters:
info
- theCalInfo
-
addParticipantType
Register a participant type. You can also use the parametercal.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.
-