public interface IBreadcrumb
Modifier and Type | Method and Description |
---|---|
String |
getBottomHtml(javax.servlet.http.HttpServletRequest request,
FormResponseManager formResponseManager)
Gives the HTML displayed after the current step
|
String |
getBreadcrumbBeanName()
Gives the bean name of the breadcrumb
|
String |
getBreadcrumbDisplayName()
Gives the display name of the breadcrumb
|
default Map<String,Object> |
getModelForCurrentStep(javax.servlet.http.HttpServletRequest request,
FormResponseManager formResponseManager)
Gives the model to use for the current step
|
String |
getTopHtml(javax.servlet.http.HttpServletRequest request,
FormResponseManager formResponseManager)
Gives the HTML displayed before the current step
|
String getBreadcrumbBeanName()
String getBreadcrumbDisplayName()
String getTopHtml(javax.servlet.http.HttpServletRequest request, FormResponseManager formResponseManager)
request
- the requestformResponseManager
- the object that contains the actual visited list of stepdefault Map<String,Object> getModelForCurrentStep(javax.servlet.http.HttpServletRequest request, FormResponseManager formResponseManager)
request
- the requestformResponseManager
- the form response managerString getBottomHtml(javax.servlet.http.HttpServletRequest request, FormResponseManager formResponseManager)
request
- the requestformResponseManager
- the object that contains the actual visited list of stepCopyright © 2020 City of Paris. All rights reserved.