lumis.portal.servlet
Class ServletUtil

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

public class ServletUtil
extends Object

Contains Servlet-related utilities.

Since:
6.0.0

Constructor Summary
ServletUtil()
           
 
Method Summary
static String getApplicationRequestedPath(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 String getApplicationRequestedPath(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.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.