Uses of Class
org.craftercms.engine.event.SiteEvent
Packages that use SiteEvent
-
Uses of SiteEvent in org.craftercms.engine.event
Subclasses of SiteEvent in org.craftercms.engine.eventModifier and TypeClassDescriptionclassEvent published when a site's cache clear has completed.classEvent published when a site's GraphQL schema build has completed.classEvent published when a newSiteContexthas been created.classEvent published when aSiteContexthas been destroyed.classEvent published when a newSiteContexthas been initialized.classMethods in org.craftercms.engine.event that return SiteEventModifier and TypeMethodDescriptionstatic SiteEventSiteEvent.getLatestRequestEvent(Class<? extends SiteEvent> eventClass, jakarta.servlet.http.HttpServletRequest request) Returns the latest event of the specified class that has been fired during the handling of the request.Method parameters in org.craftercms.engine.event with type arguments of type SiteEventModifier and TypeMethodDescriptionstatic SiteEventSiteEvent.getLatestRequestEvent(Class<? extends SiteEvent> eventClass, jakarta.servlet.http.HttpServletRequest request) Returns the latest event of the specified class that has been fired during the handling of the request. -
Uses of SiteEvent in org.craftercms.engine.service.context
Methods in org.craftercms.engine.service.context with parameters of type SiteEvent