public interface ConvertProcess
Modifier and Type | Method and Description |
---|---|
void |
convert() |
String |
getConfigurationErrorMessage() |
String |
getDescription() |
String |
getParameterDescription() |
String[] |
getParameterNames() |
default String |
getPath()
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
default boolean |
hasCustomView() |
default boolean |
includeCustomView(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
boolean |
isEnabled() |
void |
setParameterValues(String[] values) |
void |
validate() |
void convert() throws ConvertException
ConvertException
String getConfigurationErrorMessage()
String getDescription()
String getParameterDescription()
String[] getParameterNames()
@Deprecated default String getPath()
default boolean hasCustomView()
default boolean includeCustomView(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception
Exception
boolean isEnabled()
void setParameterValues(String[] values)
void validate() throws ConvertException
ConvertException