com.webmethods.caf.faces.bean.web
Class CurrentURLBean

java.lang.Object
  extended by com.webmethods.caf.faces.bean.web.WebURLBean
      extended by com.webmethods.caf.faces.bean.web.CurrentURLBean

public class CurrentURLBean
extends WebURLBean

Bean initialized with the current request url path and parameters which can be used to manipulate the url, using the bean's properties as request parameters. In addition to the bean's typed properties, parameters can be added to the bean dynamically via its urlParams map (see WebURLBean.getUrlParams()). All of the bean's properties, both typed and dynamic, must be of type String.


Field Summary
 
Fields inherited from class com.webmethods.caf.faces.bean.web.WebURLBean
m_params, m_path
 
Constructor Summary
CurrentURLBean()
          Creates a new bean, initialized with the current request url path and parameters.
 
Method Summary
 
Methods inherited from class com.webmethods.caf.faces.bean.web.WebURLBean
getUrl, getUrlParams, getUrlPath, redirect, setUrl, setUrlBase, setUrlParams, setUrlPath, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CurrentURLBean

public CurrentURLBean()
Creates a new bean, initialized with the current request url path and parameters.