Uses of Interface
com.sap.cds.adapter.UrlResourcePath
Packages that use UrlResourcePath
-
Uses of UrlResourcePath in com.sap.cds.adapter
Methods in com.sap.cds.adapter that return UrlResourcePathModifier and TypeMethodDescriptionServletAdapterFactory.getServletPath()Returns theStreamofUrlResourcePaths that are exposed by the servlet.Methods in com.sap.cds.adapter that return types with arguments of type UrlResourcePathModifier and TypeMethodDescriptionServletUrlResourcePaths.getBasePaths()Returns the base paths found in the model.UrlResourcePath.subPaths()AStreamof child paths.Methods in com.sap.cds.adapter with parameters of type UrlResourcePathModifier and TypeMethodDescriptionvoidServletUrlResourcePaths.UrlResourcePathVisitor.foundPublicEvents(UrlResourcePath path, Stream<String> publicEvents) Called when aUrlResourcePathis found with a public event.voidServletUrlResourcePaths.UrlResourcePathVisitor.foundPublicPath(UrlResourcePath publicPath) Called when a publicUrlResourcePathis found.