Class BaseEditConfigurationGenerator
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.BaseEditConfigurationGenerator
-
- All Implemented Interfaces:
EditConfigurationGenerator
- Direct Known Subclasses:
DateTimeIntervalFormGenerator,DateTimeValueFormGenerator,DefaultDataPropertyFormGenerator,DefaultDeleteGenerator,InstitutionalInternalClassForm,ManageLabelsForIndividualGenerator,ManageLabelsGenerator,ManagePageGenerator,RdfTypeGenerator
public abstract class BaseEditConfigurationGenerator extends Object implements EditConfigurationGenerator
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_NS_FOR_NEW_RESOURCE
-
Constructor Summary
Constructors Constructor Description BaseEditConfigurationGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetupModelSelectorsFromVitroRequest(VitroRequest vreq, EditConfigurationVTwo editConfig)Setup the model selectors using the models set in the VitroRequest.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.EditConfigurationGenerator
getEditConfiguration
-
-
-
-
Field Detail
-
DEFAULT_NS_FOR_NEW_RESOURCE
public static final String DEFAULT_NS_FOR_NEW_RESOURCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
setupModelSelectorsFromVitroRequest
public void setupModelSelectorsFromVitroRequest(VitroRequest vreq, EditConfigurationVTwo editConfig)
Setup the model selectors using the models set in the VitroRequest. Call this if the form should use the selectors from the VitroRequest. Don't call this and setup specific selectors if the custom form needs to always target specific models.
-
-