Class ServiceContainerRequestFunctionMapper

    • Method Detail

      • nop

        public static void nop​(java.lang.String fragment,
                               java.lang.String key)
        Dummy method that does nothing.
        Since:
        7.0.0
      • localize

        public static java.lang.String localize​(java.lang.String[] args)
                                         throws PortalException
        Resolves the string.
        Parameters:
        args - the localize function parameters.
        1. First argument is the identifier of the string to be localized.
        2. Second argument is optional, and is a list of resource paths separated by ';' to be included in the localization.
        3+. Any extra argument will be considered a localization parameter.
        Returns:
        localized string.
        Throws:
        PortalException - if an error occur localizing the string.
        Since:
        7.1.0