org.glassfish.jsp.api
接口 JspProbeEmitter
public interface JspProbeEmitter
Interface for triggering events useful for monitoring.
A web container can pass an implementation of this interface in the
context attribute "org.glassfish.jsp.monitor.probeEmitter".
jspLoadedEvent
void jspLoadedEvent(String jspUri)
jspReloadedEvent
void jspReloadedEvent(String jspUri)
jspDestroyedEvent
void jspDestroyedEvent(String jspUri)
jspErrorEvent
void jspErrorEvent(String jspUri)
Copyright © 2013. All Rights Reserved.