Liferay 6.0.5

com.liferay.portlet.enterpriseadmin.action
Class ActionUtil

java.lang.Object
  extended by com.liferay.portlet.enterpriseadmin.action.ActionUtil
Direct Known Subclasses:
ActionUtil

public class ActionUtil
extends Object


Constructor Summary
ActionUtil()
           
 
Method Summary
static void getAddress(javax.servlet.http.HttpServletRequest request)
           
static void getAddress(PortletRequest portletRequest)
           
static void getEmailAddress(javax.servlet.http.HttpServletRequest request)
           
static void getEmailAddress(PortletRequest portletRequest)
           
static void getOrganization(javax.servlet.http.HttpServletRequest request)
           
static void getOrganization(PortletRequest portletRequest)
           
static void getOrgLabor(javax.servlet.http.HttpServletRequest request)
           
static void getOrgLabor(PortletRequest portletRequest)
           
static void getPasswordPolicy(javax.servlet.http.HttpServletRequest request)
           
static void getPasswordPolicy(PortletRequest portletRequest)
           
static void getPhone(javax.servlet.http.HttpServletRequest request)
           
static void getPhone(PortletRequest portletRequest)
           
static void getRole(javax.servlet.http.HttpServletRequest request)
           
static void getRole(PortletRequest portletRequest)
           
static void getUserGroup(javax.servlet.http.HttpServletRequest request)
           
static void getUserGroup(PortletRequest portletRequest)
           
static void getWebsite(javax.servlet.http.HttpServletRequest request)
           
static void getWebsite(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

getAddress

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

getAddress

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

getEmailAddress

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

getEmailAddress

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

getOrganization

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

getOrganization

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

getOrgLabor

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

getOrgLabor

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

getPasswordPolicy

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

getPasswordPolicy

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

getPhone

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

getPhone

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

getRole

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

getRole

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

getUserGroup

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

getUserGroup

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

getWebsite

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

getWebsite

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

Liferay 6.0.5