Interface LayoutUtilityPageEntryViewRenderer


public interface LayoutUtilityPageEntryViewRenderer
Author:
Eudaldo Alonso
  • Method Summary

    Modifier and Type
    Method
    Description
    getLabel(Locale locale)
     
     
    default boolean
     
    default void
    renderHTML(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
     
  • Method Details

    • getLabel

      String getLabel(Locale locale)
    • getType

      String getType()
    • isEnabled

      default boolean isEnabled()
    • renderHTML

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