rewrite-config-servlet 2.0.0.Beta3

org.ocpsoft.rewrite.servlet.config.rule
Interface JoinPath

All Known Implementing Classes:
Join

public interface JoinPath

A partially configured Join instance.

Author:
Lincoln Baxter, III

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

Method Detail

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.
See Also:
ConfigurationRuleParameterBuilder#where(String)}

rewrite-config-servlet 2.0.0.Beta3

Copyright © 2013 OCPsoft. All Rights Reserved.