Skip navigation links
A C F G I P S U V W 

A

AdapterFactory - Interface in com.sap.cds.adapter
Interface to be used with ExtendedServiceLoader for creating adapters.

C

com.sap.cds.adapter - package com.sap.cds.adapter
 
create() - Method in interface com.sap.cds.adapter.AdapterFactory
Creates the adapter and initializes it
create() - Method in interface com.sap.cds.adapter.IndexContentProviderFactory
Creates the content provider and initializes it
create() - Method in interface com.sap.cds.adapter.ServletAdapterFactory
Creates the adapter Servlet

F

foundPublicEvents(UrlResourcePath, Stream<String>) - Method in interface com.sap.cds.adapter.ServletUrlResourcePaths.UrlResourcePathVisitor
Called when a UrlResourcePath is found with a public event.
foundPublicPath(UrlResourcePath) - Method in interface com.sap.cds.adapter.ServletUrlResourcePaths.UrlResourcePathVisitor
Called when a public UrlResourcePath is found.

G

getBasePath() - Method in interface com.sap.cds.adapter.ServletAdapterFactory
 
getBasePaths() - Method in class com.sap.cds.adapter.ServletUrlResourcePaths
Returns the base paths found in the model.
getMappings() - Method in interface com.sap.cds.adapter.ServletAdapterFactory
Returns an array of all paths this servlet should be mapped to.
getPath() - Method in interface com.sap.cds.adapter.UrlResourcePath
The path including the resource's base path.
getSectionTitle() - Method in interface com.sap.cds.adapter.IndexContentProvider
 
getServletPath() - Method in interface com.sap.cds.adapter.ServletAdapterFactory
Returns the Stream of UrlResourcePaths that are exposed by the servlet.

I

IndexContentProvider - Interface in com.sap.cds.adapter
Interface to implement by content providers for the index page
IndexContentProviderFactory - Interface in com.sap.cds.adapter
Interface to be used with ExtendedServiceLoader for creating content providers for the index page.
isEnabled() - Method in interface com.sap.cds.adapter.AdapterFactory
 
isEnabled() - Method in interface com.sap.cds.adapter.IndexContentProviderFactory
 
isPublic() - Method in interface com.sap.cds.adapter.UrlResourcePath
If true, the endpoint should be exposed to public, i.e.

P

publicEvents() - Method in interface com.sap.cds.adapter.UrlResourcePath
A Stream of events that are public even if isPublic()==false.

S

ServletAdapterFactory - Interface in com.sap.cds.adapter
Specialized factory for creating Servlet adapters.
ServletUrlResourcePaths - Class in com.sap.cds.adapter
A utility to iterate the public UrlResourcePaths of Servlets created by ServletAdapterFactory according to the passed CdsRuntime.
ServletUrlResourcePaths(CdsRuntime) - Constructor for class com.sap.cds.adapter.ServletUrlResourcePaths
Create an instance based on the underlying CdsRuntime.
ServletUrlResourcePaths.UrlResourcePathVisitor - Interface in com.sap.cds.adapter
The interface of a visitor
subPaths() - Method in interface com.sap.cds.adapter.UrlResourcePath
A Stream of child paths.

U

UrlResourcePath - Interface in com.sap.cds.adapter
A UrlResourcePath describes the hierarchical structure of a resource along with additional meta information.

V

visit(ServletUrlResourcePaths.UrlResourcePathVisitor) - Method in class com.sap.cds.adapter.ServletUrlResourcePaths
Starts enumerating all cds servlet paths recursively (depth-first order).

W

writeContent(PrintWriter, String) - Method in interface com.sap.cds.adapter.IndexContentProvider
Write the index page content
A C F G I P S U V W 
Skip navigation links

Copyright © 2021. All rights reserved.