Uses of Interface
com.saperion.web.WebAppInitializer
-
Packages that use WebAppInitializer Package Description com.saperion.web -
-
Uses of WebAppInitializer in com.saperion.web
Methods in com.saperion.web that return WebAppInitializer Modifier and Type Method Description WebAppInitializerWebAppInitUtil. getInitializer(java.lang.String name)Returns the WebAppInitializer by the given name if existing, null otherwise.Methods in com.saperion.web with parameters of type WebAppInitializer Modifier and Type Method Description WebAppInitUtilWebAppInitUtil. setInitializer(java.lang.String name, WebAppInitializer webAppInitializer)Sets the given WebAppInitializer by the given name if not already existing.
-