JSF Test Framework: Mock 1.1.2

org.jboss.test.faces.mock.component.behavior
Class MockClientBehaviorContext

java.lang.Object
  extended by javax.faces.component.behavior.ClientBehaviorContext
      extended by org.jboss.test.faces.mock.component.behavior.MockClientBehaviorContext
All Implemented Interfaces:
FacesMockController.MockObject

public class MockClientBehaviorContext
extends javax.faces.component.behavior.ClientBehaviorContext
implements FacesMockController.MockObject


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.faces.component.behavior.ClientBehaviorContext
javax.faces.component.behavior.ClientBehaviorContext.Parameter
 
Constructor Summary
MockClientBehaviorContext()
          Default constructor
MockClientBehaviorContext(org.easymock.IMocksControl control, String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 javax.faces.component.UIComponent getComponent()
           
 org.easymock.IMocksControl getControl()
           
 String getEventName()
           
 javax.faces.context.FacesContext getFacesContext()
           
 Collection getParameters()
           
 String getSourceId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class javax.faces.component.behavior.ClientBehaviorContext
createClientBehaviorContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MockClientBehaviorContext

public MockClientBehaviorContext()
Default constructor


MockClientBehaviorContext

public MockClientBehaviorContext(org.easymock.IMocksControl control,
                                 String name)
Parameters:
control -
Method Detail

getControl

public org.easymock.IMocksControl getControl()
Specified by:
getControl in interface FacesMockController.MockObject

getParameters

public Collection getParameters()
Specified by:
getParameters in class javax.faces.component.behavior.ClientBehaviorContext

getComponent

public javax.faces.component.UIComponent getComponent()
Specified by:
getComponent in class javax.faces.component.behavior.ClientBehaviorContext

getFacesContext

public javax.faces.context.FacesContext getFacesContext()
Specified by:
getFacesContext in class javax.faces.component.behavior.ClientBehaviorContext

getEventName

public String getEventName()
Specified by:
getEventName in class javax.faces.component.behavior.ClientBehaviorContext

getSourceId

public String getSourceId()
Specified by:
getSourceId in class javax.faces.component.behavior.ClientBehaviorContext

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

JSF Test Framework: Mock 1.1.2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.