rewrite-integration-faces 2.0.0.Alpha3

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
 

Method Detail

getActionURL

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


rewrite-integration-faces 2.0.0.Alpha3

Copyright © 2013 OCPsoft. All Rights Reserved.