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

JBossAPIFactory - JBOSS Portal 2.2 API 英文版文档


org.jboss.portlet
Class JBossAPIFactory

java.lang.Object
  extended byorg.jboss.portlet.JBossAPIFactory
All Implemented Interfaces:
APIFactory

public class JBossAPIFactory
extends java.lang.Object
implements APIFactory


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 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