public interface JoinPath
Join instance.| Modifier and Type | Method and Description |
|---|---|
Join |
to(String resource)
The internal server resource
Address to be served when the specified Join.path(String) is
requested. |
Join to(String 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
...
location - ParameterizedPattern specifying the Address of the internal resource.ConfigurationRuleParameterBuilder#where(String)}Copyright © 2013 OCPsoft. All Rights Reserved.