Uses of Interface
org.gatein.wci.WebApp
-
Packages that use WebApp Package Description org.gatein.wci org.gatein.wci.session -
-
Uses of WebApp in org.gatein.wci
Methods in org.gatein.wci that return WebApp Modifier and Type Method Description WebAppWebAppEvent. getWebApp()Returns the web application.Methods in org.gatein.wci with parameters of type WebApp Modifier and Type Method Description voidServletContainerVisitor. accept(WebApp webApp)During visitation get reference to current WebAppConstructors in org.gatein.wci with parameters of type WebApp Constructor Description WebAppEvent(WebApp webApp)Construct a new web application event.WebAppLifeCycleEvent(WebApp webApp, int type)Creates a new web application life cycle event. -
Uses of WebApp in org.gatein.wci.session
Methods in org.gatein.wci.session with parameters of type WebApp Modifier and Type Method Description voidSessionTaskVisitor. accept(WebApp webApp)
-