public class PluginResourceHandlerRegistrationCustomizer
extends java.lang.Object
implements org.springframework.context.ApplicationListener<org.laxture.sbp.spring.boot.SbpPluginStateChangedEvent>
| Constructor and Description |
|---|
PluginResourceHandlerRegistrationCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration registration) |
void |
onApplicationEvent(org.laxture.sbp.spring.boot.SbpPluginStateChangedEvent event) |
public PluginResourceHandlerRegistrationCustomizer()
public void customize(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration registration)
public void onApplicationEvent(org.laxture.sbp.spring.boot.SbpPluginStateChangedEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.laxture.sbp.spring.boot.SbpPluginStateChangedEvent>