Class SchemEditAdminAction

java.lang.Object
org.apache.struts.action.Action
org.dlese.dpc.schemedit.action.DCSAction
org.dlese.dpc.schemedit.action.SchemEditAdminAction

public final class SchemEditAdminAction extends DCSAction
Controller for the ADN Editor
Author:
ostwald

$Id: SchemEditAdminAction.java,v 1.16 2009/03/20 23:33:55 jweather Exp $

  • Constructor Details

    • SchemEditAdminAction

      public SchemEditAdminAction()
  • Method Details

    • execute

      public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
      Description of the Method
      Overrides:
      execute in class org.apache.struts.action.Action
      Parameters:
      mapping - Description of the Parameter
      form - Description of the Parameter
      request - Description of the Parameter
      response - Description of the Parameter
      Returns:
      Description of the Return Value
      Throws:
      IOException - Description of the Exception
      ServletException - Description of the Exception
    • doReloadSchema

      public void doReloadSchema(SchemEditAdminForm adminForm, MetaDataFramework framework, org.apache.struts.action.ActionErrors errors, org.apache.struts.action.ActionErrors messages)
      Description of the Method
      Parameters:
      adminForm - Description of the Parameter
      framework - Description of the Parameter
      errors - Description of the Parameter
      messages - Description of the Parameter
    • prtln

      protected void prtln(String s)
      Print a line to standard out.
      Parameters:
      s - The String to print.
    • prtParam

      protected void prtParam(String name, String value)
      Description of the Method
      Parameters:
      name - Description of the Parameter
      value - Description of the Parameter