Uses of Interface
org.gatein.wci.spi.WebAppContext
-
Packages that use WebAppContext Package Description org.gatein.wci org.gatein.wci.spi -
-
Uses of WebAppContext in org.gatein.wci
Methods in org.gatein.wci with parameters of type WebAppContext Modifier and Type Method Description voidServletContainer. registerWebApp(WebAppContext webappContext, String dispatchPath)Manually register a webapp with this ServletContainerContext. -
Uses of WebAppContext in org.gatein.wci.spi
Classes in org.gatein.wci.spi that implement WebAppContext Modifier and Type Class Description classCatalinaWebAppContextclassSimpleWebAppContextMethods in org.gatein.wci.spi with parameters of type WebAppContext Modifier and Type Method Description booleanServletContainerContext.Registration. registerWebApp(WebAppContext webAppContext)Registers a web application.
-