当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
RenderHandler - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.wsrp.consumer
Class RenderHandler
java.lang.Object
org.jboss.portal.wsrp.consumer.InvocationHandler
org.jboss.portal.wsrp.consumer.RenderHandler
- public class RenderHandler
- extends InvocationHandler
- Since:
- 2.4 (May 31, 2006)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RenderHandler
public RenderHandler(WSRPConsumerImpl consumer)
performRenderRequest
public MarkupResponse performRenderRequest(GetMarkup markupRequest,
PortletInvocation invocation,
int retryCount)
throws ServiceDescriptionUnavailableException
- Throws:
ServiceDescriptionUnavailableException
updateUserContext
protected void updateUserContext(java.lang.Object request,
UserContext userContext)
- Specified by:
updateUserContext
in class InvocationHandler
updateRegistrationContext
protected void updateRegistrationContext(java.lang.Object request)
- Specified by:
updateRegistrationContext
in class InvocationHandler
getRuntimeContextFrom
protected RuntimeContext getRuntimeContextFrom(java.lang.Object request)
- Specified by:
getRuntimeContextFrom
in class InvocationHandler
performRequest
protected java.lang.Object performRequest(java.lang.Object request)
throws java.lang.Exception
- Specified by:
performRequest
in class InvocationHandler
- Throws:
java.lang.Exception