org.dlese.dpc.xml.schema.action
Class SchemaViewerAction
java.lang.Object
org.apache.struts.action.Action
org.dlese.dpc.xml.schema.action.SchemaViewerAction
public final class SchemaViewerAction
- extends Action
Just a minimal action that will set up a form bean and then forward to a jsp
page this action depends upon an action-mapping in the struts-config file!
- Author:
- ostwald
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 |
SchemaViewerAction
public SchemaViewerAction()
execute
public ActionForward execute(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Processes the specified HTTP request and creates the corresponding HTTP
response by forwarding to a JSP that will create it. Returns an
ActionForward
instance that maps to the Struts
forwarding name "xxx.xxx," which must be configured in struts-config.xml to
forward to the JSP page that will handle the request.
- 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