Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatamapping.action
Class ActionUtil

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

public class ActionUtil
extends Object


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

getStructure

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

getStructure

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

getTemplate

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

getTemplate

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

Liferay 6.1.2-ce-ga3