public final class FrameworkAdminAction extends DCSAction
$Id: FrameworkAdminAction.java,v 1.8 2010/08/10 20:28:33 ostwald Exp $
accessManager, collectionRegistry, dcsDataManager, frameworkRegistry, ndrServiceEnabled, repositoryManager, repositoryService, requiredRole, sessionRegistry, userManager| Constructor and Description |
|---|
FrameworkAdminAction() |
| Modifier and Type | Method and Description |
|---|---|
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 Exceptionprotected 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