Liferay 6.1.2-ce-ga3

com.liferay.portlet.softwarecatalog.action
Class ActionUtil

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.action.ActionUtil

public class ActionUtil
extends Object


Constructor Summary
ActionUtil()
           
 
Method Summary
static void getFrameworkVersion(javax.servlet.http.HttpServletRequest request)
           
static void getFrameworkVersion(PortletRequest portletRequest)
           
static void getLicense(javax.servlet.http.HttpServletRequest request)
           
static void getLicense(PortletRequest portletRequest)
           
static void getProductEntry(javax.servlet.http.HttpServletRequest request)
           
static void getProductEntry(PortletRequest portletRequest)
           
static void getProductVersion(javax.servlet.http.HttpServletRequest request)
           
static void getProductVersion(PortletRequest portletRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionUtil

public ActionUtil()
Method Detail

getFrameworkVersion

public static void getFrameworkVersion(javax.servlet.http.HttpServletRequest request)
                                throws Exception
Throws:
Exception

getFrameworkVersion

public static void getFrameworkVersion(PortletRequest portletRequest)
                                throws Exception
Throws:
Exception

getLicense

public static void getLicense(javax.servlet.http.HttpServletRequest request)
                       throws Exception
Throws:
Exception

getLicense

public static void getLicense(PortletRequest portletRequest)
                       throws Exception
Throws:
Exception

getProductEntry

public static void getProductEntry(javax.servlet.http.HttpServletRequest request)
                            throws Exception
Throws:
Exception

getProductEntry

public static void getProductEntry(PortletRequest portletRequest)
                            throws Exception
Throws:
Exception

getProductVersion

public static void getProductVersion(javax.servlet.http.HttpServletRequest request)
                              throws Exception
Throws:
Exception

getProductVersion

public static void getProductVersion(PortletRequest portletRequest)
                              throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3