|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MockServletContext | |
|---|---|
| net.sourceforge.stripes.mock | Mock objects that implement many of the Servlet and Http Servlet interfaces. |
| Uses of MockServletContext in net.sourceforge.stripes.mock |
|---|
| Methods in net.sourceforge.stripes.mock that return MockServletContext | |
|---|---|
MockServletContext |
MockRoundtrip.getContext()
Get the ActionBean context to be used by this round trip |
| Methods in net.sourceforge.stripes.mock with parameters of type MockServletContext | |
|---|---|
protected void |
MockRoundtrip.setContext(MockServletContext context)
Set the ActionBean context to be used by this round trip |
| Constructors in net.sourceforge.stripes.mock with parameters of type MockServletContext | |
|---|---|
MockRoundtrip(MockServletContext context,
Class<? extends ActionBean> beanType)
Preferred constructor that will manufacture a request. |
|
MockRoundtrip(MockServletContext context,
Class<? extends ActionBean> beanType,
MockHttpSession session)
Preferred constructor that will manufacture a request. |
|
MockRoundtrip(MockServletContext context,
String actionBeanUrl)
Constructor that will create a requeset suitable for the provided servlet context and URL. |
|
MockRoundtrip(MockServletContext context,
String actionBeanUrl,
MockHttpSession session)
Constructor that will create a requeset suitable for the provided servlet context and URL. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||