org.shept.org.springframework.web.servlet.mvc.delegation.component
public class LoginComponent extends AbstractComponent
| Modifier and Type | Field and Description |
|---|---|
private boolean |
clearFormCacheOnLogin |
private SessionFormCache |
formCache |
ANCHOR_PREFIX| Constructor and Description |
|---|
LoginComponent() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
excecuteAction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ComponentToken token) |
Map<String,String> |
getDefaultMappings() |
SessionFormCache |
getFormCache() |
boolean |
isClearFormCacheOnLogin() |
void |
setClearFormCacheOnLogin(boolean clearFormCacheOnLogin) |
void |
setFormCache(SessionFormCache formCache) |
boolean |
supports(Object commandObject) |
getAnchorPrefix, getMappings, getResources, hasErrorsInPath, initApplicationContext, isCopyResources, modelRedirect, modelRedirect, modelRedirectClip, modelUnhandled, modelWithErrors, setAnchorPrefix, setCopyResources, setMappings, setResources, supportedActions, supportsActionapplyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeadergetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextprivate SessionFormCache formCache
private boolean clearFormCacheOnLogin
public org.springframework.web.servlet.ModelAndView excecuteAction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ComponentToken token)
throws Exception
Exceptionpublic Map<String,String> getDefaultMappings()
getDefaultMappings in class AbstractComponentpublic boolean supports(Object commandObject)
public SessionFormCache getFormCache()
public void setFormCache(SessionFormCache formCache)
formCache - the formCache to setpublic boolean isClearFormCacheOnLogin()
public void setClearFormCacheOnLogin(boolean clearFormCacheOnLogin)
clearFormCacheOnLogin - the clearFormCacheOnLogin to setCopyright © 2014. All Rights Reserved.