org.jboss.portal.portlet.test.tck
Class TCKPortletControllerContext

java.lang.Object
  extended by org.jboss.portal.portlet.controller.impl.AbstractPortletControllerContext
      extended by org.jboss.portal.portlet.test.tck.TCKPortletControllerContext
All Implemented Interfaces:
PortletControllerContext

public class TCKPortletControllerContext
extends AbstractPortletControllerContext

Version:
$Revision: 630 $
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.jboss.portal.portlet.controller.impl.AbstractPortletControllerContext
MARKUP_INFO, NAV_SCOPE, PORTAL_CONTEXT, SESSION_SCOPE
 
Constructor Summary
TCKPortletControllerContext(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, javax.servlet.ServletContext servletContext)
           
 
Method Summary
 EventControllerContext getEventControllerContext()
           
protected  org.jboss.portal.common.io.Serialization<PortletPageNavigationalState> getPageNavigationalStateSerialization()
           
protected  Portlet getPortlet(java.lang.String windowId)
           
 PortletInvoker getPortletInvoker()
           
 java.util.Set<Portlet> getPortlets()
           
 StateControllerContext getStateControllerContext()
           
protected  PortletInvocationResponse invoke(PortletInvocation invocation)
           
 
Methods inherited from class org.jboss.portal.portlet.controller.impl.AbstractPortletControllerContext
createPortletInvocationContext, getClientRequest, getClientResponse, getPortletInfo, invoke, invoke, invoke, invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.