public abstract class BaseConvertProcess extends Object implements ConvertProcess
| Constructor and Description |
|---|
BaseConvertProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
convert() |
protected abstract void |
doConvert() |
String |
getConfigurationErrorMessage() |
abstract String |
getDescription() |
protected String |
getJspPath() |
String |
getParameterDescription() |
String[] |
getParameterNames() |
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(String[] values) |
void |
validate() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPath, hasCustomViewpublic void convert()
throws ConvertException
convert in interface ConvertProcessConvertExceptionpublic String getConfigurationErrorMessage()
getConfigurationErrorMessage in interface ConvertProcesspublic abstract String getDescription()
getDescription in interface ConvertProcesspublic String getParameterDescription()
getParameterDescription in interface ConvertProcesspublic String[] getParameterNames()
getParameterNames in interface ConvertProcesspublic String[] getParameterValues()
public boolean includeCustomView(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws Exception
includeCustomView in interface ConvertProcessExceptionpublic abstract boolean isEnabled()
isEnabled in interface ConvertProcesspublic void setParameterValues(String[] values)
setParameterValues in interface ConvertProcesspublic void validate()
throws ConvertException
validate in interface ConvertProcessConvertExceptionprotected abstract void doConvert()
throws Exception
Exceptionprotected 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)