com.ibm.xsp.binding
Class ActionOutcomeUrl
java.lang.Object
com.ibm.xsp.binding.ActionOutcomeUrl
public class ActionOutcomeUrl
- extends java.lang.Object
Constructor Summary |
ActionOutcomeUrl(javax.faces.context.FacesContext context,
java.lang.String pageName)
|
Method Summary |
void |
addParameter(java.lang.String name,
java.lang.String value)
Add a parameter to the url |
java.lang.String |
getParameter(java.lang.String name)
Return the named parameter |
java.lang.String |
getUrl()
Return the URL string |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ActionOutcomeUrl
public ActionOutcomeUrl(javax.faces.context.FacesContext context,
java.lang.String pageName)
addParameter
public void addParameter(java.lang.String name,
java.lang.String value)
- Add a parameter to the url
- Parameters:
name
- value
-
getParameter
public java.lang.String getParameter(java.lang.String name)
- Return the named parameter
getUrl
public java.lang.String getUrl()
- Return the URL string
- Returns:
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object