Interface FacesActionUrlProvider

All Superinterfaces:
org.ocpsoft.common.pattern.Weighted
All Known Implementing Classes:
DefaultActionUrlProvider

public interface FacesActionUrlProvider extends org.ocpsoft.common.pattern.Weighted
SPI for integrating with Faces Action URL generation.
Author:
Lincoln Baxter, III
  • Method Summary

    Modifier and Type
    Method
    Description
    getActionURL(jakarta.faces.context.FacesContext context, String viewId)
    Get the Action URL for the given FacesContext and view ID.

    Methods inherited from interface org.ocpsoft.common.pattern.Weighted

    priority
  • Method Details

    • getActionURL

      String getActionURL(jakarta.faces.context.FacesContext context, String viewId)
      Get the Action URL for the given FacesContext and view ID.