Liferay 6.2.0-ce-m4

com.liferay.portal.security.pacl
Class PACLClassUtil

java.lang.Object
  extended by com.liferay.portal.security.pacl.PACLClassUtil

public class PACLClassUtil
extends Object


Method Summary
static ClassLoader getCallerClassLoader(Class<?> callerClass)
           
static String getClassLocation(Class<?> clazz)
           
static String getJarLocation(Class<?> clazz)
           
static PACLPolicy getPACLPolicy(boolean deep, boolean debug)
           
static PACLPolicy getPACLPolicyByReflection(boolean deep, boolean debug)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCallerClassLoader

public static ClassLoader getCallerClassLoader(Class<?> callerClass)

getClassLocation

public static String getClassLocation(Class<?> clazz)

getJarLocation

public static String getJarLocation(Class<?> clazz)

getPACLPolicy

public static PACLPolicy getPACLPolicy(boolean deep,
                                       boolean debug)

getPACLPolicyByReflection

public static PACLPolicy getPACLPolicyByReflection(boolean deep,
                                                   boolean debug)

Liferay 6.2.0-ce-m4