com.ibm.xsp.complex
Class ViewRootBaseUrl

java.lang.Object
  extended by com.ibm.xsp.complex.ValueBindingObjectImpl
      extended by 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

Constructor Summary
ViewRootBaseUrl()
          Default Constructor
 
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 com.ibm.xsp.complex.ValueBindingObjectImpl
getComponent, getFacesContext, getValueBinding, isTransient, setComponent, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewRootBaseUrl

public ViewRootBaseUrl()
Default Constructor

Method Detail

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