Interface IRenderer

    • Method Detail

      • getSourceContext

        ISourceContext getSourceContext()
                                 throws PortalException
        Returns the source context where this renderer belongs to.
        Returns:
        the source context where this renderer belongs to.
        Throws:
        PortalException
        Since:
        4.0.4
      • getResources

        List<IResource> getResources()
                              throws PortalException
        Returns the localization resources to be used in the value render.
        Returns:
        the localization resources to be used in the value render.
        Throws:
        PortalException
        Since:
        4.0.4
      • getConverter

        IConverter getConverter()
                         throws PortalException
        Returns the default converter to be used with the renderable data.
        Returns:
        the default converter to be used with the renderable data.
        Throws:
        PortalException
        Since:
        4.0.4