|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.action.RequestProcessor
org.strutsme.server.StrutsMERequestProcessor
org.strutsme.wishlist.presentation.struts.processor.WishlistRequestProzessor
public class WishlistRequestProzessor
The Requestprocessor for the wishlist. It doesn't provide any functionality except for extra logging.
| Field Summary |
|---|
| Fields inherited from class org.apache.struts.action.RequestProcessor |
|---|
actions, appConfig, INCLUDE_PATH_INFO, INCLUDE_SERVLET_PATH, log, moduleConfig, servlet |
| Constructor Summary | |
|---|---|
WishlistRequestProzessor()
|
|
| Method Summary | |
|---|---|
void |
init(org.apache.struts.action.ActionServlet arg0,
org.apache.struts.config.ModuleConfig arg1)
Initialize this request processor instance. |
void |
process(javax.servlet.http.HttpServletRequest arg0,
javax.servlet.http.HttpServletResponse arg1)
|
protected void |
processContent(javax.servlet.http.HttpServletRequest arg0,
javax.servlet.http.HttpServletResponse arg1)
|
protected boolean |
processForward(javax.servlet.http.HttpServletRequest arg0,
javax.servlet.http.HttpServletResponse arg1,
org.apache.struts.action.ActionMapping arg2)
|
protected void |
processForwardConfig(javax.servlet.http.HttpServletRequest arg0,
javax.servlet.http.HttpServletResponse arg1,
org.apache.struts.config.ForwardConfig arg2)
Forward or redirect to the specified destination, by the specified mechanism. |
protected boolean |
processInclude(javax.servlet.http.HttpServletRequest arg0,
javax.servlet.http.HttpServletResponse arg1,
org.apache.struts.action.ActionMapping arg2)
|
| Methods inherited from class org.strutsme.server.StrutsMERequestProcessor |
|---|
createMapper, doForward, processActionPerform, processPopulate, processValidate |
| Methods inherited from class org.apache.struts.action.RequestProcessor |
|---|
destroy, doInclude, getDebug, getInternal, getServletContext, internalModuleRelativeForward, internalModuleRelativeInclude, log, log, processActionCreate, processActionForm, processActionForward, processException, processLocale, processMapping, processMultipart, processNoCache, processPath, processPreprocess, processRoles |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WishlistRequestProzessor()
| Method Detail |
|---|
public final void init(org.apache.struts.action.ActionServlet arg0,
org.apache.struts.config.ModuleConfig arg1)
throws javax.servlet.ServletException
Initialize this request processor instance.
init in class StrutsMERequestProcessorarg0 - The ActionServlet we are associated witharg1 - The ModuleConfig we are associated with.
javax.servlet.ServletException - If an error occor during initialization
public final void process(javax.servlet.http.HttpServletRequest arg0,
javax.servlet.http.HttpServletResponse arg1)
throws java.io.IOException,
javax.servlet.ServletException
process in class org.apache.struts.action.RequestProcessorjava.io.IOException
javax.servlet.ServletException
protected final void processContent(javax.servlet.http.HttpServletRequest arg0,
javax.servlet.http.HttpServletResponse arg1)
processContent in class org.apache.struts.action.RequestProcessor
protected final boolean processForward(javax.servlet.http.HttpServletRequest arg0,
javax.servlet.http.HttpServletResponse arg1,
org.apache.struts.action.ActionMapping arg2)
throws java.io.IOException,
javax.servlet.ServletException
processForward in class org.apache.struts.action.RequestProcessorjava.io.IOException
javax.servlet.ServletException
protected final void processForwardConfig(javax.servlet.http.HttpServletRequest arg0,
javax.servlet.http.HttpServletResponse arg1,
org.apache.struts.config.ForwardConfig arg2)
throws java.io.IOException,
javax.servlet.ServletException
Forward or redirect to the specified destination, by the specified
mechanism. This method uses a ForwardConfig object instead
an ActionForward.
processForwardConfig in class StrutsMERequestProcessorarg0 - The servlet request we are processingarg1 - The servlet response we are creatingarg2 - The ForwardConfig controlling where we go next
java.io.IOException - if an input/output error occurs
javax.servlet.ServletException - if a servlet exception occurs
protected final boolean processInclude(javax.servlet.http.HttpServletRequest arg0,
javax.servlet.http.HttpServletResponse arg1,
org.apache.struts.action.ActionMapping arg2)
throws java.io.IOException,
javax.servlet.ServletException
processInclude in class org.apache.struts.action.RequestProcessorjava.io.IOException
javax.servlet.ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||