Interface IScriptingStyleURLProcessor


  • @StableMinor(version="17.0",
                 sinceVersion="15.0")
    public interface IScriptingStyleURLProcessor
    URL processor utility to be used in scripting styles.
    Since:
    15.0.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 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