Interface JoinPath

All Known Implementing Classes:
Join

public interface JoinPath
A partially configured Join instance.
Author:
Lincoln Baxter, III
  • Method Summary

    Modifier and Type
    Method
    Description
    to(String resource)
    The internal server resource Address to be served when the specified Join.path(String) is requested.
  • Method Details

    • to

      Join to(String resource)
      The internal server resource Address to be served when the specified Join.path(String) is requested.

      The given resource path may be parameterized:

      /example/{param}.html
      /css/{value}.css
      ...

      Parameters:
      location - ParameterizedPattern specifying the Address of the internal resource.