Interface UrlUnprefixer

All Known Implementing Classes:
UrlHandler

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

    Modifier and Type
    Method
    Description
    Remove any vestige of the host, port or context
  • Method Details

    • 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