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