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