public class GUIDisplay
extends java.lang.Object
| Constructor and Description |
|---|
GUIDisplay(com.googlecode.fascinator.common.JsonSimpleConfig config,
DynamicPageService renderer)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
renderTemplate(java.lang.String portalId,
java.lang.String template,
FormData formData,
JsonSessionState sessionState)
Render the template requested and return the contents.
|
java.lang.String |
renderTemplate(java.lang.String portalId,
java.lang.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 java.lang.String renderTemplate(java.lang.String portalId,
java.lang.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 java.lang.String renderTemplate(java.lang.String portalId,
java.lang.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-2019. All Rights Reserved.