public class MockViewHandler extends javax.faces.application.ViewHandler implements FacesMockController.MockObject
| Constructor and Description |
|---|
MockViewHandler()
Default constructor
|
MockViewHandler(org.easymock.IMocksControl control,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
calculateCharacterEncoding(javax.faces.context.FacesContext arg0) |
Locale |
calculateLocale(javax.faces.context.FacesContext arg0) |
String |
calculateRenderKitId(javax.faces.context.FacesContext arg0) |
javax.faces.component.UIViewRoot |
createView(javax.faces.context.FacesContext arg0,
String arg1) |
String |
deriveLogicalViewId(javax.faces.context.FacesContext arg0,
String arg1) |
String |
deriveViewId(javax.faces.context.FacesContext arg0,
String arg1) |
boolean |
equals(Object obj) |
String |
getActionURL(javax.faces.context.FacesContext arg0,
String arg1) |
String |
getBookmarkableURL(javax.faces.context.FacesContext arg0,
String arg1,
Map arg2,
boolean arg3) |
org.easymock.IMocksControl |
getControl() |
String |
getRedirectURL(javax.faces.context.FacesContext arg0,
String arg1,
Map arg2,
boolean arg3) |
String |
getResourceURL(javax.faces.context.FacesContext arg0,
String arg1) |
javax.faces.view.ViewDeclarationLanguage |
getViewDeclarationLanguage(javax.faces.context.FacesContext arg0,
String arg1) |
int |
hashCode() |
void |
initView(javax.faces.context.FacesContext arg0) |
void |
renderView(javax.faces.context.FacesContext arg0,
javax.faces.component.UIViewRoot arg1) |
javax.faces.component.UIViewRoot |
restoreView(javax.faces.context.FacesContext arg0,
String arg1) |
String |
toString() |
void |
writeState(javax.faces.context.FacesContext arg0) |
public MockViewHandler()
public MockViewHandler(org.easymock.IMocksControl control,
String name)
control - public org.easymock.IMocksControl getControl()
getControl in interface FacesMockController.MockObjectpublic void initView(javax.faces.context.FacesContext arg0)
initView in class javax.faces.application.ViewHandlerpublic void renderView(javax.faces.context.FacesContext arg0,
javax.faces.component.UIViewRoot arg1)
renderView in class javax.faces.application.ViewHandlerpublic javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext arg0,
String arg1)
restoreView in class javax.faces.application.ViewHandlerpublic void writeState(javax.faces.context.FacesContext arg0)
writeState in class javax.faces.application.ViewHandlerpublic String calculateCharacterEncoding(javax.faces.context.FacesContext arg0)
calculateCharacterEncoding in class javax.faces.application.ViewHandlerpublic javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext arg0,
String arg1)
createView in class javax.faces.application.ViewHandlerpublic String calculateRenderKitId(javax.faces.context.FacesContext arg0)
calculateRenderKitId in class javax.faces.application.ViewHandlerpublic String deriveLogicalViewId(javax.faces.context.FacesContext arg0, String arg1)
deriveLogicalViewId in class javax.faces.application.ViewHandlerpublic String getActionURL(javax.faces.context.FacesContext arg0, String arg1)
getActionURL in class javax.faces.application.ViewHandlerpublic String getResourceURL(javax.faces.context.FacesContext arg0, String arg1)
getResourceURL in class javax.faces.application.ViewHandlerpublic String getRedirectURL(javax.faces.context.FacesContext arg0, String arg1, Map arg2, boolean arg3)
getRedirectURL in class javax.faces.application.ViewHandlerpublic String getBookmarkableURL(javax.faces.context.FacesContext arg0, String arg1, Map arg2, boolean arg3)
getBookmarkableURL in class javax.faces.application.ViewHandlerpublic String deriveViewId(javax.faces.context.FacesContext arg0, String arg1)
deriveViewId in class javax.faces.application.ViewHandlerpublic Locale calculateLocale(javax.faces.context.FacesContext arg0)
calculateLocale in class javax.faces.application.ViewHandlerpublic javax.faces.view.ViewDeclarationLanguage getViewDeclarationLanguage(javax.faces.context.FacesContext arg0,
String arg1)
getViewDeclarationLanguage in class javax.faces.application.ViewHandlerCopyright © 2012 JBoss by Red Hat. All Rights Reserved.