Package | Description |
---|---|
org.apache.jetspeed.aggregator |
Modifier and Type | Method and Description |
---|---|
RenderingJob |
PortletRenderer.createRenderingJob(ContentFragment fragment,
RequestContext request)
Create a rendering job for the specified content fragment.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkerMonitor.process(RenderingJob job)
Start processing a job, assign it to a worker thread.
|
void |
PortletRenderer.processRenderingJob(RenderingJob job)
Processes the actual rendering of the specified rendering job, dispatching to the portlet container to process
the rendering of a portlet instance.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkerMonitor.waitForRenderingJobs(List<RenderingJob> renderingJobs)
Wait for all rendering jobs in the collection to finish successfully or otherwise.
|
void |
PortletRenderer.waitForRenderingJobs(List<RenderingJob> renderingJobs)
Waits for all rendering jobs in the list of jobs to finish successfully or otherwise.
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.