| |
|
| java.lang.Object org.apache.struts2.portlet.servlet.PortletServletContext
PortletServletContext | public class PortletServletContext implements ServletContext(Code) | | Wrapper object exposing a
PortletContext as a
ServletContext instance.
Clients accessing this context object will in fact operate on the
PortletContext object wrapped by this context object.
|
PortletServletContext | public PortletServletContext(PortletContext portletContext)(Code) | | |
getMajorVersion | public int getMajorVersion()(Code) | | |
getMinorVersion | public int getMinorVersion()(Code) | | |
getPortletContext | public PortletContext getPortletContext()(Code) | | Get the wrapped
PortletContext instance.
The wrapped PortletContext instance. |
getServletContextName | public String getServletContextName()(Code) | | |
removeAttribute | public void removeAttribute(String name)(Code) | | |
|
|
|