Interface IScriptingStyleURLProcessor


  • @StableMinor(version="16.0",
                 sinceVersion="15.0")
    public interface IScriptingStyleURLProcessor
    URL processor utility to be used in scripting styles.
    Since:
    15.0.0
    Version:
    $Revision: 25808 $ $Date: 2023-07-04 15:20:55 -0300 (Tue, 04 Jul 2023) $
    • 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