public class GUIDisplay extends Object
| Constructor and Description |
|---|
GUIDisplay(com.googlecode.fascinator.common.JsonSimpleConfig config,
DynamicPageService renderer)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
renderTemplate(String portalId,
String template,
FormData formData,
JsonSessionState sessionState)
Render the template requested and return the contents.
|
String |
renderTemplate(String portalId,
String template,
FormData formData,
JsonSessionState sessionState,
boolean useLayout)
Render the template requested and return the contents.
|
public GUIDisplay(com.googlecode.fascinator.common.JsonSimpleConfig config,
DynamicPageService renderer)
config - : System configurationrenderer - : The page service to use for renderingpublic String renderTemplate(String portalId, String template, FormData formData, JsonSessionState sessionState)
portalId - : ID of the portal the template should be found intemplate - : The template required to be renderedformData - : The form data to be accessible during the rendersessionState - : The session data to be accessible during the renderpublic String renderTemplate(String portalId, String template, FormData formData, JsonSessionState sessionState, boolean useLayout)
portalId - : ID of the portal the template should be found intemplate - : The template required to be renderedformData - : The form data to be accessible during the rendersessionState - : The session data to be accessible during the renderuseLayout - : Flag to indicate if the content should be wrapped in page layoutCopyright © 2009-2016. All Rights Reserved.