org.deegree.services.controller
Class RequestContext

java.lang.Object
  extended by org.deegree.services.controller.RequestContext

public class RequestContext
extends java.lang.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()
           
 java.lang.String getRequestedBaseURL()
          Returns the base URL that was used to contact the OGCFrontController and initiated the request.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getRequestedBaseURL

public java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.