org.jboss.portal.portlet.test.tck
Class TCKPortletControllerContext
java.lang.Object
org.jboss.portal.portlet.controller.impl.AbstractPortletControllerContext
org.jboss.portal.portlet.test.tck.TCKPortletControllerContext
- All Implemented Interfaces:
- PortletControllerContext
public class TCKPortletControllerContext
- extends AbstractPortletControllerContext
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
|
Constructor Summary |
TCKPortletControllerContext(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 |
TCKPortletControllerContext
public TCKPortletControllerContext(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.ServletContext servletContext)
throws org.jboss.portal.web.IllegalRequestException,
java.io.IOException
- Throws:
org.jboss.portal.web.IllegalRequestException
java.io.IOException
getPortletInvoker
public PortletInvoker getPortletInvoker()
getPortlets
public java.util.Set<Portlet> getPortlets()
throws PortletInvokerException
- Throws:
PortletInvokerException
getPortlet
protected Portlet getPortlet(java.lang.String windowId)
throws PortletInvokerException
- Specified by:
getPortlet in class AbstractPortletControllerContext
- Throws:
PortletInvokerException
invoke
protected PortletInvocationResponse invoke(PortletInvocation invocation)
throws PortletInvokerException
- Specified by:
invoke in class AbstractPortletControllerContext
- Throws:
PortletInvokerException
getPageNavigationalStateSerialization
protected org.jboss.portal.common.io.Serialization<PortletPageNavigationalState> getPageNavigationalStateSerialization()
- Specified by:
getPageNavigationalStateSerialization in class AbstractPortletControllerContext
getEventControllerContext
public EventControllerContext getEventControllerContext()
getStateControllerContext
public StateControllerContext getStateControllerContext()
Copyright © 2008. All Rights Reserved.