DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.action
Class SchemEditAdminAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by org.dlese.dpc.schemedit.action.DCSAction
          extended by 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 $


Field Summary
 
Fields inherited from class org.dlese.dpc.schemedit.action.DCSAction
accessManager, collectionRegistry, dcsDataManager, frameworkRegistry, ndrServiceEnabled, repositoryManager, repositoryService, requiredRole, sessionRegistry, userManager
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
SchemEditAdminAction()
           
 
Method Summary
 void doReloadSchema(SchemEditAdminForm adminForm, MetaDataFramework framework, org.apache.struts.action.ActionErrors errors, org.apache.struts.action.ActionErrors messages)
          Description of the Method
 org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request, HttpServletResponse response)
          Description of the Method
protected  void prtln(String s)
          Print a line to standard out.
protected  void prtParam(String name, String value)
          Description of the Method
 
Methods inherited from class org.dlese.dpc.schemedit.action.DCSAction
getMetaDataFramework, getRequiredContextAttributeValue, getSessionBean, getSessionUser, getSessionUser, getSessionUserName, initializeFromContext
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemEditAdminAction

public SchemEditAdminAction()
Method Detail

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

DLESE Tools
v1.6.0