@SessionScoped public class FormRenderContentMarshallerManagerImpl extends Object implements FormRenderContentMarshallerManager
Constructor and Description |
---|
FormRenderContentMarshallerManagerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addContentMarshaller(String id,
org.kie.internal.task.api.ContentMarshallerContext context) |
org.kie.internal.task.api.ContentMarshallerContext |
getContentMarshaller(String id) |
void |
removeContentMarshaller(String id) |
public FormRenderContentMarshallerManagerImpl()
public void addContentMarshaller(String id, org.kie.internal.task.api.ContentMarshallerContext context)
addContentMarshaller
in interface FormRenderContentMarshallerManager
public void removeContentMarshaller(String id)
removeContentMarshaller
in interface FormRenderContentMarshallerManager
public org.kie.internal.task.api.ContentMarshallerContext getContentMarshaller(String id)
getContentMarshaller
in interface FormRenderContentMarshallerManager
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.