com.liferay.portlet.documentlibrary.util
Class BaseDLProcessorImpl

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.util.BaseDLProcessorImpl
All Implemented Interfaces:
DLProcessor
Direct Known Subclasses:
DLPreviewableProcessor

public abstract class BaseDLProcessorImpl
extends java.lang.Object
implements DLProcessor

Author:
Shinn Lok

Constructor Summary
BaseDLProcessorImpl()
           
 
Method Summary
 boolean isEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.documentlibrary.util.DLProcessor
cleanUp, cleanUp, exportGeneratedFiles, importGeneratedFiles, isSupported, isSupported, trigger
 

Constructor Detail

BaseDLProcessorImpl

public BaseDLProcessorImpl()
Method Detail

isEnabled

public boolean isEnabled()