Package com.sap.cds.adapter
Interface IndexContentProvider
public interface IndexContentProvider
Interface to implement by content providers for the index page
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteContent(PrintWriter out, String contextPath) Write the index page content
-
Method Details
-
getSectionTitle
String getSectionTitle()- Returns:
- the text to use as title for the index page section of this provide
-
writeContent
Write the index page content- Parameters:
out- the writer to output the content tocontextPath- the servlet context path
-