Uses of Interface
com.saperion.web.WebAppInitializer
Packages that use WebAppInitializer
-
Uses of WebAppInitializer in com.saperion.web
Methods in com.saperion.web that return WebAppInitializerModifier and TypeMethodDescriptionWebAppInitUtil.getInitializer
(String name) Returns the WebAppInitializer by the given name if existing, null otherwise.Methods in com.saperion.web with parameters of type WebAppInitializerModifier and TypeMethodDescriptionWebAppInitUtil.setInitializer
(String name, WebAppInitializer webAppInitializer) Sets the given WebAppInitializer by the given name if not already existing.