Uses of Interface
org.apache.jetspeed.request.RequestContext

Packages that use RequestContext
org.apache.jetspeed.aggregator   
org.apache.jetspeed.container.state   
org.apache.jetspeed.headerresource   
org.apache.jetspeed.mockobjects.request   
org.apache.jetspeed.profiler   
org.apache.jetspeed.profiler.rules   
org.apache.jetspeed.request   
org.apache.jetspeed.userinfo   
 

Uses of RequestContext in org.apache.jetspeed.aggregator
 

Methods in org.apache.jetspeed.aggregator with parameters of type RequestContext
 javax.servlet.http.HttpServletResponse ContentDispatcherCtrl.getResponseForWindow(org.apache.pluto.om.window.PortletWindow window, RequestContext request)
          Return the HttpServletResponse to use for a given PortletWindow in order to be able to capture parallel rendering portlets
 javax.servlet.http.HttpServletResponse ContentDispatcherCtrl.getResponseForFragment(Fragment fragment, RequestContext request)
           getResponseForFragment
 void ContentServerAdapter.prepareContentPaths(RequestContext context, ContentPage page)
          Pre page aggregation event, prepares the content paths for the given decorators of the current page being aggregated.
 void ContentServerAdapter.addStyle(RequestContext context, String decoratorName, String decoratorType)
          Adds stylesheets into the response header for a decoration using the Header Resource component.
 void PortletRenderer.renderNow(ContentFragment fragment, RequestContext request)
          Render the specified Page fragment.
 void PortletRenderer.render(ContentFragment fragment, RequestContext request)
          Render the specified Page fragment.
 ContentDispatcher PortletRenderer.getDispatcher(RequestContext request, boolean isParallel)
          Retrieve the ContentDispatcher for the specified request
 void Aggregator.build(RequestContext context)
          Builds the portlet set defined in the context into a portlet tree.
 

Uses of RequestContext in org.apache.jetspeed.container.state
 

Methods in org.apache.jetspeed.container.state with parameters of type RequestContext
 void NavigationalState.sync(RequestContext context)
          Synchronize the Navigational State with saved state (if used).
 

Uses of RequestContext in org.apache.jetspeed.headerresource
 

Methods in org.apache.jetspeed.headerresource with parameters of type RequestContext
 HeaderResource HeaderResourceFactory.getHeaderResouce(RequestContext requestContext)
          Provides HeaderResource instance from RequestContext.
 

Uses of RequestContext in org.apache.jetspeed.mockobjects.request
 

Classes in org.apache.jetspeed.mockobjects.request that implement RequestContext
 class MockRequestContext
          MockRequestContext
 

Uses of RequestContext in org.apache.jetspeed.profiler
 

Methods in org.apache.jetspeed.profiler with parameters of type RequestContext
 ProfileLocator Profiler.getProfile(RequestContext context, String locatorName)
          Get the Profile object using the request parameters.
 ProfileLocator Profiler.getDefaultProfile(RequestContext context, String locatorName)
           getDefaultProfile
 ProfileLocator Profiler.getProfile(RequestContext context, ProfilingRule rule)
          Get the Profile object using the request parameters and the rule.
 ProfileLocator Profiler.createLocator(RequestContext context)
          Creates a new ProfileLocator object that can be managed by the current Profiler implementation
 Map Profiler.getProfileLocators(RequestContext context, Principal principal)
          Gets all supported locators for a principal.
 Map Profiler.getDefaultProfileLocators(RequestContext context)
           getDefaultProfileLocators
 

Uses of RequestContext in org.apache.jetspeed.profiler.rules
 

Methods in org.apache.jetspeed.profiler.rules with parameters of type RequestContext
 String RuleCriterionResolver.resolve(RequestContext context, RuleCriterion criterion)
          Resolver the value for a criterion.
 ProfileLocator ProfilingRule.apply(RequestContext context, Profiler service)
          Applying the profiling rule generates a generic profile locator.
 

Uses of RequestContext in org.apache.jetspeed.request
 

Methods in org.apache.jetspeed.request that return RequestContext
 RequestContext RequestContextComponent.create(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, javax.servlet.ServletConfig config)
          Creates a request context for the given servlet request.
 RequestContext RequestContextComponent.getRequestContext(javax.servlet.http.HttpServletRequest request)
          The servlet request can always get you back to the Request Context if you need it This static accessor provides this capability
 RequestContext RequestContextComponent.getRequestContext()
           
 

Methods in org.apache.jetspeed.request with parameters of type RequestContext
 void RequestContextComponent.release(RequestContext context)
          Release a request context back to the context pool.
 

Uses of RequestContext in org.apache.jetspeed.userinfo
 

Methods in org.apache.jetspeed.userinfo with parameters of type RequestContext
 Map UserAttributeSource.getUserAttributeMap(Subject subject, Collection userAttributeRefs, RequestContext context)
           
 Map UserInfoManager.getUserInfoMap(org.apache.pluto.om.common.ObjectID oid, RequestContext context)
          Provide the user info map of user attributes for a given portlet application.
 



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.