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

APIFactory - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet.impl.jsr168
Interface APIFactory

All Known Implementing Classes:
APIFactoryImpl, JBossAPIFactory

public interface APIFactory

Version:
$Revision: 5448 $
Author:
Julien Viet

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)