org.jboss.portal.portlet.impl
Class APIFactoryImpl

java.lang.Object
  extended byorg.jboss.portal.portlet.impl.APIFactoryImpl
All Implemented Interfaces:
APIFactory

public class APIFactoryImpl
extends java.lang.Object
implements APIFactory


Constructor Summary
APIFactoryImpl()
           
 
Method Summary
 ActionRequestImpl createActionRequest(ActionInvocation invocation)
           
 ActionResponseImpl createActionResponse(ActionInvocation invocation, ActionRequestImpl actionRequest)
           
 RenderRequestImpl createRenderRequest(RenderInvocation invocation)
           
 RenderResponseImpl createRenderResponse(RenderInvocation invocation, RenderRequestImpl renderRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APIFactoryImpl

public APIFactoryImpl()
Method Detail

createActionRequest

public ActionRequestImpl createActionRequest(ActionInvocation invocation)
Specified by:
createActionRequest in interface APIFactory

createActionResponse

public ActionResponseImpl createActionResponse(ActionInvocation invocation,
                                               ActionRequestImpl actionRequest)
Specified by:
createActionResponse in interface APIFactory

createRenderRequest

public RenderRequestImpl createRenderRequest(RenderInvocation invocation)
Specified by:
createRenderRequest in interface APIFactory

createRenderResponse

public RenderResponseImpl createRenderResponse(RenderInvocation invocation,
                                               RenderRequestImpl renderRequest)
Specified by:
createRenderResponse in interface APIFactory