org.dlese.dpc.schemedit.action
Class FrameworkAdminAction
java.lang.Object
org.apache.struts.action.Action
org.dlese.dpc.schemedit.action.DCSAction
org.dlese.dpc.schemedit.action.FrameworkAdminAction
public final class FrameworkAdminAction
- extends DCSAction
Controller for the ADN Editor
- Author:
- ostwald
$Id: FrameworkAdminAction.java,v 1.8 2010/08/10 20:28:33 ostwald Exp $
| 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 |
FrameworkAdminAction
public FrameworkAdminAction()
execute
public ActionForward execute(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Description of the Method
- Overrides:
execute in class Action
- Parameters:
mapping - Description of the Parameterform - Description of the Parameterrequest - Description of the Parameterresponse - Description of the Parameter
- Returns:
- Description of the Return Value
- Throws:
IOException - Description of the Exception
ServletException - Description of the Exception
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 Parametervalue - Description of the Parameter