com.liferay.portlet.softwarecatalog.action
Class ActionUtil

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

public class ActionUtil
extends java.lang.Object

Author:
Jorge Ferrer

Constructor Summary
ActionUtil()
           
 
Method Summary
static void getFrameworkVersion(javax.servlet.http.HttpServletRequest request)
           
static void getFrameworkVersion(javax.portlet.PortletRequest portletRequest)
           
static void getLicense(javax.servlet.http.HttpServletRequest request)
           
static void getLicense(javax.portlet.PortletRequest portletRequest)
           
static void getProductEntry(javax.servlet.http.HttpServletRequest request)
           
static void getProductEntry(javax.portlet.PortletRequest portletRequest)
           
static void getProductVersion(javax.servlet.http.HttpServletRequest request)
           
static void getProductVersion(javax.portlet.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 java.lang.Exception
Throws:
java.lang.Exception

getFrameworkVersion

public static void getFrameworkVersion(javax.portlet.PortletRequest portletRequest)
                                throws java.lang.Exception
Throws:
java.lang.Exception

getLicense

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

getLicense

public static void getLicense(javax.portlet.PortletRequest portletRequest)
                       throws java.lang.Exception
Throws:
java.lang.Exception

getProductEntry

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

getProductEntry

public static void getProductEntry(javax.portlet.PortletRequest portletRequest)
                            throws java.lang.Exception
Throws:
java.lang.Exception

getProductVersion

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

getProductVersion

public static void getProductVersion(javax.portlet.PortletRequest portletRequest)
                              throws java.lang.Exception
Throws:
java.lang.Exception