Uses of Class
net.contextfw.web.application.WebApplicationHandle

Packages that use WebApplicationHandle
net.contextfw.web.application.internal.providers   
net.contextfw.web.application.internal.service   
 

Uses of WebApplicationHandle in net.contextfw.web.application.internal.providers
 

Methods in net.contextfw.web.application.internal.providers that return WebApplicationHandle
 WebApplicationHandle WebApplicationHandleProvider.get()
           
 

Uses of WebApplicationHandle in net.contextfw.web.application.internal.service
 

Methods in net.contextfw.web.application.internal.service that return WebApplicationHandle
 WebApplicationHandle WebApplicationContextHandler.createNewHandle()
           
 WebApplicationHandle WebApplicationContext.getHandle()
           
 

Methods in net.contextfw.web.application.internal.service with parameters of type WebApplicationHandle
 WebApplicationContext WebApplicationContextHandler.getContext(WebApplicationHandle handle)
           
 void WebApplicationContextHandler.refreshApplication(WebApplicationHandle handle)
           
 void WebApplicationContextHandler.removeApplication(WebApplicationHandle handle)
           
 void WebApplicationContext.setHandle(WebApplicationHandle handle)
           
 

Constructors in net.contextfw.web.application.internal.service with parameters of type WebApplicationHandle
WebApplicationContext(HttpContext httpContext, WebApplicationHandle handle, WebApplicationScopedBeans beans)
           
 



Copyright © 2010. All Rights Reserved.