Liferay 6.1.10-ee-ga1

Uses of Class
com.liferay.portal.kernel.util.MethodWrapper

Packages that use MethodWrapper
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utility classes. 
 

Uses of MethodWrapper in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util with parameters of type MethodWrapper
static Object MethodInvoker.invoke(MethodWrapper methodWrapper)
          Deprecated.  
static Object MethodInvoker.invoke(MethodWrapper methodWrapper, boolean newInstance)
          Deprecated.  
static Object MethodInvoker.invoke(MethodWrapper methodWrapper, Object targetObject)
          Deprecated.  
 

Uses of MethodWrapper in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http with parameters of type MethodWrapper
static Object TunnelUtil.invoke(HttpPrincipal httpPrincipal, MethodWrapper methodWrapper)
          Deprecated.  
 


Liferay 6.1.10-ee-ga1