Uses of Class
org.szegedi.spring.web.jsflow.ScriptStorage

Packages that use ScriptStorage
org.szegedi.spring.web.jsflow JavaScript Web Flow for Spring 
org.szegedi.spring.web.jsflow.support   
 

Uses of ScriptStorage in org.szegedi.spring.web.jsflow
 

Methods in org.szegedi.spring.web.jsflow that return ScriptStorage
static ScriptStorage FlowController.createDefaultScriptStorage(org.springframework.context.ApplicationContext ctx)
           
 

Methods in org.szegedi.spring.web.jsflow with parameters of type ScriptStorage
 void FlowController.setScriptStorage(ScriptStorage scriptStorage)
          Sets the script storage used to load scripts.
 

Uses of ScriptStorage in org.szegedi.spring.web.jsflow.support
 

Methods in org.szegedi.spring.web.jsflow.support that return ScriptStorage
 ScriptStorage FlowStateSerializer.getScriptStorage()
           
 

Methods in org.szegedi.spring.web.jsflow.support with parameters of type ScriptStorage
 void FlowStateSerializer.setScriptStorage(ScriptStorage scriptStorage)