Index
All Classes and Interfaces|All Packages
A
- AdapterFactory - Interface in com.sap.cds.adapter
-
Interface to be used with
ExtendedServiceLoaderfor 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
UrlResourcePathis found with a public event. - foundPublicPath(UrlResourcePath) - Method in interface com.sap.cds.adapter.ServletUrlResourcePaths.UrlResourcePathVisitor
-
Called when a public
UrlResourcePathis 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
StreamofUrlResourcePaths 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
ExtendedServiceLoaderfor 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
Streamof events that are public even ifisPublic()==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 byServletAdapterFactoryaccording to the passedCdsRuntime. - 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
Streamof child paths.
U
- UrlResourcePath - Interface in com.sap.cds.adapter
-
A
UrlResourcePathdescribes 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
All Classes and Interfaces|All Packages