|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.fascinator.portal.guitoolkit.GUIDisplay
public class GUIDisplay
Displays arbitrary content in the portal.
| Constructor Summary | |
|---|---|
GUIDisplay(JsonSimpleConfig config,
DynamicPageService renderer)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GUIDisplay(JsonSimpleConfig config,
DynamicPageService renderer)
config - : System configurationrenderer - : The page service to use for rendering| Method Detail |
|---|
public 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 render
public 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 layout
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||