1 23 24 25 package org.infoglue.deliver.applications.inputhandlers; 26 27 import java.util.HashMap ; 28 29 import javax.servlet.http.HttpServletRequest ; 30 31 import org.infoglue.cms.security.InfoGluePrincipal; 32 import org.infoglue.deliver.applications.databeans.DatabaseWrapper; 33 34 35 40 41 public interface InfoGlueInputHandler 42 { 43 46 47 public void processInput(DatabaseWrapper databaseWrapper, Integer siteNodeId, Integer languageId, Integer contentId, Integer formContentId, HashMap parameters, HttpServletRequest request, InfoGluePrincipal infogluePrincipal) throws Exception ; 48 49 50 } 51 | Popular Tags |