org.deegree.services.controller
Class RequestContext

java.lang.Object
  extended by 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()

Method Summary
 Credentials getCredentials()
           
 String getRequestedBaseURL()
          Returns the base URL that was used to contact the OGCFrontController and initiated the request.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.