Liferay 7.0-ga1 portal-impl

com.liferay.portlet.asset.validator
Class AssetEntryValidatorRegistry

java.lang.Object
  extended by com.liferay.portlet.asset.validator.AssetEntryValidatorRegistry

public class AssetEntryValidatorRegistry
extends Object


Constructor Summary
AssetEntryValidatorRegistry()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 List<com.liferay.asset.kernel.validator.AssetEntryValidator> getAssetEntryValidators(String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetEntryValidatorRegistry

public AssetEntryValidatorRegistry()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getAssetEntryValidators

public List<com.liferay.asset.kernel.validator.AssetEntryValidator> getAssetEntryValidators(String className)

Liferay 7.0-ga1 portal-impl