org.jboss.portlet
Class JBossAPIFactory

java.lang.Object
  extended by org.jboss.portlet.JBossAPIFactory
All Implemented Interfaces:
PortletAPIFactory

public class JBossAPIFactory
extends java.lang.Object
implements PortletAPIFactory

Version:
$Revision: 8786 $
Author:
Julien Viet

Constructor Summary
JBossAPIFactory()
           
 
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

JBossAPIFactory

public JBossAPIFactory()
Method Detail

createActionRequest

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

createActionResponse

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

createRenderRequest

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

createRenderResponse

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