Uses of Class
com.saperion.web.WebAppInitUtil
Packages that use WebAppInitUtil
-
Uses of WebAppInitUtil in com.saperion.web
Methods in com.saperion.web that return WebAppInitUtilModifier and TypeMethodDescriptionstatic WebAppInitUtil
WebAppInitUtil.getInstance()
Returns the instance of this WebAppInitUtil.WebAppInitUtil.removeInitializer
(String name) Removes the WebAppInitializer by the given name if existing.WebAppInitUtil.setInitializer
(String name, WebAppInitializer webAppInitializer) Sets the given WebAppInitializer by the given name if not already existing.