Class ConsumerPortletInvoker

java.lang.Object
org.gatein.pc.portlet.PortletInvokerInterceptor
org.gatein.pc.portlet.state.consumer.ConsumerPortletInvoker
All Implemented Interfaces:
org.gatein.pc.api.PortletInvoker

public class ConsumerPortletInvoker extends PortletInvokerInterceptor
  • Field Summary

    Fields inherited from interface org.gatein.pc.api.PortletInvoker

    LOCAL_PORTLET_INVOKER_ID
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gatein.pc.api.PortletContext
    createClone(org.gatein.pc.api.PortletStateType stateType, org.gatein.pc.api.PortletContext portletContext)
     
    List<org.gatein.pc.api.state.DestroyCloneFailure>
    destroyClones(List<org.gatein.pc.api.PortletContext> portletContexts)
     
    org.gatein.pc.api.PortletContext
    exportPortlet(org.gatein.pc.api.PortletStateType stateType, org.gatein.pc.api.PortletContext portletContext)
     
    org.gatein.pc.api.Portlet
    getPortlet(org.gatein.pc.api.PortletContext portletContext)
     
    Set<org.gatein.pc.api.Portlet>
     
    org.gatein.pc.api.state.PropertyMap
    getProperties(org.gatein.pc.api.PortletContext portletContext)
     
    org.gatein.pc.api.state.PropertyMap
    getProperties(org.gatein.pc.api.PortletContext portletContext, Set<String> keys)
     
    org.gatein.pc.api.PortletContext
    importPortlet(org.gatein.pc.api.PortletStateType stateType, org.gatein.pc.api.PortletContext portletContext)
     
    org.gatein.pc.api.invocation.response.PortletInvocationResponse
    invoke(org.gatein.pc.api.invocation.PortletInvocation invocation)
     
    void
     
    org.gatein.pc.api.PortletContext
    setProperties(org.gatein.pc.api.PortletContext portletContext, org.gatein.pc.api.state.PropertyChange[] changes)
     
    org.gatein.pc.api.PortletContext
    unwrapCCP(String wrappedCCP)
     
    org.gatein.pc.api.PortletContext
    unwrapPOP(String wrappedPOPId)
     
    wrapCCP(org.gatein.pc.api.PortletContext ccpCtx)
     
    wrapPOP(org.gatein.pc.api.PortletContext popCtx)
     

    Methods inherited from class org.gatein.pc.portlet.PortletInvokerInterceptor

    append, getNext, getStatus, isActive, setNext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait