Project

General

Profile

« Previous | Next » 

Revision 9ef8582f

Added by Patrick Plitzner over 5 years ago

ref #6554 Cache form section for taxon and derived unit details view

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/AbstractCdmDataViewerE4.java
9 9

  
10 10
package eu.etaxonomy.taxeditor.view.e4;
11 11

  
12
import java.util.HashMap;
13
import java.util.List;
14
import java.util.Map;
15

  
12 16
import javax.inject.Inject;
13 17

  
14 18
import org.eclipse.e4.core.contexts.ContextInjectionFactory;
......
47 51
	 @Inject
48 52
	 private Logger logger;
49 53

  
54
	 protected Map<String, List<AbstractFormSection>> entityToSectionsMap = new HashMap<>();
55

  
50 56
	protected ManagedForm managedForm;
51 57

  
52 58
	protected CdmFormFactory formFactory;

Also available in: Unified diff