Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.json
Interface JSONIncludesManager

All Known Implementing Classes:
JSONIncludesManagerImpl

public interface JSONIncludesManager


Method Summary
 String[] lookupExcludes(Class<?> type)
           
 String[] lookupIncludes(Class<?> type)
           
 

Method Detail

lookupExcludes

String[] lookupExcludes(Class<?> type)

lookupIncludes

String[] lookupIncludes(Class<?> type)

Liferay 6.1.2-ce-ga3