org.deegree.services.controller
Class RequestContext
java.lang.Object
org.deegree.services.controller.RequestContext
public class RequestContext
- extends Object
Encapsulates security and other information that are associated with the currently processed request.
- Version:
- $Revision: $, $Date: $
- Author:
- Markus Schneider, last edited by: $Author: schneider $
- See Also:
GenericServlet.getServletContext()
getRequestedBaseURL
public String getRequestedBaseURL()
- Returns the base URL that was used to contact the
OGCFrontController
and initiated the request.
- Returns:
- the base URL, never
null
getCredentials
public Credentials getCredentials()
- Returns:
- the credentials, can be
null
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011. All Rights Reserved.