Interface IRewriteUriResolver
- All Superinterfaces:
IUriResolver
,Serializable
Common interface for URI resolvers of
web enpoints
that can be rewritten (by ocpsoft's URL
rewriting).- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
Method Summary
Methods inherited from interface de.xima.fc.security.interfaces.endpoint.uri.IUriResolver
buildUri, matches
-
Method Details
-
getRewriteUriTemplate
- Returns:
- the template that is used for URI rewriting. URI templates may contain parameter path placeholders which will be replaced on URI rewriting.
-
getInternalUri
- Returns:
- the internal URI to the resource.
-