Interface RenderParameters

    • Method Detail

      • clone

        MutableRenderParameters clone()
        Returns a MutableRenderParameters object encapsulating a copy of the same parameters as the original object. Changing a mutable copy will not influence the source object.
        Specified by:
        clone in interface PortletParameters
        Returns:
        Mutable clone of RenderParameters object
      • isPublic

        boolean isPublic​(String name)
        Returns a boolean value indicating whether the given parameter name represents a public render parameter. Note that if true is returned, it does not mean that a public render parameter value is set.
        Parameters:
        name - the parameter name
        Returns:
        true if the given parameter name represents a public render parameter. false otherwise
        Throws:
        IllegalArgumentException - if name is null.