public interface IndexContentProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getSectionTitle() |
void |
writeContent(PrintWriter out,
String contextPath)
Write the index page content
|
String getSectionTitle()
void writeContent(PrintWriter out, String contextPath)
out - the writer to output the content tocontextPath - the servlet context pathCopyright © 2023. All rights reserved.