Uses of Interface
org.apache.cocoon.portal.PortalService

Packages that use PortalService
org.apache.cocoon.portal   
org.apache.cocoon.portal.acting   
org.apache.cocoon.portal.acting.helpers   
org.apache.cocoon.portal.coplet   
org.apache.cocoon.portal.coplet.adapter.impl   
org.apache.cocoon.portal.coplets.basket   
org.apache.cocoon.portal.event.aspect   
org.apache.cocoon.portal.event.aspect.impl   
org.apache.cocoon.portal.event.coplet   
org.apache.cocoon.portal.event.impl   
org.apache.cocoon.portal.event.layout   
org.apache.cocoon.portal.event.user   
org.apache.cocoon.portal.generation   
org.apache.cocoon.portal.impl   
org.apache.cocoon.portal.layout.impl   
org.apache.cocoon.portal.layout.renderer   
org.apache.cocoon.portal.layout.renderer.aspect   
org.apache.cocoon.portal.layout.renderer.aspect.impl   
org.apache.cocoon.portal.layout.renderer.impl   
org.apache.cocoon.portal.pluto.adapter   
org.apache.cocoon.portal.pluto.om   
org.apache.cocoon.portal.profile.impl   
org.apache.cocoon.portal.tools.helper   
org.apache.cocoon.portal.tools.userManagement   
org.apache.cocoon.portal.transformation   
org.apache.cocoon.portal.wsrp.adapter   
org.apache.cocoon.portal.wsrp.consumer   
 

Uses of PortalService in org.apache.cocoon.portal
 

Methods in org.apache.cocoon.portal with parameters of type PortalService
 void PortalManagerAspect.prepare(PortalManagerAspectPrepareContext context, PortalService service)
           
 void PortalManagerAspect.render(PortalManagerAspectRenderContext context, PortalService service, ContentHandler ch, Parameters parameters)
           
 

Uses of PortalService in org.apache.cocoon.portal.acting
 

Fields in org.apache.cocoon.portal.acting declared as PortalService
protected  PortalService AbstractPortalAction.portalService
           
 

Uses of PortalService in org.apache.cocoon.portal.acting.helpers
 

Methods in org.apache.cocoon.portal.acting.helpers with parameters of type PortalService
abstract  Event Mapping.getEvent(PortalService service, Object data)
           
 Event LayoutMapping.getEvent(PortalService service, Object data)
           
 Event LayoutEventDescription.getEvent(PortalService service, Object data)
           
 Event FullScreenMapping.getEvent(PortalService service, Object data)
           
 Event CopletMapping.getEvent(PortalService service, Object data)
           
 Event CopletEventDescription.getEvent(PortalService service, Object data)
           
 

Uses of PortalService in org.apache.cocoon.portal.coplet
 

Methods in org.apache.cocoon.portal.coplet with parameters of type PortalService
static List CopletInstanceDataFeatures.getChangedCopletInstanceDataObjects(PortalService service)
           
static void CopletInstanceDataFeatures.addChangedCopletInstanceData(PortalService service, CopletInstanceData cid)
           
 

Uses of PortalService in org.apache.cocoon.portal.coplet.adapter.impl
 

Methods in org.apache.cocoon.portal.coplet.adapter.impl with parameters of type PortalService
 void CachingURICopletAdapter.inform(CopletInstanceEvent e, PortalService service)
           
 

Uses of PortalService in org.apache.cocoon.portal.coplets.basket
 

Methods in org.apache.cocoon.portal.coplets.basket with parameters of type PortalService
static UserConfiguration UserConfiguration.get(Map objectModel, PortalService service)
          Get/create the user configuration
 void BasketManagerImpl.inform(ContentStoreEvent event, PortalService service)
           
 void AddToBasketAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler contenthandler)
           
 

Uses of PortalService in org.apache.cocoon.portal.event.aspect
 

Methods in org.apache.cocoon.portal.event.aspect with parameters of type PortalService
 void EventAspectContext.invokeNext(PortalService service)
          Invoke next aspect
 void EventAspect.process(EventAspectContext context, PortalService service)
           
 

Uses of PortalService in org.apache.cocoon.portal.event.aspect.impl
 

Methods in org.apache.cocoon.portal.event.aspect.impl with parameters of type PortalService
protected  void RequestParameterEventAspect.process(EventAspectContext context, PortalService service, Request request, String parameterName)
           
 void RequestParameterEventAspect.process(EventAspectContext context, PortalService service)
           
 void PageLabelEventAspect.process(EventAspectContext context, PortalService service)
           
 void NoClientCachingEventAspect.process(EventAspectContext context, PortalService service)
           
 void ActionCounterEventAspect.process(EventAspectContext context, PortalService service)
           
protected  void AbstractContentEventAspect.publish(PortalService service, EventManager publisher, String[] values)
          Publish the event.
 void AbstractContentEventAspect.process(EventAspectContext context, PortalService service)
           
 

Uses of PortalService in org.apache.cocoon.portal.event.coplet
 

Constructors in org.apache.cocoon.portal.event.coplet with parameters of type PortalService
CopletInstanceSizingEvent(PortalService service, String eventData)
           
 

Uses of PortalService in org.apache.cocoon.portal.event.impl
 

Methods in org.apache.cocoon.portal.event.impl with parameters of type PortalService
 void InternalEventReceiver.inform(CopletInstanceEvent event, PortalService service)
           
 void InternalEventReceiver.inform(JXPathEvent event, PortalService service)
           
 void InternalEventReceiver.inform(CopletInstanceSizingEvent event, PortalService service)
           
 void InternalEventReceiver.inform(CopletDataEvent e, PortalService service)
           
 void InternalEventReceiver.inform(LayoutChangeParameterEvent e, PortalService service)
           
 void DefaultEventAspectContext.invokeNext(PortalService service)
           
 

Uses of PortalService in org.apache.cocoon.portal.event.layout
 

Constructors in org.apache.cocoon.portal.event.layout with parameters of type PortalService
LayoutChangeParameterEvent(PortalService service, String eventData)
           
 

Uses of PortalService in org.apache.cocoon.portal.event.user
 

Methods in org.apache.cocoon.portal.event.user with parameters of type PortalService
static void UserEventUtil.sendUserDidLoginEvent(PortalService service, PortalUser user)
           
static void UserEventUtil.sendUserWillLogoutEvent(PortalService service, PortalUser user)
           
static void UserEventUtil.sendUserIsAccessingEvent(PortalService service, PortalUser user)
           
 

Uses of PortalService in org.apache.cocoon.portal.generation
 

Fields in org.apache.cocoon.portal.generation declared as PortalService
protected  PortalService PortalGenerator.portalService
          The portal service.
protected  PortalService AbstractCopletGenerator.portalService
          The portal service.
 

Methods in org.apache.cocoon.portal.generation that return PortalService
protected  PortalService AbstractCopletGenerator.getPortalService()
          Get the portal service
 

Uses of PortalService in org.apache.cocoon.portal.impl
 

Classes in org.apache.cocoon.portal.impl that implement PortalService
 class PortalServiceImpl
          Default implementation of a portal service using a session to store custom information.
 

Fields in org.apache.cocoon.portal.impl declared as PortalService
protected  PortalService PortalManagerImpl.portalService
          The portal service
protected  PortalService DefaultPortalComponentManager.portalService
          The portal service
protected  PortalService AbstractComponent.portalService
          The portal service.
 

Methods in org.apache.cocoon.portal.impl with parameters of type PortalService
 void PortalManagerImpl.prepare(PortalManagerAspectPrepareContext context, PortalService service)
           
 void PortalManagerImpl.render(PortalManagerAspectRenderContext context, PortalService service, ContentHandler ch, Parameters parameters)
           
 

Constructors in org.apache.cocoon.portal.impl with parameters of type PortalService
DefaultPortalManagerAspectContext(PortalManagerAspectChain chain, PortalService service, Map objectModel)
           
DefaultPortalComponentManager(PortalService service, Context context)
          Create a new portal component manager.
 

Uses of PortalService in org.apache.cocoon.portal.layout.impl
 

Methods in org.apache.cocoon.portal.layout.impl with parameters of type PortalService
 void DefaultLayoutFactory.inform(LayoutEvent event, PortalService service)
           
 

Uses of PortalService in org.apache.cocoon.portal.layout.renderer
 

Methods in org.apache.cocoon.portal.layout.renderer with parameters of type PortalService
 void Renderer.toSAX(Layout layout, PortalService service, ContentHandler handler)
          Stream out raw layout
 

Uses of PortalService in org.apache.cocoon.portal.layout.renderer.aspect
 

Methods in org.apache.cocoon.portal.layout.renderer.aspect with parameters of type PortalService
 void RendererAspectContext.invokeNext(Layout layout, PortalService service, ContentHandler handler)
          Stream out raw layout
 void RendererAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
          Stream out raw layout
 

Uses of PortalService in org.apache.cocoon.portal.layout.renderer.aspect.impl
 

Methods in org.apache.cocoon.portal.layout.renderer.aspect.impl with parameters of type PortalService
 void XSLTAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
 void WindowAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler contenthandler)
           
 void TabContentAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
 void SizingAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
 void RemovableAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
 void ParameterAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler contenthandler)
           
 void HistoryAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
 void FrameAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
 void DefaultRendererContext.invokeNext(Layout layout, PortalService service, ContentHandler handler)
           
 void DefaultCopletAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
 void CompositeContentAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
protected  void CompositeContentAspect.processItem(Item item, ContentHandler handler, PortalService service)
           
 void CIncludeCopletAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
 void AbstractCompositeAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
protected abstract  void AbstractCompositeAspect.processItem(Item item, ContentHandler handler, PortalService service)
          Process a single layout element.
protected  void AbstractCompositeAspect.processLayout(Layout layout, PortalService service, ContentHandler handler)
          Default implementation for processing a Layout.
 void AbstractAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
 

Uses of PortalService in org.apache.cocoon.portal.layout.renderer.impl
 

Methods in org.apache.cocoon.portal.layout.renderer.impl with parameters of type PortalService
 void DefaultLinkRenderer.process(Layout layout, PortalService service, ContentHandler handler)
           
 void AspectRenderer.toSAX(Layout layout, PortalService service, ContentHandler handler)
          Stream out raw layout
 void AbstractRenderer.toSAX(Layout layout, PortalService service, ContentHandler handler)
          Stream out raw layout
protected  void AbstractRenderer.processLayout(Layout layout, PortalService service, ContentHandler handler)
          Process a Layout
protected abstract  void AbstractRenderer.process(Layout layout, PortalService service, ContentHandler handler)
           
 

Uses of PortalService in org.apache.cocoon.portal.pluto.adapter
 

Methods in org.apache.cocoon.portal.pluto.adapter with parameters of type PortalService
 void PortletWindowAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler contenthandler)
           
 void PortletAdapter.inform(PortletURLProviderImpl event, PortalService service)
           
 void PortletAdapter.prepare(PortalManagerAspectPrepareContext aspectContext, PortalService service)
           
 void PortletAdapter.render(PortalManagerAspectRenderContext aspectContext, PortalService service, ContentHandler ch, Parameters parameters)
           
 

Uses of PortalService in org.apache.cocoon.portal.pluto.om
 

Fields in org.apache.cocoon.portal.pluto.om declared as PortalService
protected  PortalService PortletEntityImpl.service
           
protected  PortalService PortletDefinitionRegistryImpl.service
          The portal service.
 

Methods in org.apache.cocoon.portal.pluto.om that return PortalService
 PortalService PortletDefinitionRegistryImpl.getPortalService()
           
 PortalService PortletDefinitionRegistry.getPortalService()
           
 

Uses of PortalService in org.apache.cocoon.portal.profile.impl
 

Methods in org.apache.cocoon.portal.profile.impl with parameters of type PortalService
 void GroupBasedProfileManager.inform(CopletInstanceDataAddedEvent event, PortalService service)
          Receives a coplet instance data added event.
 void GroupBasedProfileManager.inform(CopletInstanceDataRemovedEvent event, PortalService service)
          Receives a coplet instance data added event.
 void AbstractProfileManager.inform(UserEvent event, PortalService service)
          Receives any user related event and invokes login, logout etc.
 

Uses of PortalService in org.apache.cocoon.portal.tools.helper
 

Methods in org.apache.cocoon.portal.tools.helper that return PortalService
 PortalService PortalObjects.getPortalService()
           
 

Constructors in org.apache.cocoon.portal.tools.helper with parameters of type PortalService
PortalObjects(PortalService portalService)
           
 

Uses of PortalService in org.apache.cocoon.portal.tools.userManagement
 

Methods in org.apache.cocoon.portal.tools.userManagement with parameters of type PortalService
 UserBean ContextGrabber.grab(PortalService service)
          Grabbing the context of the current user
 

Uses of PortalService in org.apache.cocoon.portal.transformation
 

Fields in org.apache.cocoon.portal.transformation declared as PortalService
protected  PortalService AbstractCopletTransformer.portalService
          The portal service.
 

Uses of PortalService in org.apache.cocoon.portal.wsrp.adapter
 

Fields in org.apache.cocoon.portal.wsrp.adapter declared as PortalService
protected  PortalService WSRPAdapter.service
          The portal service.
 

Methods in org.apache.cocoon.portal.wsrp.adapter with parameters of type PortalService
 void WSRPPortletWindowAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler contenthandler)
           
 void WSRPEventAspect.process(EventAspectContext context, PortalService service)
           
 void WSRPAdapter.inform(WSRPEvent event, PortalService service)
          Gets all required information like portletKey, portletInstanceKey, userName, portletModes, windowStates, interactionState and the navigationalStat
After that it decides with the URL_TYPE to perform the performBlockingInteraction()-call or do some render- alternatively some resource-specific things
 void WSRPAdapter.prepare(PortalManagerAspectPrepareContext aspectContext, PortalService service)
           
 void WSRPAdapter.render(PortalManagerAspectRenderContext aspectContext, PortalService service, ContentHandler ch, Parameters parameters)
           
 

Uses of PortalService in org.apache.cocoon.portal.wsrp.consumer
 

Fields in org.apache.cocoon.portal.wsrp.consumer declared as PortalService
protected  PortalService URLGeneratorImpl.service
          The portal service.
protected  PortalService PortletDriverImpl.service
          The portal service.
 

Methods in org.apache.cocoon.portal.wsrp.consumer with parameters of type PortalService
 void URLGeneratorImpl.setPortalService(PortalService service)
           
 void RequiresPortalService.setPortalService(PortalService service)
           
 void PortletDriverImpl.setPortalService(PortalService service)
           
 void ConsumerEnvironmentImpl.init(PortalService service, WSRPAdapter adapter)
          Initialize the consumer
 



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.