Package org.ocpsoft.rewrite.faces.spi
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 TypeMethodDescriptiongetActionURL(jakarta.faces.context.FacesContext context, String viewId) Get the Action URL for the givenFacesContextand view ID.Methods inherited from interface org.ocpsoft.common.pattern.Weighted
priority
-
Method Details
-
getActionURL
Get the Action URL for the givenFacesContextand view ID.
-