public final class SchemEditAdminAction extends DCSAction
$Id: SchemEditAdminAction.java,v 1.16 2009/03/20 23:33:55 jweather Exp $
accessManager, collectionRegistry, dcsDataManager, frameworkRegistry, ndrServiceEnabled, repositoryManager, repositoryService, requiredRole, sessionRegistry, userManager| Constructor and Description |
|---|
SchemEditAdminAction() |
| Modifier and Type | Method and Description |
|---|---|
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,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Description of the Method
|
protected void |
prtln(java.lang.String s)
Print a line to standard out.
|
protected void |
prtParam(java.lang.String name,
java.lang.String value)
Description of the Method
|
getMetaDataFramework, getRequiredContextAttributeValue, getSessionBean, getSessionUser, getSessionUser, getSessionUserName, initializeFromContextaddErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServletpublic org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
execute in class org.apache.struts.action.Actionmapping - Description of the Parameterform - Description of the Parameterrequest - Description of the Parameterresponse - Description of the Parameterjava.io.IOException - Description of the Exceptionjavax.servlet.ServletException - Description of the Exceptionpublic void doReloadSchema(SchemEditAdminForm adminForm, MetaDataFramework framework, org.apache.struts.action.ActionErrors errors, org.apache.struts.action.ActionErrors messages)
adminForm - Description of the Parameterframework - Description of the Parametererrors - Description of the Parametermessages - Description of the Parameterprotected void prtln(java.lang.String s)
s - The String to print.protected void prtParam(java.lang.String name,
java.lang.String value)
name - Description of the Parametervalue - Description of the Parameter