com.mockrunner.mock.web
Class MockForwardConfig
java.lang.Object
org.apache.struts.config.ForwardConfig
org.apache.struts.action.ActionForward
com.mockrunner.mock.web.MockForwardConfig
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MockActionForward
- public class MockForwardConfig
- extends org.apache.struts.action.ActionForward
Mock implementation of ForwardConfig
.
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.config.ForwardConfig |
configured |
Methods inherited from class org.apache.struts.config.ForwardConfig |
freeze |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MockForwardConfig
public MockForwardConfig()
MockForwardConfig
public MockForwardConfig(java.lang.String name,
java.lang.String path,
boolean redirect)
MockForwardConfig
public MockForwardConfig(java.lang.String name,
java.lang.String path,
boolean redirect,
boolean contextRelative)
MockForwardConfig
public MockForwardConfig(java.lang.String name,
java.lang.String path,
boolean redirect,
java.lang.String module)
getContextRelative
public boolean getContextRelative()
setContextRelative
public void setContextRelative(boolean contextRelative)
getModule
public java.lang.String getModule()
setModule
public void setModule(java.lang.String module)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getPath
public java.lang.String getPath()
setPath
public void setPath(java.lang.String path)
getRedirect
public boolean getRedirect()
setRedirect
public void setRedirect(boolean redirect)
toString
public java.lang.String toString()