| java.lang.Object | |
| ↳ | org.springframework.mock.web.portlet.ServletWrappingPortletContext |
Mock implementation of the javax.portlet.PortletContext interface, wrapping an underlying javax.servlet.ServletContext.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new PortletContext wrapping the given ServletContext.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the underlying ServletContext that this PortletContext wraps.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create a new PortletContext wrapping the given ServletContext.
| servletContext | the ServletContext to wrap |
|---|
Return the underlying ServletContext that this PortletContext wraps.