Liferay 6.1.2-ce-ga3

com.liferay.portal.json
Class JSONIncludesManagerImpl

java.lang.Object
  extended by com.liferay.portal.json.JSONIncludesManagerImpl
All Implemented Interfaces:
JSONIncludesManager

public class JSONIncludesManagerImpl
extends Object
implements JSONIncludesManager


Constructor Summary
JSONIncludesManagerImpl()
           
 
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

JSONIncludesManagerImpl

public JSONIncludesManagerImpl()
Method Detail

lookupExcludes

public String[] lookupExcludes(Class<?> type)
Specified by:
lookupExcludes in interface JSONIncludesManager

lookupIncludes

public String[] lookupIncludes(Class<?> type)
Specified by:
lookupIncludes in interface JSONIncludesManager

Liferay 6.1.2-ce-ga3