public class MockClientBehaviorContext extends javax.faces.component.behavior.ClientBehaviorContext implements FacesMockController.MockObject
| Constructor and Description |
|---|
MockClientBehaviorContext()
Default constructor
|
MockClientBehaviorContext(org.easymock.IMocksControl control,
String name) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public MockClientBehaviorContext()
public MockClientBehaviorContext(org.easymock.IMocksControl control,
String name)
control - public org.easymock.IMocksControl getControl()
getControl in interface FacesMockController.MockObjectpublic Collection getParameters()
getParameters in class javax.faces.component.behavior.ClientBehaviorContextpublic javax.faces.component.UIComponent getComponent()
getComponent in class javax.faces.component.behavior.ClientBehaviorContextpublic String getEventName()
getEventName in class javax.faces.component.behavior.ClientBehaviorContextpublic String getSourceId()
getSourceId in class javax.faces.component.behavior.ClientBehaviorContextpublic javax.faces.context.FacesContext getFacesContext()
getFacesContext in class javax.faces.component.behavior.ClientBehaviorContextCopyright © 2012 JBoss by Red Hat. All Rights Reserved.