Class ProductionModeUnknownComponentFilter

java.lang.Object
org.apache.tapestry5.internal.services.ProductionModeUnknownComponentFilter
All Implemented Interfaces:
ComponentRequestFilter

A filter, used only in production mode, that does a "pre-flight check" that the indicated component actually exists. If it does not, then the handling of the component event is aborted and other hooks will ensure that request ultimately becomes a 404.
Since:
5.4