Uses of Interface
org.apache.tapestry5.alerts.AlertManager
-
Packages that use AlertManager Package Description org.apache.tapestry5.internal.alerts [INTERNAL USE ONLY] support classes for Alerts; API subject to changeorg.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.internal.services.compatibility -
-
Uses of AlertManager in org.apache.tapestry5.internal.alerts
Classes in org.apache.tapestry5.internal.alerts that implement AlertManager Modifier and Type Class Description class
AlertManagerImpl
-
Uses of AlertManager in org.apache.tapestry5.internal.services
Constructors in org.apache.tapestry5.internal.services with parameters of type AlertManager Constructor Description ClientDataEncoderImpl(URLEncoder urlEncoder, String passphrase, org.slf4j.Logger logger, String applicationPackageName, AlertManager alertManager)
ReloadHelperImpl(AlertManager alertManager, boolean productionMode)
-
Uses of AlertManager in org.apache.tapestry5.internal.services.compatibility
Constructors in org.apache.tapestry5.internal.services.compatibility with parameters of type AlertManager Constructor Description DeprecationWarningImpl(org.slf4j.Logger logger, AlertManager alertManager)
-