org.jboss.weld.jsf
Class FacesUrlTransformer
java.lang.Object
org.jboss.weld.jsf.FacesUrlTransformer
public class FacesUrlTransformer
- extends Object
Helper class for preparing JSF URLs which include the conversation id.
TODO This class has the potential to be better designed to make it fit more use cases.
- Author:
- Nicklas Karlsson, Dan Allen, Marko Luksa
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacesUrlTransformer
public FacesUrlTransformer(String url,
javax.faces.context.FacesContext facesContext)
appendConversationIdIfNecessary
public FacesUrlTransformer appendConversationIdIfNecessary(String cidParameterName,
String cid)
getUrl
public String getUrl()
toRedirectViewId
public FacesUrlTransformer toRedirectViewId()
toActionUrl
public FacesUrlTransformer toActionUrl()
encode
public String encode()
Copyright © 2013 Seam Framework. All Rights Reserved.