@Controller(value="blAdminAssetController") @RequestMapping(value="/assets") public class AdminAssetController extends AdminBasicEntityController
Asset entity. This is mostly to support displaying image assets inline
in listgrids.| Modifier and Type | Field and Description |
|---|---|
protected AssetFormBuilderService |
formService |
protected static java.lang.String |
SECTION_KEY |
protected StaticAssetService |
staticAssetService |
adminNavigationService, adminRemoteSecurityService, entityConfiguration, entityFormValidator, service| Constructor and Description |
|---|
AdminAssetController() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getDefaultEntityType() |
protected java.lang.String |
getSectionKey(java.util.Map<java.lang.String,java.lang.String> pathVars) |
java.lang.String |
viewEntityForm(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
java.util.Map<java.lang.String,java.lang.String> pathVars,
java.lang.String id) |
java.lang.String |
viewEntityList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
java.util.Map<java.lang.String,java.lang.String> pathVars,
org.springframework.util.MultiValueMap<java.lang.String,java.lang.String> requestParams) |
addCollectionItem, addEntity, buildAddCollectionItemModel, getCollectionFieldRecords, initBinder, removeCollectionItem, removeEntity, saveEntity, showAddCollectionItem, showSelectCollectionItem, showUpdateCollectionItem, showViewCollectionItem, showViewUpdateCollection, showViewUpdateCollection, updateCollectionItem, updateCollectionItemSequence, viewAddEntityForm, viewCollectionItemDetailsattachSectionSpecificInfo, getAddEntityTypes, getBlankDynamicFieldTemplateForm, getClassNameForSection, getCollectionListGrid, getCriteria, getDynamicFieldTemplateForm, getDynamicForm, getMaxIndex, getSectionCustomCriteria, getSectionPersistencePackageRequest, getSectionPersistencePackageRequest, getSortDirections, getSortPropertyNames, getStartIndex, setModelAttributesgetContextPath, isAjaxRequestprotected static final java.lang.String SECTION_KEY
protected AssetFormBuilderService formService
protected StaticAssetService staticAssetService
protected java.lang.String getSectionKey(java.util.Map<java.lang.String,java.lang.String> pathVars)
getSectionKey in class AdminAbstractController@RequestMapping(value="",
method=GET)
public java.lang.String viewEntityList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
@PathVariable
java.util.Map<java.lang.String,java.lang.String> pathVars,
@RequestParam
org.springframework.util.MultiValueMap<java.lang.String,java.lang.String> requestParams)
throws java.lang.Exception
viewEntityList in class AdminBasicEntityControllerjava.lang.Exception@RequestMapping(value="/{id}",
method=GET)
public java.lang.String viewEntityForm(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
@PathVariable
java.util.Map<java.lang.String,java.lang.String> pathVars,
@PathVariable(value="id")
java.lang.String id)
throws java.lang.Exception
viewEntityForm in class AdminBasicEntityControllerjava.lang.Exceptionprotected java.lang.String getDefaultEntityType()
getDefaultEntityType in class AdminAbstractControllerCopyright © 2018. All Rights Reserved.