Package com.liferay.portal.convert
Interface ConvertProcess
- All Known Implementing Classes:
BaseConvertProcess
public interface ConvertProcess
- Author:
- Iván Zaera
-
Method Summary
Modifier and TypeMethodDescriptionvoidconvert()String[]default StringgetPath()Deprecated.As of Mueller (7.2.x), with no direct replacementdefault booleandefault booleanincludeCustomView(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) booleanvoidsetParameterValues(String[] values) voidvalidate()
-
Method Details
-
convert
- Throws:
ConvertException
-
getConfigurationErrorMessage
String getConfigurationErrorMessage() -
getDescription
String getDescription() -
getParameterDescription
String getParameterDescription() -
getParameterNames
String[] getParameterNames() -
getPath
Deprecated.As of Mueller (7.2.x), with no direct replacement -
hasCustomView
default boolean hasCustomView() -
includeCustomView
default boolean includeCustomView(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception - Throws:
Exception
-
isEnabled
boolean isEnabled() -
setParameterValues
-
validate
- Throws:
ConvertException
-