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
createActionRequest
ActionRequestImpl createActionRequest(ActionInvocation invocation)
createActionResponse
ActionResponseImpl createActionResponse(ActionInvocation invocation,
ActionRequestImpl actionRequest)
createRenderRequest
RenderRequestImpl createRenderRequest(RenderInvocation invocation)
createRenderResponse
RenderResponseImpl createRenderResponse(RenderInvocation invocation,
RenderRequestImpl renderRequest)