Interface IScriptingStyleURLProcessor


  • @StableMinor(sinceVersion="15.0",
                 version="15.0")
    public interface IScriptingStyleURLProcessor
    URL processor utility to be used in scripting styles.
    Since:
    15.0.0
    Version:
    $Revision: 25303 $ $Date: 2022-10-22 22:48:02 -0300 (Sat, 22 Oct 2022) $
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String process​(java.lang.String uri)
      Returns the processed version of the given URI.
    • Method Detail

      • process

        java.lang.String process​(java.lang.String uri)
        Returns the processed version of the given URI. If some error occur during the processing, the original URI will be returned.
        Parameters:
        uri - the URI
        Returns:
        the processed version of the given URI.
        Since:
        15.0.0