org.ocpsoft.rewrite.faces
Class DefaultActionUrlProvider
java.lang.Object
org.ocpsoft.rewrite.faces.DefaultActionUrlProvider
- All Implemented Interfaces:
- org.ocpsoft.common.pattern.Weighted, FacesActionUrlProvider
public class DefaultActionUrlProvider
- extends Object
- implements FacesActionUrlProvider
|
Method Summary |
String |
getActionURL(javax.faces.context.FacesContext context,
String viewId)
Get the Action URL for the given FacesContext and view ID. |
int |
priority()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultActionUrlProvider
public DefaultActionUrlProvider()
getActionURL
public String getActionURL(javax.faces.context.FacesContext context,
String viewId)
- Description copied from interface:
FacesActionUrlProvider
- Get the Action URL for the given
FacesContext and view ID.
- Specified by:
getActionURL in interface FacesActionUrlProvider
priority
public int priority()
- Specified by:
priority in interface org.ocpsoft.common.pattern.Weighted
Copyright © 2013 OCPsoft. All Rights Reserved.