@Component
@Exposed
@Scope(value="request",
proxyMode=TARGET_CLASS)
public class WebCmsComponentAutoCreateQueue
extends Object
WebCmsComponentAutoCreateService| Modifier and Type | Field and Description |
|---|---|
static String |
CONTAINER_MEMBER_SCOPE |
| Constructor and Description |
|---|
WebCmsComponentAutoCreateQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
createProxy(String objectId)
Proxy to the component with the specific object id should be created.
|
WebCmsComponentModel |
getComponentCreated(String taskId) |
WebCmsComponentAutoCreateTask |
getCurrentTask() |
WebCmsComponentAutoCreateTask |
getTask(String taskId) |
void |
outputFinished(String taskId,
String output) |
void |
outputStarted(String taskId) |
void |
placeholderRendered(String placeholderName)
Signal a placeholder block has just been rendered.
|
WebCmsComponentAutoCreateTask |
schedule(String componentName,
String scope,
String type) |
public static final String CONTAINER_MEMBER_SCOPE
public WebCmsComponentAutoCreateTask schedule(String componentName, String scope, String type)
public WebCmsComponentAutoCreateTask getCurrentTask()
public WebCmsComponentAutoCreateTask getTask(String taskId)
public void outputStarted(String taskId)
public void placeholderRendered(String placeholderName)
placeholderName - name of the placeholderpublic void createProxy(String objectId)
objectId - of the component to proxypublic WebCmsComponentModel getComponentCreated(String taskId)
Copyright © 2020. All rights reserved.