Package com.liferay.portal.convert
Class BaseConvertProcess
Object
com.liferay.portal.convert.BaseConvertProcess
- All Implemented Interfaces:
ConvertProcess
- Author:
- Alexander Chow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconvert()protected abstract voidabstract Stringprotected StringString[]String[]protected com.liferay.portal.kernel.resource.bundle.ResourceBundleLoadergetResourceBundleLoader(javax.servlet.http.HttpServletRequest httpServletRequest) protected javax.servlet.ServletContextgetServletContext(javax.servlet.http.HttpServletRequest httpServletRequest) booleanincludeCustomView(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) abstract booleanvoidsetParameterValues(String[] values) voidvalidate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.convert.ConvertProcess
getPath, hasCustomView
-
Constructor Details
-
BaseConvertProcess
public BaseConvertProcess()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceConvertProcess- Throws:
ConvertException
-
getConfigurationErrorMessage
- Specified by:
getConfigurationErrorMessagein interfaceConvertProcess
-
getDescription
- Specified by:
getDescriptionin interfaceConvertProcess
-
getParameterDescription
- Specified by:
getParameterDescriptionin interfaceConvertProcess
-
getParameterNames
- Specified by:
getParameterNamesin interfaceConvertProcess
-
getParameterValues
-
includeCustomView
public boolean includeCustomView(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception - Specified by:
includeCustomViewin interfaceConvertProcess- Throws:
Exception
-
isEnabled
public abstract boolean isEnabled()- Specified by:
isEnabledin interfaceConvertProcess
-
setParameterValues
- Specified by:
setParameterValuesin interfaceConvertProcess
-
validate
- Specified by:
validatein interfaceConvertProcess- Throws:
ConvertException
-
doConvert
- Throws:
Exception
-
getJspPath
-
getResourceBundleLoader
protected com.liferay.portal.kernel.resource.bundle.ResourceBundleLoader getResourceBundleLoader(javax.servlet.http.HttpServletRequest httpServletRequest) -
getServletContext
protected javax.servlet.ServletContext getServletContext(javax.servlet.http.HttpServletRequest httpServletRequest)
-