com.liferay.portlet.assetcategoryadmin.action
Class ActionUtil

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

public class ActionUtil
extends java.lang.Object

Author:
Iliyan Peychev, Julio Camarero

Constructor Summary
ActionUtil()
           
 
Method Summary
static void getCategory(javax.servlet.http.HttpServletRequest request)
           
static void getCategory(javax.portlet.PortletRequest portletRequest)
           
static void getVocabularies(javax.servlet.http.HttpServletRequest request)
           
static void getVocabularies(javax.portlet.PortletRequest portletRequest)
           
static void getVocabulary(javax.servlet.http.HttpServletRequest request)
           
static void getVocabulary(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

getCategory

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

getCategory

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

getVocabularies

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

getVocabularies

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

getVocabulary

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

getVocabulary

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