当前页面: 
在线文档首页 > 
JBOSS Portal 2.2 API 英文版文档
APIFactory - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.portlet
Interface APIFactory
- All Known Implementing Classes: 
- APIFactoryImpl, JBossAPIFactory
- public interface APIFactory
 
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)
-