## ## Velocity template to write to local storage. ## ## Velocity context will contain the following properties ## flowExecutionUrl - the form action location ## flowRequestContext - the Spring Web Flow RequestContext ## flowExecutionKey - the SWF execution key (this is built into the flowExecutionUrl) ## profileRequestContext - root of context tree ## saveContext - context with details about the storage data to save ## encoder - HTMLEncoder class ## request - HttpServletRequest ## response - HttpServletResponse ## environment - Spring Environment object for property resolution #set ($title = $springMacroRequestContext.getMessage("idp.title", "Web Login Service")) #set ($titleSuffix = $springMacroRequestContext.getMessage("idp.client-storage-write.suffix", "Saving Session Information...")) ## $title - $titleSuffix

$title - $titleSuffix

$springMacroRequestContext.getMessage("idp.client-storage-write.text", "Saving login session information to the browser...")
#parse( "client-storage/write.vm" )