Package com.sap.cds.adapter
Interface ServletUrlResourcePaths.UrlResourcePathVisitor
- Enclosing class:
- ServletUrlResourcePaths
public static interface ServletUrlResourcePaths.UrlResourcePathVisitor
The interface of a visitor
-
Method Summary
Modifier and TypeMethodDescriptionvoidfoundPublicEvents(UrlResourcePath path, Stream<String> publicEvents) Called when aUrlResourcePathis found with a public event.voidfoundPublicPath(UrlResourcePath publicPath) Called when a publicUrlResourcePathis found.
-
Method Details
-
foundPublicPath
Called when a publicUrlResourcePathis found.- Parameters:
publicPath- The publicUrlResourcePath
-
foundPublicEvents
Called when aUrlResourcePathis found with a public event.- Parameters:
path- TheUrlResourcePathpublicEvents- The public events on the given path
-