Liferay 6.1.2-ce-ga3

com.liferay.portal.json
Class JSONIncludesManager

java.lang.Object
  extended by com.liferay.portal.json.JSONIncludesManager

public class JSONIncludesManager
extends Object


Constructor Summary
JSONIncludesManager()
           
 
Method Summary
 String[] lookupExcludes(Class<?> type)
           
 String[] lookupIncludes(Class<?> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONIncludesManager

public JSONIncludesManager()
Method Detail

lookupExcludes

public String[] lookupExcludes(Class<?> type)

lookupIncludes

public String[] lookupIncludes(Class<?> type)

Liferay 6.1.2-ce-ga3