com.ibm.xsp.complex
Class ViewRootBaseUrl
java.lang.Object
com.ibm.xsp.complex.ValueBindingObjectImpl
com.ibm.xsp.complex.ViewRootBaseUrl
- All Implemented Interfaces:
- ComponentBindingObject, ValueBindingObject, java.io.Serializable, javax.faces.component.StateHolder
public class ViewRootBaseUrl
- extends ValueBindingObjectImpl
- implements java.io.Serializable
Complex-type used by a page for inserting a base URL.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getHref()
|
java.lang.String |
getTarget()
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setHref(java.lang.String href)
|
void |
setTarget(java.lang.String target)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ViewRootBaseUrl
public ViewRootBaseUrl()
- Default Constructor
getHref
public java.lang.String getHref()
- Returns:
- Returns the href attribute.
setHref
public void setHref(java.lang.String href)
- Parameters:
href
- The href value to set.
getTarget
public java.lang.String getTarget()
- Returns:
- Returns the target attribute
setTarget
public void setTarget(java.lang.String target)
- Parameters:
target
- the target value to set
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
- Overrides:
saveState
in class ValueBindingObjectImpl
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
- Overrides:
restoreState
in class ValueBindingObjectImpl
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object