public abstract class BaseConvertProcess extends java.lang.Object implements ConvertProcess
| Constructor and Description |
|---|
BaseConvertProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
convert() |
protected abstract void |
doConvert() |
java.lang.String |
getConfigurationErrorMessage() |
abstract java.lang.String |
getDescription() |
protected java.lang.String |
getJspPath() |
java.lang.String |
getParameterDescription() |
java.lang.String[] |
getParameterNames() |
java.lang.String[] |
getParameterValues() |
protected com.liferay.portal.kernel.resource.bundle.ResourceBundleLoader |
getResourceBundleLoader(javax.servlet.http.HttpServletRequest httpServletRequest) |
protected javax.servlet.ServletContext |
getServletContext(javax.servlet.http.HttpServletRequest httpServletRequest) |
boolean |
includeCustomView(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
abstract boolean |
isEnabled() |
void |
setParameterValues(java.lang.String[] values) |
void |
validate() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPath, hasCustomViewpublic void convert()
throws ConvertException
convert in interface ConvertProcessConvertExceptionpublic java.lang.String getConfigurationErrorMessage()
getConfigurationErrorMessage in interface ConvertProcesspublic abstract java.lang.String getDescription()
getDescription in interface ConvertProcesspublic java.lang.String getParameterDescription()
getParameterDescription in interface ConvertProcesspublic java.lang.String[] getParameterNames()
getParameterNames in interface ConvertProcesspublic java.lang.String[] getParameterValues()
public boolean includeCustomView(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.lang.Exception
includeCustomView in interface ConvertProcessjava.lang.Exceptionpublic abstract boolean isEnabled()
isEnabled in interface ConvertProcesspublic void setParameterValues(java.lang.String[] values)
setParameterValues in interface ConvertProcesspublic void validate()
throws ConvertException
validate in interface ConvertProcessConvertExceptionprotected abstract void doConvert()
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String getJspPath()
protected com.liferay.portal.kernel.resource.bundle.ResourceBundleLoader getResourceBundleLoader(javax.servlet.http.HttpServletRequest httpServletRequest)
protected javax.servlet.ServletContext getServletContext(javax.servlet.http.HttpServletRequest httpServletRequest)