org.apache.shindig.gadgets.uri
Interface AccelUriManager

All Known Implementing Classes:
DefaultAccelUriManager

public interface AccelUriManager

UriManager for Accel servlet.

Since:
2.0.0

Field Summary
static String CONTAINER
           
static String PROXY_HOST_PARAM
           
static String PROXY_PATH_PARAM
           
 
Method Summary
 Uri parseAndNormalize(HttpRequest httpRequest)
          Parses and normalizes the given request uri to be proxied through accel.
 

Field Detail

PROXY_HOST_PARAM

static final String PROXY_HOST_PARAM
See Also:
Constant Field Values

PROXY_PATH_PARAM

static final String PROXY_PATH_PARAM
See Also:
Constant Field Values

CONTAINER

static final String CONTAINER
See Also:
Constant Field Values
Method Detail

parseAndNormalize

Uri parseAndNormalize(HttpRequest httpRequest)
                      throws GadgetException
Parses and normalizes the given request uri to be proxied through accel.

Parameters:
httpRequest - The http request.
Returns:
Normalized uri which is proxied through accel.
Throws:
GadgetException - In case of errors.


Copyright © 2007-2012. All Rights Reserved.