站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

APIFactoryImpl - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet.impl.jsr168
Class APIFactoryImpl

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

public class APIFactoryImpl
extends java.lang.Object
implements APIFactory

Version:
$Revision: 5448 $
Author:
Julien Viet

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