Interface IScriptingStyleURLProcessor


  • @StableMinor(version="16.1",
                 sinceVersion="15.0")
    public interface IScriptingStyleURLProcessor
    URL processor utility to be used in scripting styles.
    Since:
    15.0.0
    Version:
    $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
    • 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