Interface IRewriteUriResolver
-
- All Superinterfaces:
IUriResolver
,Serializable
public interface IRewriteUriResolver extends IUriResolver
Common interface for URI resolvers ofweb enpoints
that can be rewritten (by ocpsoft's URL rewriting).- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotBlank String
getInternalUri()
@NotBlank String
getRewriteUriTemplate()
-
Methods inherited from interface de.xima.fc.security.interfaces.endpoint.uri.IUriResolver
buildUri, matches
-
-
-
-
Method Detail
-
getRewriteUriTemplate
@NotBlank @NotBlank String 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
@NotBlank @NotBlank String getInternalUri()
- Returns:
- the internal URI to the resource.
-
-