Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.client
Class RequestContextHelper

java.lang.Object
  extended by oracle.stellent.wcm.client.RequestContextHelper


public abstract class RequestContextHelper
extends java.lang.Object

Request Context Helper


Field Summary
static java.lang.String JAVAX_FORWARD_PATH_INFO
           
static java.lang.String JAVAX_FORWARD_REQUEST_URI
           
static java.lang.String JAVAX_FORWARD_SERVLET_PATH
           
static java.lang.String JAVAX_INCLUDE_PATH_INFO
           
static java.lang.String JAVAX_INCLUDE_REQUEST_URI
           
static java.lang.String JAVAX_INCLUDE_SERVLET_PATH
           

 

Constructor Summary
RequestContextHelper()
           

 

Method Summary
static java.lang.String getOriginalRequestPath(RequestContext requestContext)
          Retrieve the original request path (i.e.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

JAVAX_FORWARD_REQUEST_URI

public static final java.lang.String JAVAX_FORWARD_REQUEST_URI
See Also:
Constant Field Values

JAVAX_FORWARD_SERVLET_PATH

public static final java.lang.String JAVAX_FORWARD_SERVLET_PATH
See Also:
Constant Field Values

JAVAX_FORWARD_PATH_INFO

public static final java.lang.String JAVAX_FORWARD_PATH_INFO
See Also:
Constant Field Values

JAVAX_INCLUDE_REQUEST_URI

public static final java.lang.String JAVAX_INCLUDE_REQUEST_URI
See Also:
Constant Field Values

JAVAX_INCLUDE_SERVLET_PATH

public static final java.lang.String JAVAX_INCLUDE_SERVLET_PATH
See Also:
Constant Field Values

JAVAX_INCLUDE_PATH_INFO

public static final java.lang.String JAVAX_INCLUDE_PATH_INFO
See Also:
Constant Field Values

Constructor Detail

RequestContextHelper

public RequestContextHelper()

Method Detail

getOriginalRequestPath

public static java.lang.String getOriginalRequestPath(RequestContext requestContext)
Retrieve the original request path (i.e. the request path of the item that included/forwarded this request)
Parameters:
requestContext - the (servlet) request context
Returns:
the site path

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.