net.sourceforge.stripes.mock
Class MockServletConfig
java.lang.Object
net.sourceforge.stripes.mock.MockBaseConfig
net.sourceforge.stripes.mock.MockServletConfig
- All Implemented Interfaces:
- ServletConfig
public class MockServletConfig
- extends MockBaseConfig
- implements ServletConfig
Mock implementation of a Servlet Config.
- Since:
- Stripes 1.1.1
- Author:
- Tim Fennell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockServletConfig
public MockServletConfig()
getServletName
public String getServletName()
- Returns the name of the servlet for which this is the config.
- Specified by:
getServletName
in interface ServletConfig
setServletName
public void setServletName(String name)
- Sets the name of the servlet for which this is the config.
? Copyright 2005-2006, Stripes Development Team.