|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WSRPException in org.exoplatform.services.wsrp2.consumer |
|---|
| Methods in org.exoplatform.services.wsrp2.consumer that throw WSRPException | |
|---|---|
void |
PortletRegistry.addPortlet(WSRPPortlet portlet)
Add a portlet to the registry |
PortletContext |
PortletDriver.clonePortlet(UserSessionMgr userSession)
Clone the portlet |
ReturnAny |
Producer.deregister(Deregister deregister)
End an existing consumer producer relationship and remove the registration context |
DestroyPortletsResponse |
PortletDriver.destroyPortlets(java.lang.String[] portletHandles,
UserSessionMgr userSession)
Destroy the producer portlets specified in the entiyHandles array. |
GroupSessionMgr |
UserSession.getGroupSession(java.lang.String groupID)
Get the group session for this group ID |
MarkupResponse |
PortletDriver.getMarkup(WSRPMarkupRequest markupRequest,
UserSessionMgr userSession,
java.lang.String path)
This method is used to retrieve the markup generated by the portlet instance. |
PortletDescription |
Producer.getPortletDescription(java.lang.String portletHandle)
Get the portlet description of the portlet with the given handle or null if the producer doesn't know an portlet with this handle. |
PortletDescriptionResponse |
PortletDriver.getPortletDescription(UserSessionMgr userSession,
java.lang.String[] desiredLocales)
|
PortletDriver |
PortletDriverRegistry.getPortletDriver(WSRPPortlet portlet)
Get an portlet driver for the given portlet. |
PropertyList |
PortletDriver.getPortletProperties(java.lang.String[] names,
UserSessionMgr userSession)
|
PortletPropertyDescriptionResponse |
PortletDriver.getPortletPropertyDescription(UserSessionMgr userSession)
|
RegistrationContext |
Producer.getRegistrationContext()
Get the current registration context of the consumer registered at this producer or null if no registration is required or happend so far. |
ResourceResponse |
PortletDriver.getResource(WSRPResourceRequest resourceRequest,
UserSessionMgr userSession,
java.lang.String path)
|
ServiceDescription |
Producer.getServiceDescription()
Same as getServiceDescription(false) |
ServiceDescription |
Producer.getServiceDescription(boolean newRequest)
Get the service description of the producer |
HandleEventsResponse |
PortletDriver.handleEvents(WSRPEventsRequest eventRequest,
UserSessionMgr userSession,
java.lang.String path)
|
void |
PortletDriver.initCookie(UserSessionMgr userSession)
|
RegistrationState |
Producer.modifyRegistration(ModifyRegistration modifyRegistration)
Can be used to modify the relationship between consumer and producer. |
BlockingInteractionResponse |
PortletDriver.performBlockingInteraction(WSRPInteractionRequest actionRequest,
UserSessionMgr userSession,
java.lang.String path)
This method is used to perform a blocking interaction on the portlet instance. |
RegistrationContext |
Producer.register(Register register)
Method establishes a relationship between consumer and producer. |
ReturnAny |
PortletDriver.releaseSessions(java.lang.String[] sessionIDs,
UserSessionMgr userSession)
Inform the producer that the sessions specified in the sessionIDs array will no longer be used by the consumer and can therefor be released. |
java.lang.String |
URLRewriter.rewriteURLs(java.lang.String baseURL,
java.lang.String markup)
Parses the entire markup and rewrites all found URLs. |
PortletContext |
PortletDriver.setPortletProperties(PropertyList properties,
UserSessionMgr userSession)
|
| Uses of WSRPException in org.exoplatform.services.wsrp2.consumer.impl |
|---|
| Methods in org.exoplatform.services.wsrp2.consumer.impl that throw WSRPException | |
|---|---|
void |
PortletRegistryImpl.addPortlet(WSRPPortlet portlet)
|
PortletContext |
PortletDriverImpl.clonePortlet(UserSessionMgr userSession)
|
ReturnAny |
ProducerImpl.deregister(Deregister deregister)
|
DestroyPortletsResponse |
PortletDriverImpl.destroyPortlets(java.lang.String[] portletHandles,
UserSessionMgr userSession)
|
MarkupResponse |
PortletDriverImpl.getMarkup(WSRPMarkupRequest markupRequest,
UserSessionMgr userSession,
java.lang.String baseURL)
|
PortletDescription |
ProducerImpl.getPortletDescription(java.lang.String portletHandle)
|
PortletDescriptionResponse |
PortletDriverImpl.getPortletDescription(UserSessionMgr userSession,
java.lang.String[] desiredLocales)
|
PortletDriver |
PortletDriverRegistryImpl.getPortletDriver(WSRPPortlet portlet)
|
PropertyList |
PortletDriverImpl.getPortletProperties(java.lang.String[] names,
UserSessionMgr userSession)
|
PortletPropertyDescriptionResponse |
PortletDriverImpl.getPortletPropertyDescription(UserSessionMgr userSession)
|
RegistrationContext |
ProducerImpl.getRegistrationContext()
|
ResourceResponse |
PortletDriverImpl.getResource(WSRPResourceRequest resourceRequest,
UserSessionMgr userSession,
java.lang.String baseURL)
|
ServiceDescription |
ProducerImpl.getServiceDescription()
|
ServiceDescription |
ProducerImpl.getServiceDescription(boolean newRequest)
|
HandleEventsResponse |
PortletDriverImpl.handleEvents(WSRPEventsRequest eventRequest,
UserSessionMgr userSession,
java.lang.String baseURL)
|
void |
PortletDriverImpl.initCookie(UserSessionMgr userSession)
|
RegistrationState |
ProducerImpl.modifyRegistration(ModifyRegistration modifyRegistration)
|
BlockingInteractionResponse |
PortletDriverImpl.performBlockingInteraction(WSRPInteractionRequest actionRequest,
UserSessionMgr userSession,
java.lang.String baseURL)
|
RegistrationContext |
ProducerImpl.register(Register register)
|
ReturnAny |
PortletDriverImpl.releaseSessions(java.lang.String[] sessionIDs,
UserSessionMgr userSession)
|
java.lang.String |
URLRewriterImpl.rewriteURLs(java.lang.String baseURL,
java.lang.String markup)
|
PortletContext |
PortletDriverImpl.setPortletProperties(PropertyList properties,
UserSessionMgr userSession)
|
| Constructors in org.exoplatform.services.wsrp2.consumer.impl that throw WSRPException | |
|---|---|
PortletDriverImpl(org.exoplatform.container.ExoContainer cont,
WSRPPortlet portlet)
|
|
| Uses of WSRPException in org.exoplatform.services.wsrp2.consumer.impl.helpers |
|---|
| Methods in org.exoplatform.services.wsrp2.consumer.impl.helpers that throw WSRPException | |
|---|---|
GroupSessionMgr |
UserSessionImpl.getGroupSession(java.lang.String groupID)
|
| Uses of WSRPException in org.exoplatform.services.wsrp2.exceptions |
|---|
| Methods in org.exoplatform.services.wsrp2.exceptions with parameters of type WSRPException | |
|---|---|
static void |
Exception2Fault.handleException(WSRPException e)
|
| Uses of WSRPException in org.exoplatform.services.wsrp2.producer |
|---|
| Methods in org.exoplatform.services.wsrp2.producer that throw WSRPException | |
|---|---|
void |
PersistentStateManager.addConsumerConfiguredPortletHandle(java.lang.String portletHandle,
RegistrationContext registrationContext)
|
void |
PersistentStateManager.deregister(RegistrationContext registrationContext)
|
CacheControl |
TransientStateManager.getCacheControl(PortletData portletDatas)
|
java.util.Map<java.lang.String,java.lang.String[]> |
PersistentStateManager.getInteractionSate(java.lang.String interactionState)
|
java.util.Map<java.lang.String,java.lang.String[]> |
PersistentStateManager.getNavigationalState(java.lang.String navigationalState)
|
Lifetime |
PersistentStateManager.getPortletLifetime(java.lang.String portletHandle)
|
java.util.Map<java.lang.String,java.lang.String[]> |
PortletContainerProxy.getPortletProperties(java.lang.String portletHandle,
java.lang.String userID)
|
RegistrationData |
PersistentStateManager.getRegistrationData(RegistrationContext registrationContext)
|
Lifetime |
PersistentStateManager.getRegistrationLifetime(RegistrationContext registrationContext)
|
java.util.Map<java.lang.String,java.lang.String[]> |
PersistentStateManager.getResourceState(java.lang.String resourceState)
|
boolean |
PersistentStateManager.isConsumerConfiguredPortlet(java.lang.String portletHandle,
RegistrationContext registrationContext)
|
boolean |
PersistentStateManager.isRegistered(RegistrationContext registrationContext)
|
ActionOutput |
PortletContainerProxy.processAction(WSRPHttpServletRequest request,
WSRPHttpServletResponse response,
ActionInput input)
|
EventOutput |
PortletContainerProxy.processEvent(WSRPHttpServletRequest request,
WSRPHttpServletResponse response,
EventInput input)
|
void |
PersistentStateManager.putInteractionState(java.lang.String interactionState,
java.util.Map<java.lang.String,java.lang.String[]> interactionParameters)
|
void |
PersistentStateManager.putNavigationalState(java.lang.String navigationalState,
java.util.Map<java.lang.String,java.lang.String[]> renderParameters)
|
Lifetime |
PersistentStateManager.putPortletLifetime(java.lang.String portletHandle,
Lifetime lifetime)
|
Lifetime |
PersistentStateManager.putRegistrationLifetime(java.lang.String registrationHandle,
Lifetime lifetime)
|
void |
PersistentStateManager.putResourceState(java.lang.String resourceState,
java.util.Map<java.lang.String,java.lang.String[]> resourceParameters)
|
byte[] |
PersistentStateManager.register(java.lang.String registrationHandle,
RegistrationData data)
|
void |
PersistentStateManager.removeConsumerConfiguredPortletHandle(java.lang.String portletHandle,
RegistrationContext registrationContext)
|
RenderOutput |
PortletContainerProxy.render(WSRPHttpServletRequest request,
WSRPHttpServletResponse response,
RenderInput input)
|
WSRPHttpSession |
TransientStateManager.resolveSession(java.lang.String sessionID,
java.lang.String user,
java.lang.Integer sessiontimeperiod)
|
ResourceOutput |
PortletContainerProxy.serveResource(WSRPHttpServletRequest request,
WSRPHttpServletResponse response,
ResourceInput input)
|
void |
PortletContainerProxy.setPortletProperties(java.lang.String portletHandle,
java.lang.String userID,
PropertyList propertyList)
|
boolean |
TransientStateManager.validateCache(java.lang.String validateTag)
|
| Uses of WSRPException in org.exoplatform.services.wsrp2.producer.impl |
|---|
| Methods in org.exoplatform.services.wsrp2.producer.impl that throw WSRPException | |
|---|---|
void |
PersistentStateManagerImpl.addConsumerConfiguredPortletHandle(java.lang.String portletHandle,
RegistrationContext registrationContext)
|
void |
PersistentStateManagerImpl.deregister(RegistrationContext registrationContext)
|
CacheControl |
TransientStateManagerImpl.getCacheControl(PortletData portletDatas)
|
java.util.Map<java.lang.String,java.lang.String[]> |
PersistentStateManagerImpl.getInteractionSate(java.lang.String interactionState)
|
java.util.Map<java.lang.String,java.lang.String[]> |
PersistentStateManagerImpl.getNavigationalState(java.lang.String navigationalState)
|
Lifetime |
PersistentStateManagerImpl.getPortletLifetime(java.lang.String portletHandle)
|
java.util.Map<java.lang.String,java.lang.String[]> |
JSR286ContainerProxyImpl.getPortletProperties(java.lang.String portletHandle,
java.lang.String owner)
|
RegistrationData |
PersistentStateManagerImpl.getRegistrationData(RegistrationContext registrationContext)
|
Lifetime |
PersistentStateManagerImpl.getRegistrationLifetime(RegistrationContext registrationContext)
|
java.util.Map<java.lang.String,java.lang.String[]> |
PersistentStateManagerImpl.getResourceState(java.lang.String resourceState)
|
boolean |
PersistentStateManagerImpl.isConsumerConfiguredPortlet(java.lang.String portletHandle,
RegistrationContext registrationContext)
|
boolean |
PersistentStateManagerImpl.isRegistered(RegistrationContext registrationContext)
|
ActionOutput |
JSR286ContainerProxyImpl.processAction(WSRPHttpServletRequest request,
WSRPHttpServletResponse response,
ActionInput input)
|
EventOutput |
JSR286ContainerProxyImpl.processEvent(WSRPHttpServletRequest request,
WSRPHttpServletResponse response,
EventInput input)
|
void |
PersistentStateManagerImpl.putInteractionState(java.lang.String interactionState,
java.util.Map<java.lang.String,java.lang.String[]> interactionParameters)
|
void |
PersistentStateManagerImpl.putNavigationalState(java.lang.String navigationalState,
java.util.Map<java.lang.String,java.lang.String[]> renderParameters)
|
Lifetime |
PersistentStateManagerImpl.putPortletLifetime(java.lang.String portletHandle,
Lifetime lifetime)
|
Lifetime |
PersistentStateManagerImpl.putRegistrationLifetime(java.lang.String registrationHandle,
Lifetime lifetime)
|
void |
PersistentStateManagerImpl.putResourceState(java.lang.String resourceState,
java.util.Map<java.lang.String,java.lang.String[]> resourceParameters)
|
byte[] |
PersistentStateManagerImpl.register(java.lang.String registrationHandle,
RegistrationData data)
|
void |
PersistentStateManagerImpl.removeConsumerConfiguredPortletHandle(java.lang.String portletHandle,
RegistrationContext registrationContext)
|
RenderOutput |
JSR286ContainerProxyImpl.render(WSRPHttpServletRequest request,
WSRPHttpServletResponse response,
RenderInput input)
|
WSRPHttpSession |
TransientStateManagerImpl.resolveSession(java.lang.String sessionID,
java.lang.String user,
java.lang.Integer sessiontimeperiod)
|
ResourceOutput |
JSR286ContainerProxyImpl.serveResource(WSRPHttpServletRequest request,
WSRPHttpServletResponse response,
ResourceInput input)
|
void |
JSR286ContainerProxyImpl.setPortletProperties(java.lang.String portletHandle,
java.lang.String owner,
PropertyList propertyList)
|
boolean |
TransientStateManagerImpl.validateCache(java.lang.String validateTag)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||