Package org.ocpsoft.rewrite.faces
Class DefaultActionUrlProvider
java.lang.Object
org.ocpsoft.rewrite.faces.DefaultActionUrlProvider
- All Implemented Interfaces:
org.ocpsoft.common.pattern.Weighted,FacesActionUrlProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetActionURL(jakarta.faces.context.FacesContext context, String viewId) Get the Action URL for the givenFacesContextand view ID.intpriority()
-
Constructor Details
-
DefaultActionUrlProvider
public DefaultActionUrlProvider()
-
-
Method Details
-
getActionURL
Description copied from interface:FacesActionUrlProviderGet the Action URL for the givenFacesContextand view ID.- Specified by:
getActionURLin interfaceFacesActionUrlProvider
-
priority
public int priority()- Specified by:
priorityin interfaceorg.ocpsoft.common.pattern.Weighted
-