Interface IRewriteUriResolver

  • All Superinterfaces:
    IUriResolver, Serializable

    public interface IRewriteUriResolver
    extends IUriResolver
    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 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.