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 TypeMethodDescriptionvoid
convert()
protected abstract void
abstract String
protected String
String[]
String[]
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
void
setParameterValues
(String[] values) void
validate()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.convert.ConvertProcess
getPath, hasCustomView
-
Constructor Details
-
BaseConvertProcess
public BaseConvertProcess()
-
-
Method Details
-
convert
- Specified by:
convert
in interfaceConvertProcess
- Throws:
ConvertException
-
getConfigurationErrorMessage
- Specified by:
getConfigurationErrorMessage
in interfaceConvertProcess
-
getDescription
- Specified by:
getDescription
in interfaceConvertProcess
-
getParameterDescription
- Specified by:
getParameterDescription
in interfaceConvertProcess
-
getParameterNames
- Specified by:
getParameterNames
in interfaceConvertProcess
-
getParameterValues
-
includeCustomView
public boolean includeCustomView(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception - Specified by:
includeCustomView
in interfaceConvertProcess
- Throws:
Exception
-
isEnabled
public abstract boolean isEnabled()- Specified by:
isEnabled
in interfaceConvertProcess
-
setParameterValues
- Specified by:
setParameterValues
in interfaceConvertProcess
-
validate
- Specified by:
validate
in 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)
-