public class AdminExportController extends AdminAbstractController
Modifier and Type | Field and Description |
---|---|
protected List<AdminExporter> |
exporters |
adminNavigationService, adminRemoteSecurityService, entityConfiguration, entityFormValidator, FILTER_VALUE_SEPARATOR, FILTER_VALUE_SEPARATOR_REGEX, formService, mainEntityActionsExtensionManager, service
Constructor and Description |
---|
AdminExportController() |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.ModelAndView |
export(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Map<String,String> params) |
List<AdminExporter> |
getExporters() |
void |
setExporters(List<AdminExporter> exporters) |
attachSectionSpecificInfo, extractDynamicFormFields, getAddEntityTypes, getBlankDynamicFieldTemplateForm, getBlankDynamicFieldTemplateForm, getClassNameForSection, getCollectionListGrid, getCriteria, getDefaultEntityType, getDynamicFieldTemplateForm, getDynamicForm, getMaxIndex, getSectionCustomCriteria, getSectionKey, getSectionPersistencePackageRequest, getSectionPersistencePackageRequest, getSortDirections, getSortPropertyNames, getStartIndex, setModelAttributes
getContextPath, isAjaxRequest
protected List<AdminExporter> exporters
public org.springframework.web.servlet.ModelAndView export(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Map<String,String> params) throws IOException
IOException
public List<AdminExporter> getExporters()
public void setExporters(List<AdminExporter> exporters)
Copyright © 2014. All rights reserved.