Uses of Interface
org.jboss.portal.portlet.controller.PortletControllerContext

Packages that use PortletControllerContext
org.jboss.portal.portlet.controller   
org.jboss.portal.portlet.controller.impl   
org.jboss.portal.portlet.controller.impl.state   
org.jboss.portal.portlet.portal.jsp   
org.jboss.portal.portlet.test.controller   
org.jboss.portal.portlet.test.tck   
 

Uses of PortletControllerContext in org.jboss.portal.portlet.controller
 

Methods in org.jboss.portal.portlet.controller with parameters of type PortletControllerContext
 ControllerResponse PortletController.process(PortletControllerContext controllerContext, ControllerRequest controllerRequest)
           
 PortletInvocationResponse PortletController.render(PortletControllerContext controllerContext, java.util.List<javax.servlet.http.Cookie> cookies, PortletPageNavigationalState pageNavigationalState, java.lang.String windowId)
           
 

Uses of PortletControllerContext in org.jboss.portal.portlet.controller.impl
 

Classes in org.jboss.portal.portlet.controller.impl that implement PortletControllerContext
 class AbstractPortletControllerContext
           
 

Uses of PortletControllerContext in org.jboss.portal.portlet.controller.impl.state
 

Fields in org.jboss.portal.portlet.controller.impl.state declared as PortletControllerContext
protected  PortletControllerContext StateControllerContextImpl.portletControllerContext
          .
 

Constructors in org.jboss.portal.portlet.controller.impl.state with parameters of type PortletControllerContext
StateControllerContextImpl(PortletControllerContext portletControllerContext)
           
 

Uses of PortletControllerContext in org.jboss.portal.portlet.portal.jsp
 

Classes in org.jboss.portal.portlet.portal.jsp that implement PortletControllerContext
 class PagePortletControllerContext
           
 

Uses of PortletControllerContext in org.jboss.portal.portlet.test.controller
 

Classes in org.jboss.portal.portlet.test.controller that implement PortletControllerContext
 class PortletControllerContextImpl
           
 

Methods in org.jboss.portal.portlet.test.controller that return PortletControllerContext
 PortletControllerContext RendererContext.getPortletControllerContext()
           
 PortletControllerContext AbstractRendererContext.getPortletControllerContext()
           
 

Uses of PortletControllerContext in org.jboss.portal.portlet.test.tck
 

Classes in org.jboss.portal.portlet.test.tck that implement PortletControllerContext
 class TCKPortletControllerContext
           
 



Copyright © 2008. All Rights Reserved.