lumis.portal.servlet
Class ServletUtil

Package class diagram package ServletUtil
java.lang.Object
  extended by lumis.portal.servlet.ServletUtil

public class ServletUtil
extends java.lang.Object

Contains Servlet-related utilities.

Since:
6.0.0

Constructor Summary
ServletUtil()
           
 
Method Summary
static java.lang.String getApplicationRequestedPath(javax.servlet.http.HttpServletRequest request)
          Returns the requested path, relative to the web application root.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletUtil

public ServletUtil()
Method Detail

getApplicationRequestedPath

public static java.lang.String getApplicationRequestedPath(javax.servlet.http.HttpServletRequest request)
Returns the requested path, relative to the web application root. This path starts with '/'. Does not include the query string.

Parameters:
request - the http servlet request.
Returns:
the path.
Since:
6.0.0


Lumisportal  6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.