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 WebAppInitUtil
WebAppInitUtil. getInstance()
Returns the instance of this WebAppInitUtil.WebAppInitUtil
WebAppInitUtil. removeInitializer(java.lang.String name)
Removes the WebAppInitializer by the given name if existing.WebAppInitUtil
WebAppInitUtil. setInitializer(java.lang.String name, WebAppInitializer webAppInitializer)
Sets the given WebAppInitializer by the given name if not already existing.
-