Uses of Interface
org.shept.org.springframework.web.servlet.mvc.formcache.SessionFormCache

Packages that use SessionFormCache
org.shept.org.springframework.web.servlet.mvc.delegation   
org.shept.org.springframework.web.servlet.mvc.delegation.component   
org.shept.org.springframework.web.servlet.mvc.formcache   
 

Uses of SessionFormCache in org.shept.org.springframework.web.servlet.mvc.delegation
 

Fields in org.shept.org.springframework.web.servlet.mvc.delegation declared as SessionFormCache
protected  SessionFormCache MultiActionController.formCache
           
 

Methods in org.shept.org.springframework.web.servlet.mvc.delegation that return SessionFormCache
 SessionFormCache MultiActionController.getFormCache()
           
 

Methods in org.shept.org.springframework.web.servlet.mvc.delegation with parameters of type SessionFormCache
 void MultiActionController.setFormCache(SessionFormCache formCache)
           
 

Uses of SessionFormCache in org.shept.org.springframework.web.servlet.mvc.delegation.component
 

Fields in org.shept.org.springframework.web.servlet.mvc.delegation.component declared as SessionFormCache
private  SessionFormCache LoginComponent.formCache
           
 

Methods in org.shept.org.springframework.web.servlet.mvc.delegation.component that return SessionFormCache
 SessionFormCache LoginComponent.getFormCache()
           
 

Methods in org.shept.org.springframework.web.servlet.mvc.delegation.component with parameters of type SessionFormCache
 void LoginComponent.setFormCache(SessionFormCache formCache)
           
 

Uses of SessionFormCache in org.shept.org.springframework.web.servlet.mvc.formcache
 

Classes in org.shept.org.springframework.web.servlet.mvc.formcache that implement SessionFormCache
 class LastModifiedSessionFormCache
           
 class ReplacementSessionFormCache
           This Cache emulates the way that the AbstractFormController handled form caching.
 class SimpleSessionFormCache
           
 



Copyright © 2011. All Rights Reserved.