com.webmethods.caf.faces.bean.web
Class CurrentURLBean
java.lang.Object
com.webmethods.caf.faces.bean.web.WebURLBean
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
.
Constructor Summary |
CurrentURLBean()
Creates a new bean,
initialized with the current request url path and parameters. |
CurrentURLBean
public CurrentURLBean()
- Creates a new bean,
initialized with the current request url path and parameters.