org.jboss.test.faces.mock.component.behavior
Class MockClientBehaviorContext
java.lang.Object
javax.faces.component.behavior.ClientBehaviorContext
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 classes/interfaces inherited from class javax.faces.component.behavior.ClientBehaviorContext |
javax.faces.component.behavior.ClientBehaviorContext.Parameter |
| Methods inherited from class javax.faces.component.behavior.ClientBehaviorContext |
createClientBehaviorContext |
MockClientBehaviorContext
public MockClientBehaviorContext()
- Default constructor
MockClientBehaviorContext
public MockClientBehaviorContext(org.easymock.IMocksControl control,
String name)
- Parameters:
control -
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
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.