Interface ConfigurationScreen

All Known Implementing Classes:
ConfigurationScreenWrapper

public interface ConfigurationScreen
  • Method Details

    • getCategoryKey

      String getCategoryKey()
    • getKey

      String getKey()
    • getName

      String getName(Locale locale)
    • getScope

      String getScope()
    • isDeprecated

      default boolean isDeprecated()
    • isVisible

      default boolean isVisible()
    • render

      void render(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException
      Throws:
      IOException