Uses of Class
org.barracudamvc.core.view.ViewCapabilities

Packages that use ViewCapabilities
org.barracudamvc.contrib.dbroggisch.display.filters   
org.barracudamvc.core.comp   
org.barracudamvc.core.event   
org.barracudamvc.core.event.events   
org.barracudamvc.core.helper.servlet   
 

Uses of ViewCapabilities in org.barracudamvc.contrib.dbroggisch.display.filters
 

Constructors in org.barracudamvc.contrib.dbroggisch.display.filters with parameters of type ViewCapabilities
FilterContext(ViewCapabilities vc)
           
 

Uses of ViewCapabilities in org.barracudamvc.core.comp
 

Methods in org.barracudamvc.core.comp that return ViewCapabilities
 ViewCapabilities DefaultViewContext.getViewCapabilities()
          Get the underlying ViewCapabilities object
 ViewCapabilities ViewContext.getViewCapabilities()
           
 

Constructors in org.barracudamvc.core.comp with parameters of type ViewCapabilities
DefaultViewContext(ViewCapabilities ivc, javax.servlet.http.HttpServletRequest ireq, javax.servlet.http.HttpServletResponse iresp)
          Create a DefaultViewContext for a specific ViewCapabilities obj
 

Uses of ViewCapabilities in org.barracudamvc.core.event
 

Methods in org.barracudamvc.core.event that return ViewCapabilities
 ViewCapabilities EventContext.getViewCapabilities()
          Get the underlying ViewCapabilities
 ViewCapabilities DefaultEventContext.getViewCapabilities()
          Get the underlying ViewCapabilities
 

Constructors in org.barracudamvc.core.event with parameters of type ViewCapabilities
DefaultEventContext(DispatchQueue queue, ViewCapabilities vc, javax.servlet.ServletConfig config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, HttpResponseEvent defaultResponseEvent)
          Public constructor.
 

Uses of ViewCapabilities in org.barracudamvc.core.event.events
 

Methods in org.barracudamvc.core.event.events with parameters of type ViewCapabilities
static void LongRunningEventGateway.redirectBrowserToKickoffLongRunningRequest(String lrid, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, ViewCapabilities vc, String ourl, String oqstr, BaseEvent event)
           
 

Uses of ViewCapabilities in org.barracudamvc.core.helper.servlet
 

Methods in org.barracudamvc.core.helper.servlet with parameters of type ViewCapabilities
static String ScriptDetector.prepareRedirectURL(String url, ViewCapabilities vc)
          This method prepares a URL for redirect by adding the appropriate client scripting flag.
 



Copyright © 2006 BarracudaMVC.org All Rights Reserved.