Uses of Class
com.jalios.jcms.handler.EditNotificationHandler
-
Packages that use EditNotificationHandler Package Description com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers). -
-
Uses of EditNotificationHandler in com.jalios.jcms.handler
Fields in com.jalios.jcms.handler declared as EditNotificationHandler Modifier and Type Field Description protected EditNotificationHandler
EditGroupHandler. notificationFormHandler
protected EditNotificationHandler
EditMemberHandler. notificationFormHandler
Methods in com.jalios.jcms.handler with parameters of type EditNotificationHandler Modifier and Type Method Description void
EditGroupHandler. setNotificationFormHandler(EditNotificationHandler v)
void
EditMemberHandler. setNotificationFormHandler(EditNotificationHandler v)
Sets the value of notificationFormHandler.
-