|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.web.servlet.support.WebContentGenerator
org.shept.org.springframework.web.servlet.mvc.delegation.component.AbstractComponent
org.shept.org.springframework.web.servlet.mvc.delegation.component.AbstractPersistenceComponent
org.shept.org.springframework.web.servlet.mvc.delegation.component.AbstractEditingComponent
org.shept.org.springframework.web.servlet.mvc.delegation.component.EntityPersistenceComponent
public class EntityPersistenceComponent
| Field Summary |
|---|
| Fields inherited from class org.shept.org.springframework.web.servlet.mvc.delegation.component.AbstractPersistenceComponent |
|---|
dao, DATA_ACCESS_ERROR, DATA_INTEGRITY_ERROR, enableDaoTransactions, enableDelete, enableSave, OPTIMISTIC_LOCKING_ERROR, reloadOnCancel, transactionManager |
| Fields inherited from class org.shept.org.springframework.web.servlet.mvc.delegation.component.AbstractComponent |
|---|
ANCHOR_PREFIX |
| Fields inherited from class org.springframework.web.servlet.support.WebContentGenerator |
|---|
METHOD_GET, METHOD_HEAD, METHOD_POST |
| Fields inherited from class org.springframework.context.support.ApplicationObjectSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
EntityPersistenceComponent()
|
|
| Method Summary | |
|---|---|
protected org.springframework.web.servlet.ModelAndView |
doCancel(javax.servlet.http.HttpServletRequest request,
ComponentToken token)
|
protected org.springframework.web.servlet.ModelAndView |
doDelete(javax.servlet.http.HttpServletRequest request,
ComponentToken token)
|
protected org.springframework.web.servlet.ModelAndView |
doSave(javax.servlet.http.HttpServletRequest request,
ComponentToken token)
|
boolean |
supports(Object commandObject)
|
| Methods inherited from class org.shept.org.springframework.web.servlet.mvc.delegation.component.AbstractEditingComponent |
|---|
doActionInternal, getCustomDeleteTransaction, getCustomSaveTransaction, getDefaultMappings, getValidators, onBindAndValidate, setValidators |
| Methods inherited from class org.shept.org.springframework.web.servlet.mvc.delegation.component.AbstractPersistenceComponent |
|---|
afterPropertiesSet, doDeleteModel, doFlushSession, doInTransactionIfAvailable, doSaveModel, doSaveModel, excecuteAction, getDao, getWrappedModel, isEnableDaoTransactions, isEnableDelete, isEnableSave, isReloadOnCancel, setDao, setEnableDaoTransactions, setEnableDelete, setEnableSave, setReloadOnCancel, setTransactionManager |
| Methods inherited from class org.shept.org.springframework.web.servlet.mvc.delegation.component.AbstractComponent |
|---|
getAnchorPrefix, getMappings, getResources, hasErrorsInPath, initApplicationContext, isCopyResources, modelRedirect, modelRedirect, modelRedirectClip, modelUnhandled, modelWithErrors, setAnchorPrefix, setCopyResources, setMappings, setResources, supportedActions, supportsAction |
| Methods inherited from class org.springframework.web.servlet.support.WebContentGenerator |
|---|
applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader |
| Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport |
|---|
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext |
| Methods inherited from class org.springframework.context.support.ApplicationObjectSupport |
|---|
getApplicationContext, getMessageSourceAccessor, requiredContextClass, setApplicationContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.shept.org.springframework.web.servlet.mvc.delegation.component.WebComponent |
|---|
getMappings, supportedActions, supportsAction |
| Constructor Detail |
|---|
public EntityPersistenceComponent()
| Method Detail |
|---|
protected org.springframework.web.servlet.ModelAndView doCancel(javax.servlet.http.HttpServletRequest request,
ComponentToken token)
doCancel in class AbstractEditingComponent
protected org.springframework.web.servlet.ModelAndView doSave(javax.servlet.http.HttpServletRequest request,
ComponentToken token)
throws Exception
doSave in class AbstractEditingComponentException
protected org.springframework.web.servlet.ModelAndView doDelete(javax.servlet.http.HttpServletRequest request,
ComponentToken token)
throws Exception
doDelete in class AbstractEditingComponentExceptionpublic boolean supports(Object commandObject)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||