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 |
String |
getActionURL(javax.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 |
getActionURL
String getActionURL(javax.faces.context.FacesContext context,
String viewId)
- Get the Action URL for the given
FacesContext and view ID.
Copyright © 2013 OCPsoft. All Rights Reserved.