Uses of Class
com.saperion.ngc.util.ErrorPageProvider.ErrorPageConfig
-
Packages that use ErrorPageProvider.ErrorPageConfig Package Description com.saperion.ngc.util Package for client utility classes. -
-
Uses of ErrorPageProvider.ErrorPageConfig in com.saperion.ngc.util
Methods in com.saperion.ngc.util that return ErrorPageProvider.ErrorPageConfig Modifier and Type Method Description static ErrorPageProvider.ErrorPageConfig
ErrorPageProvider.ErrorPageConfig. allFalse()
Creates a ErrorPageConfig object with all parameters to false.Methods in com.saperion.ngc.util with parameters of type ErrorPageProvider.ErrorPageConfig Modifier and Type Method Description static java.lang.String
ErrorPageProvider. getErrorPageMarkup(javax.servlet.http.HttpServletRequest request, java.lang.String title, java.lang.String description, java.lang.String image, ErrorPageProvider.ErrorPageConfig config)
Generates the HTML markup by the given parameters.
-