Interface FieldSource

All Known Implementing Classes:
URLFieldSource

public interface FieldSource
A source providing the incomplete fields of PartialURL and used in matching.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the context path for this URL, only ending in a slash (/) when is the root context.
    Gets the IP address or hostname for this URL.
    Gets the path for this URL or null when the path does not exist or is empty.
    Gets the port number for this URL.
    Gets the scheme (such as https/http/other) for this URL.