org.jboss.portal.portlet.impl.jsr168.spi
Interface PortletAPIFactory

All Known Implementing Classes:
JBossAPIFactory, PortletAPIFactoryImpl

public interface PortletAPIFactory

Factory for portlet API implementation.

Version:
$Revision: 7226 $
Author:
Julien Viet

Method Summary
 ActionRequestImpl createActionRequest(ActionInvocation invocation)
           
 ActionResponseImpl createActionResponse(ActionInvocation invocation, ActionRequestImpl actionRequest)
           
 RenderRequestImpl createRenderRequest(RenderInvocation invocation)
           
 RenderResponseImpl createRenderResponse(RenderInvocation invocation, RenderRequestImpl renderRequest)
           
 

Method Detail

createActionRequest

ActionRequestImpl createActionRequest(ActionInvocation invocation)

createActionResponse

ActionResponseImpl createActionResponse(ActionInvocation invocation,
                                        ActionRequestImpl actionRequest)

createRenderRequest

RenderRequestImpl createRenderRequest(RenderInvocation invocation)

createRenderResponse

RenderResponseImpl createRenderResponse(RenderInvocation invocation,
                                        RenderRequestImpl renderRequest)