com.liferay.portlet.communities.util
Class CommunitiesUtil

java.lang.Object
  extended by com.liferay.portlet.communities.util.CommunitiesUtil

public class CommunitiesUtil
extends java.lang.Object

View Source

Author:
Raymond Augé

Constructor Summary
CommunitiesUtil()
           
 
Method Summary
static void deleteLayout(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
           
static void deleteLayout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static void deleteLayout(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommunitiesUtil

public CommunitiesUtil()
Method Detail

deleteLayout

public static void deleteLayout(javax.portlet.ActionRequest actionRequest,
                                javax.portlet.ActionResponse actionResponse)
                         throws java.lang.Exception
Throws:
java.lang.Exception

deleteLayout

public static void deleteLayout(javax.portlet.RenderRequest renderRequest,
                                javax.portlet.RenderResponse renderResponse)
                         throws java.lang.Exception
Throws:
java.lang.Exception

deleteLayout

public static void deleteLayout(javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response)
                         throws java.lang.Exception
Throws:
java.lang.Exception