Class ServiceContainerRequestFunctionMapper

    • Method Detail

      • resolveFunction

        public java.lang.reflect.Method resolveFunction​(java.lang.String prefix,
                                                        java.lang.String localName)
        Specified by:
        resolveFunction in interface javax.servlet.jsp.el.FunctionMapper
        Overrides:
        resolveFunction in class PageWebResourceFunctionMapper
      • 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