Liferay 6.1.2-ce-ga3

com.liferay.util.axis
Class ServletUtil

java.lang.Object
  extended by com.liferay.util.axis.ServletUtil

public class ServletUtil
extends Object


Constructor Summary
ServletUtil()
           
 
Method Summary
static javax.servlet.http.HttpServletRequest getRequest()
           
static javax.servlet.http.HttpServlet getServlet()
           
static javax.servlet.ServletContext getServletContext()
           
static javax.servlet.http.HttpSession getSession()
           
 
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

getRequest

public static javax.servlet.http.HttpServletRequest getRequest()

getServlet

public static javax.servlet.http.HttpServlet getServlet()

getServletContext

public static javax.servlet.ServletContext getServletContext()

getSession

public static javax.servlet.http.HttpSession getSession()

Liferay 6.1.2-ce-ga3