Uses of Class
com.googlecode.fascinator.portal.FormData

Packages that use FormData
com.googlecode.fascinator.portal.guitoolkit   
com.googlecode.fascinator.portal.services   
com.googlecode.fascinator.portal.services.impl   
 

Uses of FormData in com.googlecode.fascinator.portal.guitoolkit
 

Methods in com.googlecode.fascinator.portal.guitoolkit with parameters of type FormData
 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.
 

Uses of FormData in com.googlecode.fascinator.portal.services
 

Methods in com.googlecode.fascinator.portal.services with parameters of type FormData
 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.
 

Uses of FormData in com.googlecode.fascinator.portal.services.impl
 

Methods in com.googlecode.fascinator.portal.services.impl with parameters of type FormData
 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.
 



Copyright © 2009-2011. All Rights Reserved.