org.jboss.portal.portlet.test.controller
Class PortletControllerContextImpl
java.lang.Object
org.jboss.portal.portlet.controller.impl.AbstractPortletControllerContext
org.jboss.portal.portlet.test.controller.PortletControllerContextImpl
- All Implemented Interfaces:
- PortletControllerContext
public class PortletControllerContextImpl
- extends AbstractPortletControllerContext
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
|
Constructor Summary |
PortletControllerContextImpl(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.ServletContext servletContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletControllerContextImpl
public PortletControllerContextImpl(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.ServletContext servletContext)
throws org.jboss.portal.web.IllegalRequestException,
java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
org.jboss.portal.web.IllegalRequestException
java.io.IOException
java.lang.ClassNotFoundException
getPortletInvoker
public PortletInvoker getPortletInvoker()
getPortlet
protected Portlet getPortlet(java.lang.String windowId)
throws PortletInvokerException
- Specified by:
getPortlet in class AbstractPortletControllerContext
- Throws:
PortletInvokerException
getStateControllerContext
public StateControllerContext getStateControllerContext()
invoke
public PortletInvocationResponse invoke(PortletInvocation invocation)
throws PortletInvokerException
- Specified by:
invoke in class AbstractPortletControllerContext
- Throws:
PortletInvokerException
getEventControllerContext
public EventControllerContext getEventControllerContext()
getPortlets
public java.util.Collection<Portlet> getPortlets()
throws PortletInvokerException
- Throws:
PortletInvokerException
getPageNavigationalStateSerialization
public org.jboss.portal.common.io.Serialization<PortletPageNavigationalState> getPageNavigationalStateSerialization()
- Specified by:
getPageNavigationalStateSerialization in class AbstractPortletControllerContext
Copyright © 2008. All Rights Reserved.