com.atlassian.jira.util
Class JiraWebUtils

java.lang.Object
  extended bycom.atlassian.jira.util.JiraWebUtils

public class JiraWebUtils
extends Object


Constructor Summary
JiraWebUtils()
           
 
Method Summary
static javax.servlet.http.HttpServletRequest getHttpRequest()
          Return the HttpRequest, but overriding the getRequestURI() method to call back to webwork if needed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraWebUtils

public JiraWebUtils()
Method Detail

getHttpRequest

public static javax.servlet.http.HttpServletRequest getHttpRequest()
Return the HttpRequest, but overriding the getRequestURI() method to call back to webwork if needed. This is because in some application servers, getRequestURI() returns the 'view' page, which is almost always not what we need.



Copyright © 2002-2007 Atlassian. All Rights Reserved.