当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
JBossAPIFactory - JBOSS Portal 2.6 API 英文版文档
org.jboss.portlet
Class JBossAPIFactory
java.lang.Object
org.jboss.portlet.JBossAPIFactory
- All Implemented Interfaces:
- APIFactory
- public class JBossAPIFactory
- extends java.lang.Object
- implements APIFactory
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBossAPIFactory
public JBossAPIFactory()
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