Class ManageWebpagesForIndividualGenerator

  • All Implemented Interfaces:
    edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.EditConfigurationGenerator

    public class ManageWebpagesForIndividualGenerator
    extends edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.BaseEditConfigurationGenerator
    implements edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.EditConfigurationGenerator
    This is an odd controller that is just drawing a page with links on it. It is not an example of the normal use of the RDF editing system and was just migrated over from an odd use of the JSP RDF editing system during the 1.4 release. This mainly sets up pageData for the template to use.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.commons.logging.Log log  
      • Fields inherited from class edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.BaseEditConfigurationGenerator

        DEFAULT_NS_FOR_NEW_RESOURCE
    • Field Detail

      • log

        public static org.apache.commons.logging.Log log
    • Constructor Detail

      • ManageWebpagesForIndividualGenerator

        public ManageWebpagesForIndividualGenerator()
    • Method Detail

      • getEditConfiguration

        public edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.EditConfigurationVTwo getEditConfiguration​(edu.cornell.mannlib.vitro.webapp.controller.VitroRequest vreq,
                                                                                                               javax.servlet.http.HttpSession session)
        Specified by:
        getEditConfiguration in interface edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.EditConfigurationGenerator
      • getEditForm

        protected String getEditForm()
      • getQuery

        protected String getQuery​(edu.cornell.mannlib.vitro.webapp.controller.VitroRequest vreq)
      • getTemplate

        protected String getTemplate()