com.mockrunner.mock.web
Class MockActionForward
java.lang.Object
org.apache.struts.config.BaseConfig
org.apache.struts.config.ForwardConfig
org.apache.struts.action.ActionForward
com.mockrunner.mock.web.MockForwardConfig
com.mockrunner.mock.web.MockActionForward
- All Implemented Interfaces:
- java.io.Serializable
public class MockActionForward
- extends MockForwardConfig
Mock implementation of ActionForward
.
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.config.ForwardConfig |
catalog, command, extensionProcessed, inherit |
Fields inherited from class org.apache.struts.config.BaseConfig |
configured |
Methods inherited from class com.mockrunner.mock.web.MockForwardConfig |
getContextRelative, getModule, getName, getPath, getRedirect, setContextRelative, setModule, setName, setPath, setRedirect, toString |
Methods inherited from class org.apache.struts.config.ForwardConfig |
checkCircularInheritance, getCatalog, getCommand, getExtends, inheritFrom, isExtensionProcessed, processExtends, setCatalog, setCommand, setExtends |
Methods inherited from class org.apache.struts.config.BaseConfig |
copyProperties, freeze, getProperties, getProperty, inheritProperties, setProperties, setProperty, throwIfConfigured |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MockActionForward
public MockActionForward()
MockActionForward
public MockActionForward(java.lang.String name)
MockActionForward
public MockActionForward(java.lang.String name,
boolean redirect)
MockActionForward
public MockActionForward(java.lang.String name,
java.lang.String path,
boolean redirect)
MockActionForward
public MockActionForward(java.lang.String name,
java.lang.String path,
boolean redirect,
boolean contextRelative)
MockActionForward
public MockActionForward(java.lang.String name,
java.lang.String path,
boolean redirect,
java.lang.String module)
MockActionForward
public MockActionForward(org.apache.struts.action.ActionForward copyMe)
verifyName
public boolean verifyName(java.lang.String name)
verifyPath
public boolean verifyPath(java.lang.String path)
verifyRedirect
public boolean verifyRedirect(boolean redirect)