org.jboss.portal.portlet
Interface APIFactory

All Known Implementing Classes:
APIFactoryImpl, JBossAPIFactory

public interface APIFactory


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

public ActionRequestImpl createActionRequest(ActionInvocation invocation)

createActionResponse

public ActionResponseImpl createActionResponse(ActionInvocation invocation,
                                               ActionRequestImpl actionRequest)

createRenderRequest

public RenderRequestImpl createRenderRequest(RenderInvocation invocation)

createRenderResponse

public RenderResponseImpl createRenderResponse(RenderInvocation invocation,
                                               RenderRequestImpl renderRequest)