Interface InfoItemRenderer<T>

All Superinterfaces:
Keyed
All Known Subinterfaces:
InfoItemTemplatedRenderer<T>

public interface InfoItemRenderer<T> extends Keyed
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    getLabel(Locale locale)
     
    default boolean
     
    void
    render(T t, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
     

    Methods inherited from interface com.liferay.info.type.Keyed

    getKey
  • Method Details

    • getLabel

      default String getLabel(Locale locale)
    • isAvailable

      default boolean isAvailable()
    • render

      void render(T t, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)