Interface ConvertProcess

All Known Implementing Classes:
BaseConvertProcess

public interface ConvertProcess
Author:
Iván Zaera
  • Method Details

    • convert

      void convert() throws ConvertException
      Throws:
      ConvertException
    • getConfigurationErrorMessage

      String getConfigurationErrorMessage()
    • getDescription

      String getDescription()
    • getParameterDescription

      String getParameterDescription()
    • getParameterNames

      String[] getParameterNames()
    • getPath

      @Deprecated default String 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

      void setParameterValues(String[] values)
    • validate

      void validate() throws ConvertException
      Throws:
      ConvertException