org.exoplatform.services.wsrp.producer.impl
Class MarkupOperationsInterfaceImpl
java.lang.Object
org.exoplatform.services.wsrp.producer.impl.MarkupOperationsInterfaceImpl
- All Implemented Interfaces:
- MarkupOperationsInterface
public class MarkupOperationsInterfaceImpl
- extends java.lang.Object
- implements MarkupOperationsInterface
- Author:
- Mestrallet Benjamin benjmestrallet@users.sourceforge.net
|
Method Summary |
MarkupResponse |
getMarkup(RegistrationContext registrationContext,
PortletContext portletContext,
RuntimeContext runtimeContext,
UserContext userContext,
MarkupParams markupParams)
|
ReturnAny |
initCookie(RegistrationContext registrationContext)
|
BlockingInteractionResponse |
performBlockingInteraction(RegistrationContext registrationContext,
PortletContext portletContext,
RuntimeContext runtimeContext,
UserContext userContext,
MarkupParams markupParams,
InteractionParams interactionParams)
|
ReturnAny |
releaseSessions(RegistrationContext registrationContext,
java.lang.String[] sessionIDs)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarkupOperationsInterfaceImpl
public MarkupOperationsInterfaceImpl(PortletManagementOperationsInterface portletManagementOperationsInterface,
PersistentStateManager persitentStateManager,
TransientStateManager transientStateManager,
PortletContainerProxy proxy,
WSRPConfiguration conf,
org.exoplatform.services.organization.OrganizationService orgService)
getMarkup
public MarkupResponse getMarkup(RegistrationContext registrationContext,
PortletContext portletContext,
RuntimeContext runtimeContext,
UserContext userContext,
MarkupParams markupParams)
throws java.rmi.RemoteException
- Specified by:
getMarkup in interface MarkupOperationsInterface
- Throws:
java.rmi.RemoteException
performBlockingInteraction
public BlockingInteractionResponse performBlockingInteraction(RegistrationContext registrationContext,
PortletContext portletContext,
RuntimeContext runtimeContext,
UserContext userContext,
MarkupParams markupParams,
InteractionParams interactionParams)
throws java.rmi.RemoteException
- Specified by:
performBlockingInteraction in interface MarkupOperationsInterface
- Throws:
java.rmi.RemoteException
initCookie
public ReturnAny initCookie(RegistrationContext registrationContext)
throws java.rmi.RemoteException
- Specified by:
initCookie in interface MarkupOperationsInterface
- Throws:
java.rmi.RemoteException
releaseSessions
public ReturnAny releaseSessions(RegistrationContext registrationContext,
java.lang.String[] sessionIDs)
throws java.rmi.RemoteException
- Specified by:
releaseSessions in interface MarkupOperationsInterface
- Throws:
java.rmi.RemoteException
Copyright © 2010 eXo Platform SAS. All Rights Reserved.