当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
APIFactoryImpl - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.portlet.impl.jsr168
Class APIFactoryImpl
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APIFactoryImpl
public APIFactoryImpl()
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