Package com.liferay.portal.convert
Interface ConvertProcess
- All Known Implementing Classes:
BaseConvertProcess
public interface ConvertProcess
- Author:
- Iván Zaera
-
Method Summary
Modifier and TypeMethodDescriptionvoid
convert()
String[]
default String
getPath()
Deprecated.As of Mueller (7.2.x), with no direct replacementdefault boolean
default boolean
includeCustomView
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) boolean
void
setParameterValues
(String[] values) void
validate()
-
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
-