Interface UrlUnprefixer

  • All Known Implementing Classes:
    UrlHandler

    public interface UrlUnprefixer
    Unprefix urls - or not depending on internal state
    Author:
    douglm
    • Method Detail

      • unprefix

        String unprefix​(String val)
        Remove any vestige of the host, port or context
        Parameters:
        val - to unprefix
        Returns:
        String
        Throws:
        RuntimeException - on fatal error