Interface CPContentListEntryRenderer


public interface CPContentListEntryRenderer
  • Method Summary

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

    • getKey

      String getKey()
    • getLabel

      String getLabel(Locale locale)
    • render

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