Interface JoinPath
- All Known Implementing Classes:
Join
public interface JoinPath
A partially configured
Join instance.- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionThe internal server resourceAddressto be served when the specifiedJoin.path(String)is requested.
-
Method Details
-
to
The internal server resourceAddressto be served when the specifiedJoin.path(String)is requested.The given resource path may be parameterized:
/example/{param}.html
/css/{value}.css
...- Parameters:
location-ParameterizedPatternspecifying theAddressof the internal resource.
-