public class MockViewDeclarationLanguage extends javax.faces.view.ViewDeclarationLanguage implements FacesMockController.MockObject
| Constructor and Description |
|---|
MockViewDeclarationLanguage()
Default constructor
|
MockViewDeclarationLanguage(org.easymock.IMocksControl control,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildView(javax.faces.context.FacesContext arg0,
javax.faces.component.UIViewRoot arg1) |
javax.faces.component.UIViewRoot |
createView(javax.faces.context.FacesContext arg0,
String arg1) |
boolean |
equals(Object obj) |
BeanInfo |
getComponentMetadata(javax.faces.context.FacesContext arg0,
javax.faces.application.Resource arg1) |
org.easymock.IMocksControl |
getControl() |
String |
getId() |
javax.faces.application.Resource |
getScriptComponentResource(javax.faces.context.FacesContext arg0,
javax.faces.application.Resource arg1) |
javax.faces.view.StateManagementStrategy |
getStateManagementStrategy(javax.faces.context.FacesContext arg0,
String arg1) |
javax.faces.view.ViewMetadata |
getViewMetadata(javax.faces.context.FacesContext arg0,
String arg1) |
int |
hashCode() |
void |
renderView(javax.faces.context.FacesContext arg0,
javax.faces.component.UIViewRoot arg1) |
javax.faces.component.UIViewRoot |
restoreView(javax.faces.context.FacesContext arg0,
String arg1) |
void |
retargetAttachedObjects(javax.faces.context.FacesContext arg0,
javax.faces.component.UIComponent arg1,
List arg2) |
void |
retargetMethodExpressions(javax.faces.context.FacesContext arg0,
javax.faces.component.UIComponent arg1) |
String |
toString() |
boolean |
viewExists(javax.faces.context.FacesContext arg0,
String arg1) |
public MockViewDeclarationLanguage()
public MockViewDeclarationLanguage(org.easymock.IMocksControl control,
String name)
control - public org.easymock.IMocksControl getControl()
getControl in interface FacesMockController.MockObjectpublic String getId()
getId in class javax.faces.view.ViewDeclarationLanguagepublic void renderView(javax.faces.context.FacesContext arg0,
javax.faces.component.UIViewRoot arg1)
renderView in class javax.faces.view.ViewDeclarationLanguagepublic javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext arg0,
String arg1)
restoreView in class javax.faces.view.ViewDeclarationLanguagepublic javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext arg0,
String arg1)
createView in class javax.faces.view.ViewDeclarationLanguagepublic BeanInfo getComponentMetadata(javax.faces.context.FacesContext arg0, javax.faces.application.Resource arg1)
getComponentMetadata in class javax.faces.view.ViewDeclarationLanguagepublic void retargetMethodExpressions(javax.faces.context.FacesContext arg0,
javax.faces.component.UIComponent arg1)
retargetMethodExpressions in class javax.faces.view.ViewDeclarationLanguagepublic javax.faces.view.StateManagementStrategy getStateManagementStrategy(javax.faces.context.FacesContext arg0,
String arg1)
getStateManagementStrategy in class javax.faces.view.ViewDeclarationLanguagepublic boolean viewExists(javax.faces.context.FacesContext arg0,
String arg1)
viewExists in class javax.faces.view.ViewDeclarationLanguagepublic void buildView(javax.faces.context.FacesContext arg0,
javax.faces.component.UIViewRoot arg1)
buildView in class javax.faces.view.ViewDeclarationLanguagepublic javax.faces.application.Resource getScriptComponentResource(javax.faces.context.FacesContext arg0,
javax.faces.application.Resource arg1)
getScriptComponentResource in class javax.faces.view.ViewDeclarationLanguagepublic void retargetAttachedObjects(javax.faces.context.FacesContext arg0,
javax.faces.component.UIComponent arg1,
List arg2)
retargetAttachedObjects in class javax.faces.view.ViewDeclarationLanguagepublic javax.faces.view.ViewMetadata getViewMetadata(javax.faces.context.FacesContext arg0,
String arg1)
getViewMetadata in class javax.faces.view.ViewDeclarationLanguageCopyright © 2012 JBoss by Red Hat. All Rights Reserved.