com.livinglogic.struts.workflow
Interface WorkflowRequestProcessorLogicAdapter

All Known Implementing Classes:
TilesWorkflowRequestProcessor, WorkflowRequestProcessor

public interface WorkflowRequestProcessorLogicAdapter

Defines all the methods a RequestProcessor subclass must define, so it can be used in instances of WorkflowRequestProcessorLogic

Since:
$Name: $
Version:
$Revision: 1.3 $, $Date: 2004/04/08 14:58:24 $
Author:
M. Bauer, $Author: jason_pratt $

Method Summary
 org.apache.struts.action.Action processActionCreate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.ActionMapping mapping)
           
 org.apache.struts.action.ActionForm processActionForm(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.ActionMapping mapping)
           
 org.apache.struts.action.ActionForward processActionPerform(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.Action action, org.apache.struts.action.ActionForm form, org.apache.struts.action.ActionMapping mapping)
           
 void processContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 boolean processForward(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.ActionMapping mapping)
           
 void processForwardConfig(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.config.ForwardConfig forward)
           
 boolean processInclude(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.ActionMapping mapping)
           
 void processLocale(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionMapping processMapping(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String path)
           
 javax.servlet.http.HttpServletRequest processMultipart(javax.servlet.http.HttpServletRequest request)
           
 void processNoCache(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 String processPath(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void processPopulate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.ActionForm form, org.apache.struts.action.ActionMapping mapping)
           
 boolean processPreprocess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 boolean processRoles(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.ActionMapping mapping)
           
 boolean processValidate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.ActionForm form, org.apache.struts.action.ActionMapping mapping)
           
 

Method Detail

processForwardConfig

public void processForwardConfig(javax.servlet.http.HttpServletRequest request,
                                 javax.servlet.http.HttpServletResponse response,
                                 org.apache.struts.config.ForwardConfig forward)
                          throws IOException,
                                 javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException

processMultipart

public javax.servlet.http.HttpServletRequest processMultipart(javax.servlet.http.HttpServletRequest request)

processPath

public String processPath(javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response)
                   throws IOException
Throws:
IOException

processLocale

public void processLocale(javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response)

processContent

public void processContent(javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response)

processNoCache

public void processNoCache(javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response)

processPreprocess

public boolean processPreprocess(javax.servlet.http.HttpServletRequest request,
                                 javax.servlet.http.HttpServletResponse response)

processMapping

public org.apache.struts.action.ActionMapping processMapping(javax.servlet.http.HttpServletRequest request,
                                                             javax.servlet.http.HttpServletResponse response,
                                                             String path)
                                                      throws IOException
Throws:
IOException

processRoles

public boolean processRoles(javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response,
                            org.apache.struts.action.ActionMapping mapping)
                     throws IOException,
                            javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException

processActionForm

public org.apache.struts.action.ActionForm processActionForm(javax.servlet.http.HttpServletRequest request,
                                                             javax.servlet.http.HttpServletResponse response,
                                                             org.apache.struts.action.ActionMapping mapping)

processPopulate

public void processPopulate(javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response,
                            org.apache.struts.action.ActionForm form,
                            org.apache.struts.action.ActionMapping mapping)
                     throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException

processValidate

public boolean processValidate(javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response,
                               org.apache.struts.action.ActionForm form,
                               org.apache.struts.action.ActionMapping mapping)
                        throws IOException,
                               javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException

processForward

public boolean processForward(javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response,
                              org.apache.struts.action.ActionMapping mapping)
                       throws IOException,
                              javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException

processInclude

public boolean processInclude(javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response,
                              org.apache.struts.action.ActionMapping mapping)
                       throws IOException,
                              javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException

processActionCreate

public org.apache.struts.action.Action processActionCreate(javax.servlet.http.HttpServletRequest request,
                                                           javax.servlet.http.HttpServletResponse response,
                                                           org.apache.struts.action.ActionMapping mapping)
                                                    throws IOException
Throws:
IOException

processActionPerform

public org.apache.struts.action.ActionForward processActionPerform(javax.servlet.http.HttpServletRequest request,
                                                                   javax.servlet.http.HttpServletResponse response,
                                                                   org.apache.struts.action.Action action,
                                                                   org.apache.struts.action.ActionForm form,
                                                                   org.apache.struts.action.ActionMapping mapping)
                                                            throws IOException,
                                                                   javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException


Copyright © 2004 Struts Workflow Extension Team. All Rights Reserved.