| Modifier and Type | Method and Description |
|---|---|
String |
GUIDisplay.renderTemplate(String portalId,
String template,
FormData formData,
JsonSessionState sessionState)
Render the template requested and return the contents.
|
String |
GUIDisplay.renderTemplate(String portalId,
String template,
FormData formData,
JsonSessionState sessionState,
boolean useLayout)
Render the template requested and return the contents.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DynamicPageService.render(String portalId,
String pageName,
OutputStream out,
FormData formData,
JsonSessionState sessionState) |
boolean |
PortalSecurityManager.runSsoIntegration(JsonSessionState session,
FormData formData)
Wrapper method for other SSO methods provided by the security manager.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CachingDynamicPageServiceImpl.render(String portalId,
String pageName,
OutputStream out,
FormData formData,
JsonSessionState sessionState)
Renders the Velocity template with the specified form data.
|
boolean |
PortalSecurityManagerImpl.runSsoIntegration(JsonSessionState session,
FormData formData)
Wrapper method for other SSO methods provided by the security manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleWorkflowHelper.updateTFPackage(String oid,
FormData formData) |
Copyright © 2009-2015. All Rights Reserved.