org.apache.shindig.gadgets.uri
Interface AccelUriManager
- All Known Implementing Classes:
- DefaultAccelUriManager
public interface AccelUriManager
UriManager for Accel servlet.
- Since:
- 2.0.0
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
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.