Uses of Class
com.saperion.web.WebAppInitUtil
-
Packages that use WebAppInitUtil Package Description com.saperion.web -
-
Uses of WebAppInitUtil in com.saperion.web
Methods in com.saperion.web that return WebAppInitUtil Modifier and Type Method Description static WebAppInitUtilWebAppInitUtil. getInstance()Returns the instance of this WebAppInitUtil.WebAppInitUtilWebAppInitUtil. removeInitializer(java.lang.String name)Removes the WebAppInitializer by the given name if existing.WebAppInitUtilWebAppInitUtil. setInitializer(java.lang.String name, WebAppInitializer webAppInitializer)Sets the given WebAppInitializer by the given name if not already existing.
-