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

Packages that use RequestContext
org.apache.jetspeed   
org.apache.jetspeed.aggregator   
org.apache.jetspeed.aggregator.impl   
org.apache.jetspeed.ajax   
org.apache.jetspeed.cache   
org.apache.jetspeed.cache.impl   
org.apache.jetspeed.capabilities.impl   
org.apache.jetspeed.container   
org.apache.jetspeed.container.state   
org.apache.jetspeed.container.state.impl   
org.apache.jetspeed.container.url.impl   
org.apache.jetspeed.decoration   
org.apache.jetspeed.desktop   
org.apache.jetspeed.desktop.impl   
org.apache.jetspeed.engine   
org.apache.jetspeed.headerresource   
org.apache.jetspeed.headerresource.impl   
org.apache.jetspeed.layout   
org.apache.jetspeed.layout.impl   
org.apache.jetspeed.localization.impl   
org.apache.jetspeed.login.impl   
org.apache.jetspeed.messaging   
org.apache.jetspeed.mockobjects.request   
org.apache.jetspeed.pipeline   
org.apache.jetspeed.pipeline.valve   
org.apache.jetspeed.pipeline.valve.impl   
org.apache.jetspeed.portlets.layout   
org.apache.jetspeed.profiler   
org.apache.jetspeed.profiler.impl   
org.apache.jetspeed.profiler.rules   
org.apache.jetspeed.profiler.rules.impl   
org.apache.jetspeed.request   
org.apache.jetspeed.resource   
org.apache.jetspeed.security.impl Jetspeed security service implementation including Jetspeed JAAS providers. 
org.apache.jetspeed.security.impl.ntlm   
org.apache.jetspeed.services.information   
org.apache.jetspeed.statistics   
org.apache.jetspeed.statistics.impl   
org.apache.jetspeed.userinfo   
org.apache.jetspeed.userinfo.impl   
org.apache.jetspeed.velocity   
 

Uses of RequestContext in org.apache.jetspeed
 

Methods in org.apache.jetspeed that return RequestContext
static RequestContext Jetspeed.getCurrentRequestContext()
          Delegtes to the current Engine to retreive the RequestContext appropriate for the current thread.
 

Uses of RequestContext in org.apache.jetspeed.aggregator
 

Methods in org.apache.jetspeed.aggregator that return RequestContext
 RequestContext RenderingJob.getRequestContext()
           
 

Methods in org.apache.jetspeed.aggregator with parameters of type RequestContext
 void ContentServerAdapter.addStyle(RequestContext context, java.lang.String decoratorName, java.lang.String decoratorType)
          Adds stylesheets into the response header for a decoration using the Header Resource component.
 void Aggregator.build(RequestContext context)
          Builds the portlet set defined in the context into a portlet tree.
 RenderingJob PortletRenderer.createRenderingJob(ContentFragment fragment, RequestContext request)
          Create a rendering job for the specified Page fragment.
 ContentDispatcher PortletRenderer.getDispatcher(RequestContext request, boolean isParallel)
          Retrieve the ContentDispatcher for the specified request
 javax.servlet.http.HttpServletResponse ContentDispatcherCtrl.getResponseForFragment(Fragment fragment, RequestContext request)
           getResponseForFragment
 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
 void FileServerValve.invoke(RequestContext request, ValveContext context)
           
 void PortletValve.invoke(RequestContext request, ValveContext context)
           
 void HeaderAggregatorValve.invoke(RequestContext request, ValveContext context)
           
 void AggregatorValve.invoke(RequestContext request, ValveContext context)
           
 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.
 RenderingJob PortletRenderer.render(ContentFragment fragment, RequestContext request)
          Deprecated.  
 void PortletRenderer.renderNow(ContentFragment fragment, RequestContext request)
          Render the specified Page fragment.
 

Uses of RequestContext in org.apache.jetspeed.aggregator.impl
 

Fields in org.apache.jetspeed.aggregator.impl declared as RequestContext
protected  RequestContext RenderingJobImpl.requestContext
           
 

Methods in org.apache.jetspeed.aggregator.impl that return RequestContext
 RequestContext RenderingJobImpl.getRequestContext()
           
protected  RequestContext PortletHeaderResponseImpl.getRequestContext()
           
 

Methods in org.apache.jetspeed.aggregator.impl with parameters of type RequestContext
protected  boolean HeaderAggregatorImpl.aggregateAndRender(ContentFragment fragment, RequestContext context, ContentPage page)
           
protected  void PageAggregatorImpl.aggregateAndRender(ContentFragment f, RequestContext context, ContentPage page)
           
protected  void AsyncPageAggregatorImpl.aggregateAndRender(ContentFragment f, RequestContext context, ContentPage page, boolean isRoot, java.util.List sequentialJobs, java.util.List parallelJobs, java.util.List layoutFragments)
           
 void HeaderAggregatorImpl.build(RequestContext context)
          Builds the portlet set defined in the context into a portlet tree.
 void AsyncPageAggregatorImpl.build(RequestContext context)
          Builds the portlet set defined in the context into a portlet tree.
 void PortletAggregatorImpl.build(RequestContext context)
           
 void PageAggregatorImpl.build(RequestContext context)
          Builds the portlet set defined in the context into a portlet tree.
protected  RenderingJob PortletRendererImpl.buildRenderingJob(org.apache.pluto.om.window.PortletWindow portletWindow, ContentFragment fragment, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RequestContext requestContext, boolean isParallel, PortletDefinitionComposite portletDefinition, ContentDispatcherCtrl dispatcher, PortletContent portletContent, int expirationCache, boolean contentIsCached, long timeoutMetadata)
           
protected  RenderingJob PortletRendererImpl.buildRenderingJob(org.apache.pluto.om.window.PortletWindow portletWindow, ContentFragment fragment, RequestContext requestContext, boolean isParallel, PortletDefinitionComposite portletDefinition, PortletContent portletContent, boolean contentIsCached, long timeoutMetadata)
           
 ContentDispatcherCtrl PortletRendererImpl.createDispatcher(RequestContext request, ContentFragment fragment, int expirationCache)
           
 RenderingJob PortletRendererImpl.createRenderingJob(ContentFragment fragment, RequestContext requestContext)
          Create a rendering job for the specified Page fragment.
 ContentDispatcher PortletRendererImpl.getDispatcher(RequestContext request, boolean isParallel)
          Retrieve the ContentDispatcher for the specified request
 javax.servlet.http.HttpServletResponse ContentDispatcherImpl.getResponseForFragment(Fragment fragment, RequestContext request)
           
 javax.servlet.http.HttpServletResponse ContentDispatcherImpl.getResponseForWindow(org.apache.pluto.om.window.PortletWindow window, RequestContext request)
           
 RenderingJob PortletRendererImpl.render(ContentFragment fragment, RequestContext requestContext)
          Render the specified Page fragment.
protected  boolean HeaderAggregatorImpl.renderHeaderFragment(RequestContext context, ContentFragment fragment)
           
protected  void AsyncPageAggregatorImpl.renderMaximizedWindow(RequestContext context, ContentPage page, ContentFragment layoutContentFragment, org.apache.pluto.om.window.PortletWindow window)
           renderMaximizedWindow
protected  void PageAggregatorImpl.renderMaximizedWindow(RequestContext context, ContentPage page, ContentFragment layoutContentFragment, org.apache.pluto.om.window.PortletWindow window)
           renderMaximizedWindow
 void PortletRendererImpl.renderNow(ContentFragment fragment, RequestContext requestContext)
          Render the specified Page fragment.
protected  boolean PortletRendererImpl.retrieveCachedContent(RequestContext requestContext, ContentFragment fragment, org.apache.pluto.om.window.PortletWindow portletWindow, int expiration, PortletDefinitionComposite portletDefinition)
          Retrieve cached content, if content retrieved successfully return true, if no content found return false
 

Constructors in org.apache.jetspeed.aggregator.impl with parameters of type RequestContext
PortletHeaderRequestImpl(RequestContext requestContext, org.apache.pluto.om.window.PortletWindow portletWindow, java.lang.String portletApplicationContextPath)
           
PortletHeaderResponseImpl(RequestContext requestContext, HeaderResource hr, boolean isDesktop, java.util.Map headerConfiguration, java.util.Map headerResourceRegistry)
           
RenderingJobImpl(org.apache.pluto.PortletContainer container, PortletRenderer renderer, org.apache.pluto.om.portlet.PortletDefinition portletDefinition, PortletContent portletContent, ContentFragment fragment, ContentDispatcherCtrl dispatcher, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RequestContext requestContext, org.apache.pluto.om.window.PortletWindow window, PortalStatistics statistics, int expirationCache, boolean contentIsCached)
           
RenderingJobImpl(org.apache.pluto.PortletContainer container, PortletRenderer renderer, org.apache.pluto.om.portlet.PortletDefinition portletDefinition, PortletContent portletContent, ContentFragment fragment, ContentDispatcherCtrl dispatcher, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RequestContext requestContext, org.apache.pluto.om.window.PortletWindow window, PortalStatistics statistics, int expirationCache, boolean contentIsCached, java.util.Map workerAttrs)
           
 

Uses of RequestContext in org.apache.jetspeed.ajax
 

Methods in org.apache.jetspeed.ajax with parameters of type RequestContext
 boolean AjaxBuilder.buildContext(RequestContext requestContext, java.util.Map contextVars)
          Build the normal context template
protected  void AjaxRequestServiceImpl.buildError(RequestContext requestContext)
           
 boolean AjaxBuilder.buildErrorContext(RequestContext requestContext, java.util.Map contextVars)
          Build the error context template
 boolean AjaxAction.checkAccess(RequestContext context, java.lang.String action)
          Checks to see if the current subject has access to to execute this action.
 void AJAXValve.invoke(RequestContext request, ValveContext context)
           
 void AjaxRequestServiceImpl.process(RequestContext requestContext)
           
 void AjaxRequestService.process(RequestContext requestContext)
           
protected  boolean AjaxRequestServiceImpl.processAction(AjaxAction action, RequestContext requestContext, java.util.Map resultMap)
           
protected  void AjaxRequestServiceImpl.processBuilder(AjaxBuilder builder, java.util.Map inputMap, RequestContext requestContext, boolean actionSuccessFlag)
           
 boolean AjaxAction.run(RequestContext requestContext, java.util.Map resultMap)
          The action should put any parameters or results it wants passed on to the builders in the resultMap This method runs an Ajax action.
 boolean AjaxAction.runBatch(RequestContext requestContext, java.util.Map resultMap)
          Same as run method, but runs in batch mode, as a hint to the action that it is running a multiple action and can delay its update runBatch currently supports pageManager.updatePage
 

Uses of RequestContext in org.apache.jetspeed.cache
 

Methods in org.apache.jetspeed.cache with parameters of type RequestContext
 ContentCacheKey JetspeedCache.createCacheKey(RequestContext rc, java.lang.String windowId)
          Create a portlet content cache key based on dynamic request context information and a window id
 ContentCacheKey ContentCacheKeyGenerator.createCacheKey(RequestContext context, java.lang.String windowId)
          Normalized and pluggable cache key generator
 java.lang.String JetspeedContentCache.createSessionKey(RequestContext context)
          Creates a session key used to store associated information in the session.
 void JetspeedContentCache.invalidate(RequestContext context)
          remove from the cache and invalidate any associated caches or session attributes
 

Uses of RequestContext in org.apache.jetspeed.cache.impl
 

Methods in org.apache.jetspeed.cache.impl with parameters of type RequestContext
 ContentCacheKey EhDecorationContentCacheImpl.createCacheKey(RequestContext context, java.lang.String windowId)
           
 ContentCacheKey EhCacheImpl.createCacheKey(RequestContext rc, java.lang.String windowId)
           
 ContentCacheKey EhPortletContentCacheImpl.createCacheKey(RequestContext context, java.lang.String windowId)
           
 ContentCacheKey JetspeedCacheKeyGenerator.createCacheKey(RequestContext context, java.lang.String windowId)
           
 java.lang.String EhDecorationContentCacheImpl.createSessionKey(RequestContext context)
           
 java.lang.String EhPortletContentCacheImpl.createSessionKey(RequestContext context)
           
 void EhCacheDistributedImpl.evictContentForUser(RequestContext context)
           
 void EhDecorationContentCacheImpl.invalidate(RequestContext context)
           
 void EhPortletContentCacheImpl.invalidate(RequestContext context)
           
 

Constructors in org.apache.jetspeed.cache.impl with parameters of type RequestContext
JetspeedContentCacheKey(java.util.List segments, RequestContext context, java.lang.String windowId)
           
 

Uses of RequestContext in org.apache.jetspeed.capabilities.impl
 

Methods in org.apache.jetspeed.capabilities.impl with parameters of type RequestContext
 void CapabilityCustomizerValveImpl.invoke(RequestContext request, ValveContext context)
           
 void CapabilityValveImpl.invoke(RequestContext request, ValveContext context)
           
protected  java.lang.String CapabilityValveImpl.mapContentType(RequestContext request, java.lang.String contentType)
           
 

Uses of RequestContext in org.apache.jetspeed.container
 

Methods in org.apache.jetspeed.container with parameters of type RequestContext
 void ContainerValve.invoke(RequestContext request, ValveContext context)
           
 void PageHistoryValve.invoke(RequestContext request, ValveContext context)
           
 

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.container.state.impl
 

Methods in org.apache.jetspeed.container.state.impl with parameters of type RequestContext
 void PortletWindowSessionNavigationalStates.changeAllPortletsToViewModeAndNormalWindowState(RequestContext context, Page page, PortletWindowRequestNavigationalStates requestStates, JetspeedContentCache cache, JetspeedContentCache decorationCache)
           
protected  boolean SessionFullExtendedNavigationalState.clearPagePortletsModeAndWindowState(RequestContext context)
           
protected  void PortletWindowSessionNavigationalStates.removeFromCache(RequestContext context, java.lang.String id, JetspeedContentCache cache)
           
 void SessionNavigationalState.sync(RequestContext context)
           
 void PathNavigationalState.sync(RequestContext context)
           
 void SessionFullExtendedNavigationalState.sync(RequestContext context)
           
 void PortletWindowSessionNavigationalStates.sync(RequestContext context, Page page, PortletWindowRequestNavigationalStates requestStates, JetspeedContentCache cache, JetspeedContentCache decorationCache)
           
 

Uses of RequestContext in org.apache.jetspeed.container.url.impl
 

Methods in org.apache.jetspeed.container.url.impl with parameters of type RequestContext
 void CleanPathInfoEncodedNavStateFromPortalURLValve.invoke(RequestContext request, ValveContext context)
           
 void PortalURLValveImpl.invoke(RequestContext request, ValveContext context)
           
 

Uses of RequestContext in org.apache.jetspeed.decoration
 

Methods in org.apache.jetspeed.decoration with parameters of type RequestContext
 void DecorationFactoryImpl.clearCache(RequestContext requestContext)
           
 void DecorationFactory.clearCache(RequestContext requestContext)
          Clears the lookup cache of all previous located pathes.
protected  DecoratorAction AbstractDecoratorActionsFactory.createAction(RequestContext rc, org.apache.pluto.om.window.PortletWindow pw, Decoration decoration, DecoratorActionTemplate template)
           
protected  DecoratorAction CustomDecoratorActionsFactory.createAction(RequestContext rc, org.apache.pluto.om.window.PortletWindow pw, Decoration decoration, DecoratorActionTemplate template)
           
protected  DecoratorAction PrintSoloDecoratorActionsFactory.createAction(RequestContext rc, org.apache.pluto.om.window.PortletWindow pw, Decoration decoration, DecoratorActionTemplate template)
           
protected  Path DecorationFactoryImpl.createClientPath(java.lang.String name, RequestContext requestContext, java.lang.String decorationType)
          Creates a org.apache.jetspeed.util.Path object based off of the user's client browser and locale.
 Decoration DecorationFactoryImpl.getDecoration(Page page, Fragment fragment, RequestContext requestContext)
           
 Decoration DecorationFactory.getDecoration(Page page, Fragment fragment, RequestContext requestContext)
          Returns a Decoration for a specific Fragment contained within the specified Page.
 java.util.List AbstractDecoratorActionsFactory.getDecoratorActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration, java.util.List actionTemplates)
           
 java.util.List DecoratorActionsFactory.getDecoratorActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration, java.util.List allowedActions, PortletDefinitionComposite portlet, ContentFragment fragment, SecurityAccessController accessController)
           
 java.util.List AbstractDecoratorActionsFactory.getDecoratorActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration, java.util.List actionTemplates, PortletDefinitionComposite portlet, ContentFragment fragment, SecurityAccessController accessController)
           
 java.util.List CustomDecoratorActionsFactory.getDecoratorActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration, java.util.List actionTemplates, PortletDefinitionComposite portlet, ContentFragment fragment, SecurityAccessController accessController)
           
 java.util.List PrintSoloDecoratorActionsFactory.getDecoratorActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration, java.util.List actionTemplates, PortletDefinitionComposite portlet, ContentFragment fragment, SecurityAccessController accessController)
           
 java.util.Set DecorationFactoryImpl.getDesktopPageDecorations(RequestContext request)
          Get the portal-wide list of available desktop page decorations.
 java.util.Set DecorationFactory.getDesktopPageDecorations(RequestContext request)
          Get the portal-wide list of available desktop page decorations.
 java.util.Set DecorationFactoryImpl.getDesktopPortletDecorations(RequestContext request)
          Get the portal-wide list of desktop portlet decorations.
 java.util.Set DecorationFactory.getDesktopPortletDecorations(RequestContext request)
          Get the portal-wide list of desktop portlet decorations.
 LayoutDecoration DecorationFactoryImpl.getLayoutDecoration(java.lang.String name, RequestContext requestContext)
           
 LayoutDecoration DecorationFactory.getLayoutDecoration(java.lang.String name, RequestContext requestContext)
          Returns a named layout Decoration appropriate to the current request conetext.
 java.util.List DecorationFactoryImpl.getLayouts(RequestContext request)
          Get the portal-wide list of available layouts.
 java.util.List DecorationFactory.getLayouts(RequestContext request)
          Get the portal-wide list of available layouts.
 java.util.Set DecorationFactoryImpl.getPageDecorations(RequestContext request)
          Get the portal-wide list of page decorations.
 java.util.Set DecorationFactory.getPageDecorations(RequestContext request)
          Get the portal-wide list of page decorations.
protected  java.util.List DecorationValve.getPageModes(RequestContext requestContext, org.apache.pluto.om.window.PortletWindow window, org.apache.pluto.om.portlet.ContentTypeSet content, javax.portlet.PortletMode mode, javax.portlet.WindowState state, PageActionAccess pageActionAccess, Decoration decoration, boolean isAjaxRequest)
          Builds a list of portlet modes that can be executed on the current fragment excluding the portlet's current mode.
 PortletDecoration DecorationFactoryImpl.getPortletDecoration(java.lang.String name, RequestContext requestContext)
           
 PortletDecoration DecorationFactory.getPortletDecoration(java.lang.String name, RequestContext requestContext)
          Returns a names portlet Decoration appropriate to the current request conetext.
 java.util.Set DecorationFactoryImpl.getPortletDecorations(RequestContext request)
          Get the portal-wide list of portlet decorations.
 java.util.Set DecorationFactory.getPortletDecorations(RequestContext request)
          Get the portal-wide list of portlet decorations.
 java.util.ResourceBundle BaseDecoration.getResourceBundle(java.util.Locale locale, RequestContext context)
           
 java.util.ResourceBundle Decoration.getResourceBundle(java.util.Locale locale, RequestContext context)
           
 java.util.List DecoratorActionsFactory.getSupportedActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration)
           
 java.util.List DefaultDecoratorActionsFactory.getSupportedActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration)
           
 java.util.List CustomDecoratorActionsFactory.getSupportedActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode cm, javax.portlet.WindowState ws, Decoration decoration)
           
 java.util.List PrintSoloDecoratorActionsFactory.getSupportedActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode cm, javax.portlet.WindowState ws, Decoration decoration)
           
 Theme DecorationFactoryImpl.getTheme(Page page, RequestContext requestContext)
           
 Theme DecorationFactory.getTheme(Page page, RequestContext requestContext)
          Returns a theme containing all of the Decorations for all of the layouts on the current page.
 void PageTheme.init(Page page, DecorationFactory decoration, RequestContext context)
           
 void Theme.init(Page page, DecorationFactory decoration, RequestContext context)
          Initialize a page theme
protected  boolean DecorationValve.initActionsForFragment(RequestContext requestContext, ContentFragment fragment, PageActionAccess pageActionAccess, Decoration decoration, boolean isAjaxRequest)
          Builds and assigns a list of available portlet modes and window states for the target Fragment.
protected  void DecorationValve.initDepthFragmentDecorations(RequestContext requestContext, Theme theme, ContentFragment fragment, PageActionAccess pageActionAccess, boolean isAjaxRequest, ResourceValidator validator, PathResolverCache pathResolverCache, boolean reloadActionList)
          Reintializes all fragments with there decorations and portlet modes and winodw states after theme is restored from cache.
protected  void DecorationValve.initDepthFragments(RequestContext requestContext, Theme theme, ContentFragment fragment, PageActionAccess pageActionAccess, boolean isAjaxRequest, java.util.List collectFragments)
          Intializes all fragments with there decorations and portlet modes and winodw states.
protected  boolean DecorationValve.initFragment(RequestContext requestContext, Theme theme, ContentFragment fragment, PageActionAccess pageActionAccess, boolean isAjaxRequest)
           
 void DecorationValve.initFragments(RequestContext requestContext, boolean isAjaxRequest, java.util.List fragments)
           
 void DecorationValve.invoke(RequestContext requestContext, ValveContext context)
           
 boolean DecorationFactoryImpl.isDesktopEnabled(RequestContext requestContext)
           
 boolean DecorationFactory.isDesktopEnabled(RequestContext requestContext)
          Indicates whether /desktop is enabled for the current portal request.
protected  boolean DecorationValve.isSoloMode(RequestContext requestContext)
           
 

Constructors in org.apache.jetspeed.decoration with parameters of type RequestContext
PageTheme(Page page, DecorationFactory decorationFactory, RequestContext requestContext)
           
 

Uses of RequestContext in org.apache.jetspeed.desktop
 

Methods in org.apache.jetspeed.desktop with parameters of type RequestContext
 java.lang.String JetspeedDesktop.getPortalBaseUrl(RequestContext requestContext)
          Portal base url ( e.g.
 java.lang.String JetspeedDesktop.getPortalBaseUrl(RequestContext requestContext, boolean encode)
          Portal base url ( e.g.
 java.lang.String JetspeedDesktop.getPortalResourceUrl(RequestContext requestContext, java.lang.String relativePath)
          Portal base url with relativePath argument appended ( e.g.
 java.lang.String JetspeedDesktop.getPortalResourceUrl(RequestContext requestContext, java.lang.String relativePath, boolean encode)
          Portal base url with relativePath argument appended ( e.g.
 java.lang.String JetspeedDesktop.getPortalUrl(RequestContext requestContext)
          Portal base servlet url ( e.g.
 java.lang.String JetspeedDesktop.getPortalUrl(RequestContext requestContext, boolean encode)
          Portal base servlet url ( e.g.
 java.lang.String JetspeedDesktop.getPortalUrl(RequestContext requestContext, java.lang.String relativePath)
          Portal base servlet url with relativePath argument appended ( e.g.
 java.lang.String JetspeedDesktop.getPortalUrl(RequestContext requestContext, java.lang.String relativePath, boolean encode)
          Portal base servlet url with relativePath argument appended ( e.g.
 boolean JetspeedDesktop.isDesktopEnabled(RequestContext requestContext)
          Indicates whether /desktop is enabled for the current portal request.
 void JetspeedDesktop.render(RequestContext request)
          Render a desktop theme.
 

Uses of RequestContext in org.apache.jetspeed.desktop.impl
 

Methods in org.apache.jetspeed.desktop.impl with parameters of type RequestContext
 java.lang.String JetspeedDesktopImpl.getPortalBaseUrl(RequestContext context)
          Portal base url ( e.g.
 java.lang.String JetspeedDesktopImpl.getPortalBaseUrl(RequestContext context, boolean encode)
          Portal base url ( e.g.
 java.lang.String JetspeedDesktopImpl.getPortalResourceUrl(RequestContext context, java.lang.String relativePath)
          Portal base url with relativePath argument appended ( e.g.
 java.lang.String JetspeedDesktopImpl.getPortalResourceUrl(RequestContext context, java.lang.String relativePath, boolean encode)
          Portal base url with relativePath argument appended ( e.g.
 java.lang.String JetspeedDesktopImpl.getPortalUrl(RequestContext context)
          Portal base servlet url ( e.g.
 java.lang.String JetspeedDesktopImpl.getPortalUrl(RequestContext context, boolean encode)
          Portal base servlet url ( e.g.
 java.lang.String JetspeedDesktopImpl.getPortalUrl(RequestContext context, java.lang.String relativePath)
          Portal base servlet url with relativePath argument appended ( e.g.
 java.lang.String JetspeedDesktopImpl.getPortalUrl(RequestContext context, java.lang.String relativePath, boolean encode)
          Portal base servlet url with relativePath argument appended ( e.g.
 void DesktopEncoderRedirectValveImpl.invoke(RequestContext request, ValveContext context)
           
 void DesktopValveImpl.invoke(RequestContext request, ValveContext context)
           
 boolean JetspeedDesktopImpl.isDesktopEnabled(RequestContext requestContext)
           
 void JetspeedDesktopImpl.render(RequestContext request)
           
 

Constructors in org.apache.jetspeed.desktop.impl with parameters of type RequestContext
JetspeedDesktopContextImpl(RequestContext context, BasePortalURL baseUrlAccess, Theme theme, HeaderResource headerResource, java.lang.String defaultLayoutTemplateExtension)
           
 

Uses of RequestContext in org.apache.jetspeed.engine
 

Methods in org.apache.jetspeed.engine that return RequestContext
 RequestContext JetspeedEngine.getCurrentRequestContext()
           
 RequestContext Engine.getCurrentRequestContext()
          Returns the the RequestContext associated with the current thread.
 

Methods in org.apache.jetspeed.engine with parameters of type RequestContext
 void JetspeedEngine.service(RequestContext context)
           
 void Engine.service(RequestContext context)
          Makes a service request to the engine.
 

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.
 HeaderResource HeaderResourceFactory.getHeaderResource(RequestContext requestContext, BasePortalURL baseUrlAccess, boolean isDesktop, java.util.Map headerConfiguration)
          Provides HeaderResource instance from RequestContext.
static java.lang.String HeaderResourceLib.getPortalBaseUrl(RequestContext requestContext)
          Portal base url ( e.g.
static java.lang.String HeaderResourceLib.getPortalBaseUrl(RequestContext requestContext, BasePortalURL baseUrlAccessOverride)
          Portal base url ( e.g.
static java.lang.String HeaderResourceLib.getPortalBaseUrl(RequestContext requestContext, BasePortalURL baseUrlAccessOverride, boolean fullUrl)
          Portal base url ( e.g.
static java.lang.String HeaderResourceLib.getPortalResourceUrl(java.lang.String relativePath, java.lang.String portalBaseUrl, boolean encode, RequestContext requestContext)
          Portal base url with relativePath argument appended ( e.g.
static java.lang.String HeaderResourceLib.getPortalUrl(java.lang.String portalBaseUrl, RequestContext requestContext)
          Portal base servlet url ( e.g.
static java.lang.String HeaderResourceLib.getPortalUrl(java.lang.String portalBaseUrl, RequestContext requestContext, java.lang.String servletPath)
          Portal base servlet url ( e.g.
static java.lang.String HeaderResourceLib.getPortalUrl(java.lang.String relativePath, java.lang.String portalUrl, boolean encode, RequestContext requestContext)
          Portal base servlet url with relativePath argument appended ( e.g.
 

Uses of RequestContext in org.apache.jetspeed.headerresource.impl
 

Methods in org.apache.jetspeed.headerresource.impl that return RequestContext
protected  RequestContext HeaderResourceImpl.getRequestContext()
           
 

Methods in org.apache.jetspeed.headerresource.impl with parameters of type RequestContext
 HeaderResource HeaderResourceFactoryImpl.getHeaderResouce(RequestContext requestContext)
           
 HeaderResource HeaderResourceFactoryImpl.getHeaderResource(RequestContext requestContext, BasePortalURL baseUrlAccess, boolean isDesktop, java.util.Map headerConfiguration)
           
 

Constructors in org.apache.jetspeed.headerresource.impl with parameters of type RequestContext
HeaderResourceImpl(RequestContext context)
          Default Constructor
HeaderResourceImpl(RequestContext context, BasePortalURL baseUrlAccess, boolean isDesktop, java.util.Map headerConfiguration)
           
 

Uses of RequestContext in org.apache.jetspeed.layout
 

Methods in org.apache.jetspeed.layout with parameters of type RequestContext
 boolean PortletActionSecurityBehavior.checkAccess(RequestContext context, java.lang.String action)
           
 boolean PortletActionSecurityBehavior.createNewPageOnEdit(RequestContext context)
           
 JetspeedPowerTool JetspeedPowerToolFactory.getJetspeedPowerTool(RequestContext requestContext)
           
 boolean PortletActionSecurityBehavior.isPageQualifiedForCreateNewPageOnEdit(RequestContext context)
           
 

Uses of RequestContext in org.apache.jetspeed.layout.impl
 

Methods in org.apache.jetspeed.layout.impl with parameters of type RequestContext
protected  int UpdatePageAction.addFragment(RequestContext requestContext, java.util.Map resultMap, Page page, java.lang.String parentFragmentId, java.lang.String layout)
           
protected  int SecurityConstraintsAction.addGlobal(RequestContext requestContext, java.util.Map resultMap)
           
protected  int SecurityPermissionAction.addPermission(RequestContext requestContext, java.util.Map resultMap)
           
 boolean BasePortletAction.buildContext(RequestContext requestContext, java.util.Map responseContext)
           
 boolean BaseUserAction.buildContext(RequestContext requestContext, java.util.Map responseContext)
           
 boolean MultipleAction.buildContext(RequestContext p_oRequestContext, java.util.Map p_oInputMap)
           
 boolean BasePortletAction.buildErrorContext(RequestContext requestContext, java.util.Map responseContext)
           
 boolean BaseUserAction.buildErrorContext(RequestContext requestContext, java.util.Map responseContext)
           
 boolean BasePortletAction.checkAccess(RequestContext context, java.lang.String action)
           
 boolean RolesSecurityBehavior.checkAccess(RequestContext context, java.lang.String action)
           
 boolean PortletActionSecurityConstraintsBehavior.checkAccess(RequestContext context, java.lang.String action)
           
 boolean PortletActionSecurityPathBehavior.checkAccess(RequestContext context, java.lang.String action)
           
 boolean BaseUserAction.checkAccess(RequestContext context, java.lang.String action)
           
protected  void AddPortletAction.checkForDuplicatePortlet(RequestContext requestContext, java.util.Map resultMap, java.lang.String portletId)
           
 boolean BasePortletAction.createNewPageOnEdit(RequestContext context)
           
 boolean RolesSecurityBehavior.createNewPageOnEdit(RequestContext context)
           
 boolean PortletActionSecurityPathBehavior.createNewPageOnEdit(RequestContext context)
           
 boolean BaseUserAction.createNewPageOnEdit(RequestContext context)
           
 java.lang.String BasePortletAction.getActionParameter(RequestContext requestContext, java.lang.String name)
           
 java.lang.String BaseUserAction.getActionParameter(RequestContext requestContext, java.lang.String name)
           
protected  Coordinate MovePortletAction.getCoordinateFromParams(RequestContext requestContext)
           
 java.lang.String BasePortletAction.getNonNullActionParameter(RequestContext requestContext, java.lang.String name)
           
 javax.security.auth.Subject PortletActionSecurityPathMergeBehavior.getSubject(RequestContext context)
           
protected  int BaseSiteUpdateAction.insertMetadata(RequestContext requestContext, java.util.Map resultMap, Node node)
           
protected  int BaseSiteUpdateAction.insertSecurityReference(RequestContext requestContext, java.util.Map resultMap, Node node)
           
 void LayoutValve.invoke(RequestContext requestContext, ValveContext valveContext)
           
 boolean BasePortletAction.isPageQualifiedForCreateNewPageOnEdit(RequestContext context)
           
 boolean RolesSecurityBehavior.isPageQualifiedForCreateNewPageOnEdit(RequestContext context)
           
 boolean PortletActionSecurityPathBehavior.isPageQualifiedForCreateNewPageOnEdit(RequestContext context)
           
protected  boolean MovePortletAction.moveInFragment(RequestContext requestContext, PortletPlacementContext placement, Fragment fragment, Fragment placeInLayoutFragment, java.util.Map resultMap, boolean batch)
           
protected  boolean MovePortletAction.moveToOtherLayoutFragment(RequestContext requestContext, boolean batch, java.util.Map resultMap, java.lang.String moveFragmentId, Fragment moveToLayoutFragment, Fragment removeFromLayoutFragment)
           
protected  boolean MovePortletAction.placeFragment(RequestContext requestContext, boolean batch, java.util.Map resultMap, Fragment placeFragment, Fragment placeInLayoutFragment)
           
protected  void MultipleAction.processBuilder(AjaxBuilder p_oBuilder, java.util.Map p_oInputMap, RequestContext p_oRequestContext, boolean p_oActionSuccessFlag)
           
protected  int SecurityConstraintsAction.removeConstraintDefinition(RequestContext requestContext, java.util.Map resultMap)
           
protected  int UpdatePageAction.removeFragment(RequestContext requestContext, java.util.Map resultMap, Page page, java.lang.String fragmentId)
           
protected  int SecurityConstraintsAction.removeGlobal(RequestContext requestContext, java.util.Map resultMap)
           
protected  int BaseSiteUpdateAction.removeMetadata(RequestContext requestContext, java.util.Map resultMap, Node node)
           
protected  int SecurityPermissionAction.removePermission(RequestContext requestContext, java.util.Map resultMap)
           
protected  int BaseSiteUpdateAction.removeSecurityDef(RequestContext requestContext, java.util.Map resultMap, Node node)
           
protected  int BaseSiteUpdateAction.removeSecurityReference(RequestContext requestContext, java.util.Map resultMap, Node node)
           
protected  Folder GetFolderAction.retrieveFolder(RequestContext requestContext)
           
protected  void GetPageAction.retrieveFragmentSpecialProperties(RequestContext requestContext, Fragment frag, java.util.Map fragSizes, java.util.Map portletIcons)
           
protected  Link GetLinkAction.retrieveLink(RequestContext requestContext)
           
protected  Page GetPageAction.retrievePage(RequestContext requestContext, java.lang.String pageName)
           
protected  java.util.List GetPagesAction.retrievePages(RequestContext requestContext)
           
 java.util.List GetPortletsAction.retrievePortlets(RequestContext requestContext, java.lang.String filter)
           
 boolean MovePortletAction.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean SecurityConstraintsAction.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean UpdateLinkAction.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean UpdatePageAction.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean GetUserListAction.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean SecurityPermissionAction.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean GetPortletActionsAction.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean GetFolderListAction.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean MultipleAction.run(RequestContext p_oRequestContext, java.util.Map p_oResultMap)
           
 boolean GetFolderAction.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean GetMenuAction.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean GetLinkAction.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean GetMenusAction.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean GetFoldersListAction.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean GetPortletsAction.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean UpdateFolderAction.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean GetPagesAction.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean ExportJetspeedSchema.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean ExportObject.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean ChangePortletAction.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean GetUserInformationAction.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean GetPageAction.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean RemovePortletAction.run(RequestContext requestContext, java.util.Map resultMap)
           
 boolean GetThemesAction.run(RequestContext requestContext, java.util.Map resultMap)
           
protected  boolean MovePortletAction.runAction(RequestContext requestContext, java.util.Map resultMap, boolean batch)
           
 boolean GetPortletActionsAction.runAction(RequestContext requestContext, java.util.Map resultMap, boolean batch)
           
protected  boolean AddPortletAction.runAction(RequestContext requestContext, java.util.Map resultMap, boolean batch)
           
 boolean ChangePortletAction.runAction(RequestContext requestContext, java.util.Map resultMap, boolean batch)
           
 boolean RemovePortletAction.runAction(RequestContext requestContext, java.util.Map resultMap, boolean batch)
           
 boolean MovePortletAction.runBatch(RequestContext requestContext, java.util.Map resultMap)
           
 boolean BasePortletAction.runBatch(RequestContext requestContext, java.util.Map resultMap)
           
 boolean BaseUserAction.runBatch(RequestContext requestContext, java.util.Map resultMap)
           
 boolean GetPortletActionsAction.runBatch(RequestContext requestContext, java.util.Map resultMap)
           
 boolean ChangePortletAction.runBatch(RequestContext requestContext, java.util.Map resultMap)
           
 boolean RemovePortletAction.runBatch(RequestContext requestContext, java.util.Map resultMap)
           
protected  int SecurityConstraintsAction.updateConstraintDefinition(RequestContext requestContext, java.util.Map resultMap)
           
protected  int UpdatePageAction.updateFragment(RequestContext requestContext, java.util.Map resultMap, Page page, java.lang.String fragmentId, java.lang.String layout)
           
protected  int UpdateLinkAction.updateInformation(RequestContext requestContext, java.util.Map resultMap, Node node, java.lang.String path)
           
protected abstract  int BaseSiteUpdateAction.updateInformation(RequestContext requestContext, java.util.Map resultMap, Node node, java.lang.String path)
           
protected  int UpdatePageAction.updateInformation(RequestContext requestContext, java.util.Map resultMap, Node node, java.lang.String path)
           
protected  int UpdateFolderAction.updateInformation(RequestContext requestContext, java.util.Map resultMap, Node node, java.lang.String path)
           
protected  int BaseSiteUpdateAction.updateMetadata(RequestContext requestContext, java.util.Map resultMap, Node node)
           
protected  int SecurityPermissionAction.updatePermission(RequestContext requestContext, java.util.Map resultMap)
           
protected  int UpdatePageAction.updatePortletDecorator(RequestContext requestContext, java.util.Map resultMap, Page page, java.lang.String fragmentId, java.lang.String portletDecorator)
           
protected  int BaseSiteUpdateAction.updateSecurityReference(RequestContext requestContext, java.util.Map resultMap, Node node)
           
protected  void AddPortletAction.verifyPortletId(RequestContext requestContext, java.lang.String portletId)
           
 

Uses of RequestContext in org.apache.jetspeed.localization.impl
 

Methods in org.apache.jetspeed.localization.impl with parameters of type RequestContext
 void SimplifiedLocalizationValveImpl.invoke(RequestContext request, ValveContext context)
           
 void LocalizationValveImpl.invoke(RequestContext request, ValveContext context)
           
 

Uses of RequestContext in org.apache.jetspeed.login.impl
 

Methods in org.apache.jetspeed.login.impl with parameters of type RequestContext
 void LoginJSPViewValve.invoke(RequestContext request, ValveContext context)
           
 

Uses of RequestContext in org.apache.jetspeed.messaging
 

Methods in org.apache.jetspeed.messaging with parameters of type RequestContext
 void PortletMessagingImpl.processActionMessage(java.lang.String portletName, RequestContext jetspeedRequest)
           
 

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.pipeline
 

Methods in org.apache.jetspeed.pipeline with parameters of type RequestContext
 void JetspeedPipeline.invoke(RequestContext request)
           
 void Pipeline.invoke(RequestContext context)
          Cause the specified request and response to be processed by the sequence of Valves associated with this pipeline, until one of these Valves decides to end the processing.
 

Uses of RequestContext in org.apache.jetspeed.pipeline.valve
 

Methods in org.apache.jetspeed.pipeline.valve with parameters of type RequestContext
abstract  void AbstractValve.invoke(RequestContext request, ValveContext context)
           
 void Valve.invoke(RequestContext request, ValveContext context)
           
 void ValveContext.invokeNext(RequestContext request)
          Cause the invoke() method of the next Valve that is part of the Pipeline currently being processed (if any) to be executed, passing on the specified request and response objects plus this ValveContext instance.
 

Uses of RequestContext in org.apache.jetspeed.pipeline.valve.impl
 

Methods in org.apache.jetspeed.pipeline.valve.impl with parameters of type RequestContext
protected  void ActionValveImpl.clearPortletCacheForPage(RequestContext request, org.apache.pluto.om.window.PortletWindow actionWindow)
           
protected  void ActionValveImpl.clearTargetCache(ContentFragment f, RequestContext context)
           
protected  void ActionValveImpl.clearTargetCache(java.lang.String fragmentId, RequestContext context)
           
protected  void ActionValveImpl.initWindow(org.apache.pluto.om.window.PortletWindow window, RequestContext request)
          Makes sure that this PortletWindow's PortletEntity is set to have the current requests fragment.
 void CleanupValveImpl.invoke(RequestContext request, ValveContext context)
           
 void DebugValveImpl.invoke(RequestContext request, ValveContext context)
           
 void ActionValveImpl.invoke(RequestContext request, ValveContext context)
           
 void PropertyLoaderValve.invoke(RequestContext p_oRequest, ValveContext p_oContext)
           
 void VerySimpleLayoutValveImpl.invoke(RequestContext request, ValveContext context)
           
protected  void ActionValveImpl.notifyFragments(ContentFragment f, RequestContext context, ContentPage page)
           
 

Uses of RequestContext in org.apache.jetspeed.portlets.layout
 

Methods in org.apache.jetspeed.portlets.layout that return RequestContext
protected  RequestContext LayoutPortlet.getRequestContext(javax.portlet.RenderRequest request)
           
 

Uses of RequestContext in org.apache.jetspeed.profiler
 

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

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

Methods in org.apache.jetspeed.profiler.impl with parameters of type RequestContext
 ProfileLocator JetspeedProfilerImpl.createLocator(RequestContext context)
           
 ProfileLocator JetspeedProfilerImpl.getDefaultProfile(RequestContext context, java.lang.String locatorName)
           
 java.util.Map JetspeedProfilerImpl.getDefaultProfileLocators(RequestContext context)
           
protected  PageActionAccess ProfilerValveImpl.getPageActionAccess(RequestContext requestContext)
          Returns the PageActionAccess for the current user request.
 ProfileLocator JetspeedProfilerImpl.getProfile(RequestContext context, ProfilingRule rule)
           
 ProfileLocator JetspeedProfilerImpl.getProfile(RequestContext context, java.lang.String locatorName)
           
 java.util.Map JetspeedProfilerImpl.getProfileLocators(RequestContext context, java.security.Principal principal)
           
 void CreateUserTemplatePagesValveImpl.invoke(RequestContext request, ValveContext context)
           
 void ProfilerValveImpl.invoke(RequestContext request, ValveContext context)
           
 void CreatePageValveImpl.invoke(RequestContext request, ValveContext context)
           
 

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

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

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

Methods in org.apache.jetspeed.profiler.rules.impl with parameters of type RequestContext
 ProfileLocator RoleFallbackProfilingRule.apply(RequestContext context, Profiler service)
           
abstract  ProfileLocator AbstractProfilingRule.apply(RequestContext context, Profiler service)
           
 ProfileLocator StandardProfilingRule.apply(RequestContext context, Profiler service)
           
protected  java.lang.String StandardResolver.combinePrincipals(RequestContext context, RuleCriterion criterion, javax.security.auth.Subject subject, java.lang.Class classe)
           
 java.lang.String GroupCriterionResolver.resolve(RequestContext context, RuleCriterion criterion)
           
 java.lang.String StandardResolver.resolve(RequestContext context, RuleCriterion criterion)
           
 java.lang.String PathSessionResolver.resolve(RequestContext context, RuleCriterion criterion)
           
 java.lang.String RoleCriterionResolver.resolve(RequestContext context, RuleCriterion criterion)
           
 java.lang.String UserCriterionResolver.resolve(RequestContext context, RuleCriterion criterion)
           
 java.lang.String LanguageCriterionResolver.resolve(RequestContext context, RuleCriterion criterion)
           
 java.lang.String HardCodedResolver.resolve(RequestContext context, RuleCriterion criterion)
           
 java.lang.String RequestSessionResolver.resolve(RequestContext context, RuleCriterion criterion)
           
 java.lang.String IPCriterionResolver.resolve(RequestContext context, RuleCriterion criterion)
           
 java.lang.String UserAgentCriterionResolver.resolve(RequestContext context, RuleCriterion criterion)
           
 java.lang.String HostnameCriterionResolver.resolve(RequestContext context, RuleCriterion criterion)
           
 java.lang.String PathResolver.resolve(RequestContext context, RuleCriterion criterion)
           
 java.lang.String MediatypeCriterionResolver.resolve(RequestContext context, RuleCriterion criterion)
           
 java.lang.String CountryCriterionResolver.resolve(RequestContext context, RuleCriterion criterion)
           
 java.lang.String GroupRoleUserCriterionResolver.resolve(RequestContext context, RuleCriterion criterion)
           
 java.lang.String DomainCriterionResolver.resolve(RequestContext context, RuleCriterion criterion)
           
 java.lang.String SessionResolver.resolve(RequestContext context, RuleCriterion criterion)
           
 java.lang.String UserAttributeResolver.resolve(RequestContext context, RuleCriterion criterion)
           
 java.lang.String RoleComboCriterionResolver.resolve(RequestContext context, RuleCriterion criterion)
           
protected  java.lang.String StandardResolver.resolvePrincipals(RequestContext context, RuleCriterion criterion, javax.security.auth.Subject subject, java.lang.Class classe)
           
 

Uses of RequestContext in org.apache.jetspeed.request
 

Classes in org.apache.jetspeed.request that implement RequestContext
 class JetspeedRequestContext
          Jetspeed Request Context is associated with each portal request.
 

Methods in org.apache.jetspeed.request that return RequestContext
 RequestContext JetspeedRequestContextComponent.create(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, javax.servlet.ServletConfig config)
           
 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 JetspeedRequestContextComponent.getRequestContext()
           
 RequestContext RequestContextComponent.getRequestContext()
           
 RequestContext JetspeedRequestContextComponent.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(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
 

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

Uses of RequestContext in org.apache.jetspeed.resource
 

Methods in org.apache.jetspeed.resource with parameters of type RequestContext
 void ResourceValveImpl.invoke(RequestContext request, ValveContext context)
           
 

Uses of RequestContext in org.apache.jetspeed.security.impl
 

Methods in org.apache.jetspeed.security.impl with parameters of type RequestContext
protected abstract  javax.security.auth.Subject AbstractSecurityValve.getSubject(RequestContext request)
           getSubject
protected  javax.security.auth.Subject SecurityValveImpl.getSubject(RequestContext request)
           getSubject
protected  javax.security.auth.Subject AbstractSecurityValve.getSubjectFromSession(RequestContext request)
           getSubjectFromSession
protected abstract  java.security.Principal AbstractSecurityValve.getUserPrincipal(RequestContext request)
           getUserPrincipal
protected  java.security.Principal SecurityValveImpl.getUserPrincipal(RequestContext request)
           getUserPrincipal
 void AbstractSecurityValve.invoke(RequestContext request, ValveContext context)
           invoke
 void PasswordCredentialValveImpl.invoke(RequestContext request, ValveContext context)
           
 void LoginValidationValveImpl.invoke(RequestContext request, ValveContext context)
           
protected  boolean AbstractSecurityValve.isSessionExpired(RequestContext request)
          Check for hard limit session expiration time out
 

Uses of RequestContext in org.apache.jetspeed.security.impl.ntlm
 

Methods in org.apache.jetspeed.security.impl.ntlm with parameters of type RequestContext
protected  javax.security.auth.Subject NtlmSecurityValve.getSubject(RequestContext context)
           
protected  java.security.Principal NtlmSecurityValve.getUserPrincipal(RequestContext context)
           
 

Uses of RequestContext in org.apache.jetspeed.services.information
 

Constructors in org.apache.jetspeed.services.information with parameters of type RequestContext
PortletURLProviderImpl(RequestContext context, org.apache.pluto.om.window.PortletWindow portletWindow)
           
ResourceURLProviderImpl(RequestContext context, org.apache.pluto.om.window.PortletWindow portletWindow)
           
 

Uses of RequestContext in org.apache.jetspeed.statistics
 

Methods in org.apache.jetspeed.statistics with parameters of type RequestContext
 void PortalStatistics.logPageAccess(RequestContext request, java.lang.String statusCode, long msElapsedTime)
          Logs an access to a page.
 void PortalStatistics.logPortletAccess(RequestContext request, java.lang.String portlet, java.lang.String statusCode, long msElapsedTime)
          Logs an access to a portlet.
 void PortalStatistics.logUserLogin(RequestContext request, long msElapsedLoginTime)
          Logs a user logout event.
 

Uses of RequestContext in org.apache.jetspeed.statistics.impl
 

Methods in org.apache.jetspeed.statistics.impl with parameters of type RequestContext
 void PortalStatisticsImpl.logPageAccess(RequestContext request, java.lang.String statusCode, long msElapsedTime)
           
 void PortalStatisticsImpl.logPortletAccess(RequestContext request, java.lang.String portletName, java.lang.String statusCode, long msElapsedTime)
           
 void PortalStatisticsImpl.logUserLogin(RequestContext request, long msElapsedLoginTime)
           
 

Uses of RequestContext in org.apache.jetspeed.userinfo
 

Methods in org.apache.jetspeed.userinfo with parameters of type RequestContext
 java.util.Map UserAttributeSource.getUserAttributeMap(javax.security.auth.Subject subject, java.util.Collection userAttributeRefs, RequestContext context)
           
 java.util.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.
 

Uses of RequestContext in org.apache.jetspeed.userinfo.impl
 

Methods in org.apache.jetspeed.userinfo.impl with parameters of type RequestContext
 java.util.Map UserManagerUserAttributeSourceImpl.getUserAttributeMap(javax.security.auth.Subject subject, java.util.Collection userAttributeRefs, RequestContext context)
           
 java.util.Map MultiSourceUserInfoManagerImpl.getUserInfoMap(org.apache.pluto.om.common.ObjectID oid, RequestContext context)
           
 java.util.Map UserInfoManagerImpl.getUserInfoMap(org.apache.pluto.om.common.ObjectID oid, RequestContext context)
           
 

Uses of RequestContext in org.apache.jetspeed.velocity
 

Fields in org.apache.jetspeed.velocity declared as RequestContext
protected  RequestContext JetspeedPowerToolImpl.requestContext
           
 

Methods in org.apache.jetspeed.velocity that return RequestContext
protected  RequestContext JetspeedPowerToolImpl.getRequestContext()
           getRequestContext
 

Methods in org.apache.jetspeed.velocity with parameters of type RequestContext
 JetspeedPowerTool JetspeedPowerToolFactory.getJetspeedPowerTool(RequestContext requestContext)
           
 

Constructors in org.apache.jetspeed.velocity with parameters of type RequestContext
JetspeedPowerToolImpl(RequestContext requestContext, DynamicTitleService titleService, PortletRenderer renderer)
           
 



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